Operations served at v1
The operations this build serves, as operation id to URL. Unauthenticated and unmetered. An operation defined in the contract but not yet implemented is omitted here.
nonebilling unitfreeagent notesUse this to check what a deployment actually serves before calling it: the contract describes the whole surface, this lists what is live. Resolve `{}` placeholders yourself; they are path parameters.
The operations this build serves, as operation id to URL. Unauthenticated and unmetered. An operation defined in the contract but not yet implemented is omitted here.
Authorization
ApiKey Workspace API key as a bearer token. Create keys in the dashboard under Settings → API keys. Test keys (oai_test_) answer from a fixed test tenant and never queue production scans.
In: header
Response Body
application/json
curl -X GET "https://example.com/v1"{ "authentication": { "header": "string", "keys_url": "http://example.com", "scheme": "bearer" }, "documentation_url": "http://example.com", "endpoints": { "property1": "string", "property2": "string" }, "openapi_url": "http://example.com", "version": "string"}What this host serves GET
Discovery document for the host: the REST base url, the GraphQL endpoint, where the OpenAPI document lives, and where to get a key. Unauthenticated, unmetered, and static — it reads nothing and says nothing about system health.
GraphQL
The same graph, queried as a graph. Available to first-party surfaces today.