> ## Documentation Index
> Fetch the complete documentation index at: https://docs.perplexity.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Signing In to the API Portal

> Sign in to the Perplexity API Portal with Google, Apple, single sign-on, or a passwordless email code.

The [API Portal](https://console.perplexity.ai) offers four ways to sign in. All four create or reuse the same Perplexity account — you do not need to pick one at sign-up and stick with it.

<Frame>
  <img src="https://mintcdn.com/perplexity/Q1hEB7DMIN7YNoRc/docs/assets/images/api_portal/console_login.png?fit=max&auto=format&n=Q1hEB7DMIN7YNoRc&q=85&s=32311b5d5e12f9991dc20f9c9c8c65fd" alt="API Platform login page with Continue with Google, Continue with Apple, Single sign-on (SSO), and Continue with email options" width="1440" height="900" data-path="docs/assets/images/api_portal/console_login.png" />
</Frame>

## Choosing a Sign-In Option

| Option                   | Best for                                                                   |
| ------------------------ | -------------------------------------------------------------------------- |
| **Continue with Google** | Individuals and teams using a Google Workspace or personal Google account. |
| **Continue with Apple**  | Individuals who prefer Sign in with Apple, including Hide My Email.        |
| **Single sign-on (SSO)** | Members of a Perplexity organization with SSO configured on their domain.  |
| **Continue with email**  | Anyone — sends a passwordless magic link and one-time code to your inbox.  |

<Info>
  Signing in creates a Perplexity account, but it does not create an API project on its own. After your first sign-in, the setup wizard prompts you to create or join an API group before you can generate a key. See [API Groups & Billing](/docs/getting-started/api-groups).
</Info>

***

## Continue With Google

Use Google to sign in with any Google or Google Workspace account.

<Steps>
  <Step title="Click Continue With Google">
    On the login page, click **Continue with Google** and choose the Google account you want to use.
  </Step>

  <Step title="Approve the Sign-In">
    Google asks you to confirm the sign-in and share your name, email, and profile picture with Perplexity. Approve to continue.
  </Step>

  <Step title="Land in the API Portal">
    You are returned to the API Portal signed in. If this is your first visit, the setup wizard walks you through creating an API group.
  </Step>
</Steps>

<Tip>
  If you already have a Perplexity account with the same email address, signing in with Google connects Google to that existing account — you keep your API groups, keys, and history.
</Tip>

***

## Continue With Apple

Use Sign in with Apple, including the Hide My Email relay address.

<Steps>
  <Step title="Click Continue With Apple">
    On the login page, click **Continue with Apple** and authenticate with Face ID, Touch ID, or your Apple ID password.
  </Step>

  <Step title="Choose Your Email Preference">
    Apple lets you share your real email or use **Hide My Email** to generate a private relay address. Perplexity uses whichever address Apple returns.
  </Step>

  <Step title="Land in the API Portal">
    You are returned to the API Portal signed in. If this is your first visit, the setup wizard walks you through creating an API group.
  </Step>
</Steps>

<Warning>
  If you already have a Perplexity account under your real email and later choose **Hide My Email**, Apple returns a different address and creates a separate account. Pick one email preference and stick with it, or contact [api@perplexity.ai](mailto:api@perplexity.ai) if you need accounts merged.
</Warning>

***

## Single Sign-On (SSO)

SSO lets your organization sign in through your own identity provider (Okta, Azure AD, Google Workspace SAML, and other SAML or OIDC IdPs). It works for organizations that have set up SSO on a verified domain.

<Note>
  SSO is available to admins of **Perplexity organizations with an active organization subscription** (paid or eligible trial). SSO is not available on personal Pro or Max plans, and it cannot be enabled with API-only billing — your organization must exist as a Perplexity organization in the main Perplexity app first. If your team doesn't have a Perplexity organization yet, [talk to Sales](https://www.perplexity.ai/enterprise/contact-sales).
</Note>

### Signing In With SSO

<Steps>
  <Step title="Click Single Sign-On (SSO)">
    On the login page, click **Single sign-on (SSO)**. The form switches to a work-email prompt.

    <Frame>
      <img src="https://mintcdn.com/perplexity/Q1hEB7DMIN7YNoRc/docs/assets/images/api_portal/console_login_sso.png?fit=max&auto=format&n=Q1hEB7DMIN7YNoRc&q=85&s=b9a9634a1c254fe1546e1be9ef5d9be1" alt="Single sign-on view with Work email field, Continue with SSO button, and Back to all options link" width="1920" height="1001" data-path="docs/assets/images/api_portal/console_login_sso.png" />
    </Frame>
  </Step>

  <Step title="Enter Your Work Email">
    Enter the email address on your organization's verified domain and click **Continue with SSO**. Use **Back to all options** if you need to return to the other sign-in methods.
  </Step>

  <Step title="Authenticate With Your IdP">
    You are redirected to your organization's identity provider. Complete the sign-in there — including any MFA prompts — and you are returned to the API Portal.
  </Step>
</Steps>

<Note>
  If you see **"SSO is not available for this email address"**, SSO has not been configured for your domain yet. Ask your organization admin to complete the setup steps below, or use one of the other sign-in options.
</Note>

### Configuring SSO for Your Organization

SSO is configured once in your organization's Perplexity organization settings — not in the API Portal — and applies to sign-in across Perplexity, including the API Portal.

For more help setting up SSO on Perplexity Enterprise, visit the [Single Sign-On collection in the Perplexity Help Center](https://www.perplexity.ai/help-center/en/collections/16665790-single-sign-on).

<Steps>
  <Step title="Confirm Eligibility">
    Your organization must have an **active organization subscription** in the main Perplexity app. An active trial qualifies. If billing is not set up yet, the settings page shows **"Complete payment to begin setup"** instead of the enable button. There is no minimum seat count for SSO itself.
  </Step>

  <Step title="Open Identity Settings">
    As an organization admin, go to [**Settings → Identity**](https://www.perplexity.ai/account/org/identity) in the main Perplexity app. You need the **Admin** role on the organization.
  </Step>

  <Step title="Verify a Domain">
    Add and verify at least one domain (for example, `yourcompany.com`) that your team uses for email. Verification is done through a DNS record.
  </Step>

  <Step title="Connect Your Identity Provider">
    Click **Begin setup** and follow the self-serve portal to connect your IdP. The portal supports SAML 2.0 and OIDC connections and walks you through your specific IdP. For more help, visit the [Single Sign-On collection in the Perplexity Help Center](https://www.perplexity.ai/help-center/en/collections/16665790-single-sign-on).
  </Step>

  <Step title="Enable API Access for Your Organization">
    Make sure your organization has **API access** enabled so your SSO users can reach the API Portal after signing in. If members can sign in via SSO but cannot open the Portal, ask your org admin or [Sales](https://www.perplexity.ai/enterprise/contact-sales) to turn on API access for the organization.
  </Step>

  <Step title="(Optional) Require SSO">
    Once the IdP is active, you can enable **SSO required** on any verified domain. When required, everyone signing in from that domain — including Google, Apple, and email attempts — is routed through your IdP.
  </Step>
</Steps>

<Tip>
  Need help with SSO setup or want us to walk through it with you? Reach out to your Perplexity account team.
</Tip>

***

## Continue With Email

Email sign-in is passwordless. There is no password to set or remember.

<Steps>
  <Step title="Enter Your Email">
    Enter your email in the **Email** field and click **Continue with email**.
  </Step>

  <Step title="Check Your Inbox">
    You receive an email with both a **magic link** and a **temporary sign-in code**. Use whichever is more convenient — clicking the link on the same device signs you in immediately, and the code works on any device.
  </Step>

  <Step title="Land in the API Portal">
    Once verified, you are signed in. If this is your first visit, the setup wizard walks you through creating an API group.
  </Step>
</Steps>

<Note>
  If your email address is on a domain with **SSO required**, the email flow routes you to your organization's identity provider instead of sending a code.
</Note>

***

## Switching Between Sign-In Methods

You can use different sign-in methods at different times with the same account. If you first signed up with email and later click **Continue with Google** using the same address, Google is linked to your existing Perplexity account — your API groups, keys, and billing stay in place. The same applies to Apple and to switching back to email.

<Warning>
  Account linking is based on your **email address**. Signing in with a different email — for example, a personal Google address vs. your work email — creates a separate account with its own API groups and keys. If you end up with two accounts by accident, contact [api@perplexity.ai](mailto:api@perplexity.ai).
</Warning>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Set Up Your API Group" icon="layer-group" href="/docs/getting-started/api-groups">
    Create your organization's workspace, add billing, and invite teammates.
  </Card>

  <Card title="Create an API Key" icon="key" href="/docs/admin/api-key-management">
    Generate and manage keys once your API group is set up.
  </Card>

  <Card title="Make Your First Request" icon="rocket" href="/docs/getting-started/quickstart">
    Send a request to the Perplexity API in Python, TypeScript, or cURL.
  </Card>

  <Card title="Review Pricing" icon="receipt" href="/docs/getting-started/pricing">
    See per-model and per-tool pricing before you start.
  </Card>
</CardGroup>
