Legacy docs used intents; triggers and Agent Builds are the current model.
Map a trigger to an Agent Build
- Open Integrations → Triggers (or Studio sidebar → Triggers → add in Integrations).
- Create or edit the trigger — select workflow type (API, Background Task, Cron).
- Choose Agent Graph scope if prompted (graph-scoped triggers from Studio).
- Assign the Agent Build to DEV first.
- Copy the environment-specific webhook URL or cron schedule.
- Send a test request or wait for a scheduled tick — confirm in Observability logs.
- Promote build assignment to UAT, then PROD.
Validate the mapping
- Note the build number on the assigned build row (Builds overview).
- Invoke the trigger with a known test payload (API usage examples).
- Confirm log entries reference nodes from the expected graph version.
- If the wrong build runs, re-select the build for that environment in the trigger config.
Keep DEV and PROD webhook URLs separate in external systems.

