Skip to main content
All API requests require authentication using API keys. Your API keys carry many privileges, so be sure to keep them secure.

Obtaining API Keys

You can generate API keys from your Inception Platform Dashboard.

Using API Keys

Export your API key as an environment variable in your terminal.
Include your API key in the Authorization header:
Security Note: Never expose your API keys in client-side code or commit them to version control. Use environment variables or a secure secrets management system.