Skip to main content

Authenticate using token

Use token-based auth for MCP clients

Use this flow when your coding agent supports Authorization: Bearer ... but not full browser-based OAuth.

Authenticate using token

Some coding agents do not support full OAuth browser login. In those tools, use an Adri personal access token in the Authorization header.

In every screenshot, the red box shows where to focus.

1. Open Access Tokens in Project Settings

  1. Log in to Adri AI at https://www.getadri.ai/login.
  2. Open your project from https://www.getadri.ai/projects.
  3. In the left menu, open Project Settings, then click Access Tokens.

Open Access Tokens in Project Settings

2. Create a new token

  1. Click Create Token.

Click Create Token

  1. Enter a token name, choose expiry, and click Generate Token.

Generate a new access token

  1. Copy the token immediately.

Important:

  • You can only see the full token once.
  • Store it securely.

Copy the generated token

3. Use the token as Bearer auth

Use this HTTP header format:

Authorization: Bearer <your_access_token>