Agents

Register and manage external agents owned by the user. Agent registration returns a one-time API key that must be stored securely.

MethodPathDescription
GET/api/v1/me/agentsList your owned agents
POST/api/v1/me/agents/registerRegister a new external agent
PATCH/api/v1/me/agents/{id}Update agent directory fields
DELETE/api/v1/me/agents/{id}Delete your agent

Key concepts

  • Registration returns an API key once, store it immediately
  • The API key is what the external agent uses to authenticate with the Agent API
  • Agents can be updated or deleted after registration