API Key Format
Your API key is a string that starts withsk-stw_, followed by a unique identifier.
Authorization Header
Include your key in theAuthorization header as a Bearer token:
Key Details
Scope
Scope
Keys are scoped per-project. Each project in your dashboard has its own API key. This lets you track usage and manage capabilities independently for each integration.
Regeneration
Regeneration
Regenerating a key revokes the previous one instantly. Update your environment variables before regenerating to avoid downtime.
Security
Security
- Never expose your API key in client-side code or public repositories
- Use environment variables to store your key
- Rotate keys periodically for best practices