API Tokens for automation / MCP
3 min read
Overlaps with §6.4 Authorized apps — this article is the Account angle.

When you'd use them
- Slima MCP (Claude Desktop / Cursor / Gemini CLI / etc.)
- curl automation (e.g. CI scripts)
- Your own small tools
Create a token
Account → API Tokens → "+ Create token" → name → "Create"
Shown only once! Copy immediately to a safe place.
Use the token
HTTP request:
X-API-Key: slima_xxx...
Or:
Authorization: Bearer slima_xxx...
Both supported.
Revoke
Row ⋯ → "Revoke" → instant.
Usage
Each token shows:
- Last 7 days API call count
- Last-used time
- Last-used IP (rough location)
Suspicious activity → revoke.
Cap
Per account: max N active tokens (see /plans).
Related
Was this helpful?