Skip to main content
GET
/
v1
/
workspaces
/
{workspace_id}
/
credentials
/
llm
Get LLM credential status
curl --request GET \
  --url https://api.usezombie.com/v1/workspaces/{workspace_id}/credentials/llm \
  --header 'Authorization: Bearer <token>'
{
  "provider": "<string>",
  "has_key": true,
  "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_id
string<uuid>
required

Workspace identifier

Response

Credential status

provider
string
required

Configured LLM provider name

has_key
boolean
required

True if an API key is stored

request_id
string<uuid>
required