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

# Organization Access Tokens

<Info>
  All bearer tokens should be kept private and never shared or exposed in client-side code.
</Info>

Organization Access Tokens (OAT) are tied to **one** of your organization.

You can create them from your organization settings as follows:

<Steps>
  <Step title="Go to Organization Settings">
    In the Polar dashboard sidebar, navigate to **Settings** > **General** for your organization.
    You can also go directly to:\
    `https://polar.sh/dashboard/${org_slug}/settings`

    <img height="200" src="https://mintcdn.com/absolum/oiPy8aNgYGQpGg-L/assets/integrate/authentication/settings.png?fit=max&auto=format&n=oiPy8aNgYGQpGg-L&q=85&s=3189f265d63d1f68b9d2e6119766aec9" data-path="assets/integrate/authentication/settings.png" />
  </Step>

  <Step title="Create an access token">
    Scroll down to **Developers** and click **New Token**
  </Step>

  <Step title="Configure the token details">
    * **Give your token a name**: Choose a descriptive name so you remember what this token is used for.

    * **Set an expiration date**: Decide how long the token should be valid.

    * **Select the required scopes**: Pick the permissions your token needs.

    <img height="200" src="https://mintcdn.com/absolum/oiPy8aNgYGQpGg-L/assets/integrate/authentication/oat-configuration.png?fit=max&auto=format&n=oiPy8aNgYGQpGg-L&q=85&s=db68970c5bfc6607323692fe5d8bb473" data-path="assets/integrate/authentication/oat-configuration.png" />
  </Step>
</Steps>
