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.jsonAgent endpoints use the current Teamday API root.
| Method | Path | Purpose |
|---|---|---|
GET | /api/agents | List agents available to the organization |
POST | /api/agents | Create a Private Agent |
PATCH | /api/agents/{id} | Update an agent |
PATCH | /api/agents/{id}/install-state | Install, 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.