users
Create API key
Creates an organization-scoped SEAOTTER access key (so_…). The full secret is returned once in secret. Use it as Authorization: Bearer so_… for /api/v1 and as SEAOTTER_API_KEY for the MCP server. MCP purposes keep one active key per client (mcp:cursor, mcp:claude, mcp:codex).
POST
Create API key
Authorizations
Clerk session JWT for the web app (active organization required), or an organization-scoped SEAOTTER access key (so_…) from POST /api/v1/api-keys for programmatic / docs try-it / MCP use. The same so_… value is both Authorization: Bearer so_… and SEAOTTER_API_KEY.
Body
application/json
Response
Successful Response

