Skip to main content
GET
/
v1
/
workspaces
/
{workspace_id}
/
agent-keys
List agent keys in a workspace
curl --request GET \
  --url https://api.usezombie.com/v1/workspaces/{workspace_id}/agent-keys \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "agent_id": "<string>",
      "zombie_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "created_at": 123,
      "description": "<string>",
      "last_used_at": 123
    }
  ],
  "total": 123
}

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

Path Parameters

workspace_id
string<uuid>
required

UUIDv7 of the workspace.

Response

OK

items
object[]
required
total
integer
required

Count of items in this response (not total across pages).