For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Liveness and authentication check

get

Returns 200 and echoes the resolved team and scope when the admin key authenticates.

Authorizations
AuthorizationstringRequired

Admin API key under the ApiKey scheme: Authorization: ApiKey vc_adm_.... Each key is bound to one team and carries a READ or WRITE scope; the usage endpoints require only READ.

Responses
200

OK

application/json
scopestring · enumOptionalExample: READPossible values:
statusstringOptionalExample: ok
team_idstring · uuidOptional
get/health

Last updated

Was this helpful?