sk-som-. A key is not itself a credential you send on API calls — you exchange it for a short-lived JWT first, as described in Authentication.
Key types
User API key
Inherits the permissions of the user who created it. Use when an integration must act as a specific user. Limited to 5 per user.
Workspace API key
Created by users with the Workspace Editor role. Grants API access to a single workspace.
Organization API key
Created by Organization Owners. Grants API access across the entire organisation.
Workspace and organisation keys carry a role, which you pick when creating the key. The role caps what the key can do, using the same roles described in User Roles & Workspaces — so a read-only integration should be issued a Viewer key rather than an Editor one.
How to create API keys
- User API key
- Workspace API key
- Organization API key
Use this when an integration should act as you.
1
Open your profile
Click your profile icon in the bottom-left corner, then click your name.
2
Go to API Keys
Open the API Keys section.
3
Create the key
Click Create API Key and enter a name.
4
Copy the key now
Rotating a key
You do not have to delete a key and rebuild the integration to change its secret. Rotating a key issues a new secret and invalidates the previous one, keeping the key’s name, scope and role intact — so you can roll credentials on a schedule, or immediately if one leaks. Rotation is available from the same API panel where you created the key, and through the API Key endpoints in the API Reference.Best practices
What’s next
API Documentation Guide
Use your key to make your first call.
MCP Server Setup
Connect AI assistants to Share Of Model.