Skip to main content
GET
/
v1
/
admin
/
platform-keys
List platform LLM keys
curl --request GET \
  --url https://api.usezombie.com/v1/admin/platform-keys \
  --header 'Authorization: Bearer <token>'
{
  "keys": [
    {
      "provider": "<string>",
      "source_workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "active": true,
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "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

Response

Platform key list

keys
object[]
required
request_id
string<uuid>
required