gauge CLI. Use it to manage measurements and run configurations, launch runs, inspect evidence, and query analytics.
Base URL
Authentication
Send a personal access token as a bearer token on every authenticated request.Organization scope
Most resources live below/api/v1/orgs/{org}. The org parameter accepts an organization slug or public ID.
Request and response format
Send JSON request bodies withContent-Type: application/json. Most successful responses are JSON. Endpoints that return a diff or event stream document a different content type in their operation.
Collection endpoints commonly return an items array and an optional nextCursor value. Pass that value as cursor to request the next page.
Errors
Non-success responses use a stable envelope:invalid_request, unauthorized, forbidden, not_found, conflict, rate_limited, insufficient_credits, and needs_provider_key.
API specification
The endpoint pages in this reference are generated from the OpenAPI 3.1 specification inagents/openapi.json. Use Download API spec from the page menu to generate a client or inspect the complete machine-readable surface.
CLI guide
Use the supported CLI when you want shell-friendly commands, authentication flows, and formatted output.