Skip to main content
GET
/
v1
/
tenants
/
me
/
diagnostics
Tenant doctor — provider posture
curl --request GET \
  --url https://api.usezombie.com/v1/tenants/me/diagnostics \
  --header 'Authorization: Bearer <token>'
{
  "tenant_provider": {
    "mode": "platform",
    "provider": "<string>",
    "model": "<string>",
    "context_cap_tokens": 123,
    "credential_ref": "<string>",
    "error_label": "credential_missing"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Response

Tenant provider posture

tenant_provider
object
required