ReferenceService

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.

scopenonebilling unitfree

agent 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.

AuthorizationBearer <token>

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

GET
/v1
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"}