Personal Access Tokens (PATs) give external tools like AI agents or scripts access to your Spote account without using your password. Each token acts as a long-lived credential that you can create, label, and revoke independently.Documentation Index
Fetch the complete documentation index at: https://docs.spote.cloud/llms.txt
Use this file to discover all available pages before exploring further.
When you need a PAT
- Connecting an AI agent — tools like Claude Desktop or Cursor connect to Spote via the MCP server and require a token to authenticate.
- Calling the REST API from a script — if you’re building an integration or automation that calls
/api/notesor other endpoints, use a PAT to authenticate your requests.
Creating a token
Give the token a label
Enter a descriptive label so you can identify the token later, for example
Claude Desktop or My Script.Using a token
Pass the token as a Bearer token in theAuthorization header of your API requests:
Revoking a token
Go to Settings and find the token you want to remove. Click the delete icon next to it. The token is invalidated immediately — any requests using that token will receive a401 Unauthorized response.