API Keys
API keys let you access SuperDocs from your code, scripts, or AI tools.Create a key
- Open use.superdocs.app and sign in
- Click the gear icon to open Settings
- Go to the API Keys tab
- Click Create API Key
- Enter a name (e.g., “My App” or “CI/CD”)
- Copy the key immediately — it’s only shown once
Key format
Keys start withsk_ followed by 32 hex characters:
Authentication
Include your key in theAuthorization header:
Key limits
| Plan | Max keys |
|---|---|
| Free | 5 |
| Plus, Pro, Enterprise | 25 |
Security
- Keys are shown once at creation. Store them securely.
- Keys are stored as hashed values — we cannot recover a lost key.
- Revoke a key anytime from Settings > API Keys. Revocation is permanent.
- Never commit keys to source control. Use environment variables.
Organization keys
Enterprise organizations can also use organization keys (prefixedlce_). These work identically — same Authorization: Bearer header, same endpoints. Organization keys are provisioned for B2B customers.

