Create a token
1
Open API Tokens settings
Navigate to Settings → API Tokens.
2
Name your token
Enter a descriptive name for the token (for example,
my-agent or local-dev).3
Generate the token
Click Create Token. The plaintext token value is displayed once immediately after creation.
4
Copy the token
Copy the token and store it somewhere secure (for example, in your environment variables or a secrets manager).
Use a token
Send your token as a Bearer token in theAuthorization header of every MCP API request:
Tokens are rate-limited to 60 requests per minute per token. Requests that exceed this limit receive a
429 Too Many Requests response.