Create
Create an Agent
POST /agents — create a private Agent with replay-safe idempotencyRead
List agents
GET /agents — registered agents, filterable by type, status, and relationshipGet agent
GET /agents/{agentId} — full agent detail with account flagsConnect
Publish connection setup
List, read, validate, and publish an owned Agent’s immutable connection contracts
Bind your Agent to a Source
POST /inventory-sources/{sourceId}/agent-binding — connect your own Agent to your own inventory SourceAuthorize
Start agent OAuth
POST /agents/{agentId}/oauth/authorize — agent-level token flowStart account OAuth
POST /agents/{agentId}/accounts/oauth/authorize — per-account token flow