cURL
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" }
Lists all configured platform-wide LLM provider keys. These are shared keys that workspaces fall back to when no BYOK key is configured.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Platform key list
Show child attributes