Create API Key
API Keys
Create API Key
Generate a new API key for the organization
POST
Create API Key
Documentation Index
Fetch the complete documentation index at: https://docs.signa.so/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Creates a new API key for your organization. The full key secret is returned only once in the response; it cannot be retrieved again. Store it securely immediately after creation. You can assign a name for identification, specific scopes to limit access, and an optional expiration date.Request Body
Human-readable name for the key (e.g., “Production Backend”)
Authorized scopes. Available scopes:
trademarks:read, api-keys:manage, billing:readOptional ISO timestamp for key expiration. Omit for a non-expiring key.
Response
Code Examples
Errors
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Missing name or invalid scope values |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | Insufficient permissions to create keys |
| 409 | conflict | A key with the same name already exists |
| 429 | rate_limited | Too many requests |
Related Endpoints
- List API Keys — view all keys
- Rotate API Key — rotate an existing key
- Get Current Organization — organization profile