Authentication
The Steerco API supports two authentication methods:- API Keys — simple bearer tokens for scripts and integrations
- OAuth 2.1 — automatic browser-based auth for MCP tools
API Keys (Recommended for REST API)
API keys are the simplest way to authenticate with the REST API.Generating an API Key
- Click your avatar in the top-right corner of the Steerco dashboard
- Select Manage Account
- Navigate to the API Keys tab
- Click Create API Key, give it a name, and copy the key
ak_ prefix. Store your key securely — it won’t be shown again.
Using Your API Key
Include the API key as a Bearer token in all requests:OAuth 2.1 (Used by MCP)
For MCP tools like Claude Desktop and Cursor, authentication happens automatically via OAuth 2.1. You’ll be prompted to sign in via browser on first connection. See the MCP setup guides. The REST API also accepts OAuth tokens if you prefer to use the OAuth flow programmatically:Workspace Selection
Most endpoints require anX-Workspace-Id header. Call the workspaces endpoint first to find your available workspace IDs:
Plan Requirements
API access requires a plan with the API feature enabled. If you receive a403 response, check your plan in the Steerco dashboard or contact support.
