Base URL
Authentication
All/v1/* endpoints require a bearer token:
Conventions
- JSON request and response bodies, except
screenshot/observewhich return image bytes. - Sessions meter usage — always end them (
POST /v1/sessions/{id}/end). - Rate limits apply per key; handle
429with backoff.
GET /v1/rigs to list the
machines your key can reach.
Prefer the Python SDK for auth, retries, and the
vision/grounding helpers. Use raw REST from any other language.
