Conversational graphs use Channels and Chat API — not these Autonomous modes. See Trigger types.
Execution modes
Enable a trigger
- Open Integrations → Triggers (or Deploy → Deploy as API / Cron job in Graph Studio).
- Select workflow type — API, Background Task, or Cron Job.
- Choose the Agent Graph and assign an Agent Build per environment.
- Save — the platform generates URLs for each environment.
Authentication
All HTTP trigger requests require a workspace Bearer Token:API mode (single endpoint)
Synchronous execution — the call waits for the graph to finish and returns the result.
Response
status is completed or failed with workflow_id, response, and logs.
Background task mode (recommended)
Asynchronous start + status endpoints.Start
workflow_id with status: "pending".
Status
Poll until
completed or failed. Implement retries with backoff on the caller side.
Cron job mode
Runs on a schedule inside Phinite — no external HTTP caller after configuration.- Save the graph and create an Agent Build.
- Integrations → Triggers → Cron (or Studio Deploy → Cron job).
- Set the cron expression and default message / user_variables.
- Assign builds per environment; confirm runs in Observability logs.

Cron trigger configuration

