Dashboard
Organizations and projects
API keys
Authentication
Usage and logs
Billing
Dashboard
Your organization, active project, API key, project ID, and a ready-to-run code snippet, all in one place.Organizations and projects
An organization is your top-level container - your team or company. A project scopes the workloads you’re running; use separate projects for dev, staging, and production. Each project is isolated: its own API keys, its own usage, its own logs.
Switch between projects, create new projects, or create new organizations from the navigation dropdown.
API keys
Create, rotate, and revoke the credentials your requests authenticate with. Issue a separate key per environment. Keys follow a one-way lifecycle and use thezgpu- prefix:
Rules of thumb:
- One key per environment - dev, staging, and production each get their own.
- Rotate on a schedule - create the new key, deploy it, then revoke the old one.
- Revoke immediately if exposed - don’t wait.
Authentication
Every request needs thex-api-key header (your API key). The x-project-id header (the project the request runs in) is optional - include it to scope the request to a specific project. A 401 means a bad API key; a 403 means a bad project ID.
Usage and logs
Usage shows token counts, request volume, and latency trends. Logs show every request with its model, status, latency, and timestamp.Usage
Real-time trends for the active project - spot cost spikes and latency regressions before they hit your bill.
Logs
The full request history - inspect, filter, and audit individual calls.

