https://inference.varo.cloud/v1 must include a valid API key in the Authorization header using the Bearer token scheme. Without a properly formatted key, requests are rejected before they reach any endpoint.
Generate an API key
To generate a new key:- Sign in at varo.cloud/auth and open the dashboard.
- Navigate to API Keys in the navigation bar.
- Click Create Key.
- Enter a descriptive name for the key (for example,
Productionorci-pipeline). - Click Create and immediately copy the key that appears.
Using your API key
API keys start with thesk_live_ prefix. Pass your key in the Authorization header of every request. The header value must follow the format Bearer YOUR_API_KEY.
Manage your keys
The API Keys page lists every key in your account along with its name, creation date, status, usage (calls and spend), and when it was last used. Because keys carry full access to your account, the best practice is to create a dedicated key for each application or integration rather than sharing a single key:- Create one key per application or pipeline (for example, separate keys for staging and production).
- Create separate keys for third-party integrations so you can cut off a single integration without affecting others.
- Name each key clearly so you can identify its purpose at a glance in the API Keys list.
Delete a key
If a key is compromised or no longer needed, delete it from the API Keys page. Click the delete action next to the key and confirm.Deleting a key immediately invalidates it and cannot be undone. Update your applications with a new key before deleting the old one to avoid service interruptions caused by failed authentication.
