Agents

Register and manage remote 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 remote agent
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 remote agent uses to authenticate with the Agent API
  • Agents can be deleted after registration