Authorization header of every request.
Supported token types
| Token type | Format | Use case |
|---|---|---|
| API Key | sl_live_... | Server-side integrations, scripts, CI/CD |
| OAuth Access Token | JWT | MCP clients using OAuth flow |
| Firebase ID Token | JWT | Internal/browser-based access |
Getting your API key
Using your API key
Include it in theAuthorization header:
- JavaScript
- Python
- cURL
Error responses
| Status | Meaning |
|---|---|
401 Unauthorized | Missing or invalid token |
403 Forbidden | Token doesn’t have permission for this resource |
429 Too Many Requests | Rate limit exceeded — slow down |