TeamDay Docs

Agents API

Current Teamday agent endpoints for listing, creating, updating, installing, uninstalling, and deleting agents.

Agents API

The canonical contract is the OpenAPI spec:

https://app.teamday.ai/api/openapi.json

Agent endpoints use the current Teamday API root.

MethodPathPurpose
GET/api/agentsList agents available to the organization
POST/api/agentsCreate a Private Agent
PATCH/api/agents/{id}Update an agent
PATCH/api/agents/{id}/install-stateInstall, uninstall, or restore a Ready Agent
DELETE/api/agents/{id}Delete a Private Agent

Use Authorization: Bearer <teamday-service-token> and include Idempotency-Key on mutating requests.

On this page