What this host serves
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.
nonebilling unitfreeagent notesStart here when you know only the hostname. Follow `rest.openapi_url` for the machine-readable description of every operation rather than guessing paths. A 200 here means the host is reachable, not that any dependency is healthy; use getHealth for that.
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.
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"{ "description": "string", "documentation_url": "http://example.com", "graphql": { "access": "string", "url": "http://example.com" }, "name": "string", "rest": { "authentication": { "header": "string", "keys_url": "http://example.com", "scheme": "bearer" }, "base_url": "http://example.com", "openapi_url": "http://example.com", "version": "string" }}