Authentication
Get and use your Bitdeer AI API key.
All Bitdeer AI API requests require a bearer token in the Authorization header.
Get your API key
- Log in to Bitdeer AI Console.
- Navigate to Models → API Keys (direct link).
- Click Generate API Key, label it, and copy it immediately — the secret is only shown once.
Never commit API keys to source control. Use environment variables or a secrets manager.
Use the key
Key management
- Load keys from environment variables at runtime.
- Rotate by creating a new key, deploying it, then revoking the old one.
- Missing or invalid keys return
401 Unauthorized— see Errors.
Last updated on