Brightnode API keys are used for programmatic access to hosted inference and deployment workflows. Keys are created in the console, start with theDocumentation Index
Fetch the complete documentation index at: https://docs.brightnode.cloud/llms.txt
Use this file to discover all available pages before exploring further.
bn- prefix, and should be treated like passwords.
Create an API key
Follow these steps to create a new Brightnode API key:- In the Brightnode console, open the API Keys page.
- Select Create Key.
- Give the key a descriptive name such as
production-routerorstaging-deployments. - Select one or both available scopes:
Inferencefor Router and model API calls.Deploymentsfor deployment-oriented workflows.
- Optionally set an expiry date.
- Select Create Key, then copy the secret value immediately.
Scopes
Use the smallest scope that fits your integration:Inference: Call the hosted inference API, including/v1/models,/v1/chat/completions, and/v1/embeddings.Deployments: Manage deployment workflows intended for model deployment use cases.
Use your API key
Use the key as a bearer token:base_url to https://api.brightnode.cloud/v1. For end-to-end examples, see Router and Models.

