API authentication
Authenticate API requests with your workspace API key.
Authenticate every request with a Bearer token — your workspace API key.
- Create and rotate keys under Developers → API keys.
- Send the key in the
Authorization: Bearer <key>header. - Keep keys server-side. Never ship them in client code.