Skip to main content
Inference requests authenticate with an Orbit API key. Dashboard pages (catalogue, billing, keys) use your signed-in session instead.

Create a key

  1. Sign in at tryorbit.cloud.
  2. Open API Keys.
  3. Create a key with a name and an expiration (never, 30d, 90d, or 1y).
  4. Copy the secret. It starts with sk-orbit- and is shown once.
Orbit stores a hash and a short preview. If you lose the secret, revoke the key and create a new one.
Treat the secret like a password. Create a separate key per project or environment, and revoke a key immediately if it leaks.

Send the key

Orbit accepts either header the official SDKs already send.

What a key is scoped to

Each key belongs to one organization. Usage, credit holds, and invoices land on that org. The same key reaches every active model in the catalogue. You do not need a per-vendor key.

Revoke a key

From API Keys, delete the key. Requests that still use it return 401 with invalid api key.