---
title: login
description: API reference for the `turbo login` command
product: turborepo
type: reference
summary: All flags and options for the `turbo login` command that authenticates with your Remote Cache provider.
related:
  - /docs/reference/logout
  - /docs/reference/link
---

# login

Log in to your Remote Cache provider.

```bash title="Terminal"
turbo login
```

The default provider is [Vercel](https://vercel.com/). To specify a different provider, use the `--api` option.

Flag options [#flag-options]

--api <url> [#--api-url]

Set the API URL of the Remote Cache provider.

```bash title="Terminal"
turbo login --api=https://acme.com/api
```

--login <url> [#--login-url]

Set the URL for login requests that should dynamically generate tokens.

```bash title="Terminal"
turbo login --login=https://acme.com
```

--sso-team <team> [#--sso-team-team]

Connect to an SSO-enabled team by providing your team slug.

```bash title="Terminal"
turbo login --sso-team=slug-for-team
```

--manual [#--manual]

Manually enter token instead of requesting one from a login service.

---

[View full sitemap](/sitemap.md)