Skip to main content
Requires the site to be on a plan that includes automations (Pro or Advanced) and to have sufficient AI credits.

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

With agents:read / agents:write scopes:
  • list_agents / list_agent_runs
  • update_agent — toggle or tune an agent
  • run_agent — on-demand run (rate-limited; agent must be active)
See MCP Setup for OAuth and end-to-end workflow examples.

Typical workflow

Or starting from opportunities:
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.