List MCP Tokens
Retrieve all MCP tokens associated with an account.Path Parameters
string
required
Account identifier (format:
acc_ followed by 27 alphanumeric characters)Headers
string
required
Bearer token for authentication
Response
boolean
Indicates if there are more records to paginate through
array
Create MCP Token
Create a new MCP token for AI assistant access. MCP tokens are read-only and scoped to a specific environment and set of buckets.Path Parameters
string
required
Account identifier
Headers
string
required
Bearer token for authentication
Request Body
string
required
A descriptive name for the MCP token (e.g. “Claude Desktop - Production”)
string
required
The environment SID this token should be scoped to
array
Array of bucket SIDs to restrict access to. Leave empty or omit to grant access to all buckets in the environment.
Response
Returns the created MCP token with the full token value (only shown once).Update MCP Token
Update an existing MCP token’s name or bucket scope.Path Parameters
string
required
Account identifier
string
required
MCP token identifier
Headers
string
required
Bearer token for authentication
Request Body
string
Updated name for the token
array
Updated array of bucket SIDs (empty = all buckets in environment)
Revoke MCP Token
Revoke an MCP token, immediately terminating access for any AI assistants using it.Path Parameters
string
required
Account identifier
string
required
MCP token identifier
Headers
string
required
Bearer token for authentication