Create a token
Generate the token
Click Create Token. The plaintext token value is displayed once immediately after creation.
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.Revoke a token
In Settings → API Tokens, find the token you want to remove and click Revoke. The token is invalidated immediately — any in-flight requests using it will fail.Token list
The token list shows the following information for each token:| Column | Description |
|---|---|
| Name | The label you gave the token when you created it |
| Created | The date the token was generated |
| Last used | The date the token was last used to authenticate a request |