UI vs. API
The Automations page (app.trysight.ai/automations) is the primary way to create, schedule, and monitor automations — including custom tool-based workflows. See the Automations documentation for setup guides.
The v1 API endpoints below operate on the agent configuration store (template agent keys). Custom automations created in the UI (custom_actions) are not yet exposed on the v1 REST or MCP API.
REST endpoints
Agent keys
MCP tools
Withagents:read / agents:write scopes:
list_agents/list_agent_runsupdate_agent— toggle or tune an agentrun_agent— on-demand run (rate-limited; agent must be active)
Typical workflow
Rate limits: agent runs are capped at 5/hour per site. AI credit affordability is enforced when credits enforcement is active.
Outreach Agent: outbound vs. inbound
The Outreach Agent has two distinct API surfaces:
See Outreach Inbox for the inbound ingestion endpoint, and Webhooks for receiving outbound event notifications when the agent acts.
Plan, license, and seat purchases are not available via API.