Authorization header of every request:
API keys
API keys follow the formatsk_ntl_{environment}_{secret}:
| Prefix | Environment |
|---|---|
sk_ntl_prod_ | Production |
https://api.natural.co.
Creating API keys
Create API keys from the Natural Dashboard after completing verification. The key secret is shown once — store it immediately. Each key can be scoped to a subset of permissions. Scope a key down to exactly what the integration needs — for example, a read-only key, or one limited to payments:Security
- Store API keys in a dedicated secret management system. Never commit them to source control.
- Rotate keys periodically. You can have multiple active keys to enable zero-downtime rotation.
- Revoke compromised keys immediately via the dashboard or
DELETE /api-keys/{keyId}. - All requests require HTTPS.
Related
- MCP — Connect Claude, Cursor, and other AI hosts to Natural
- API Reference — Create, list, and revoke keys
- Error Handling — Authentication error codes