Examples
- Send an email summary after the Agent classifies a ticket.
- Write a row to a CRM after the Agent extracts fields from a contract.
- Post a Slack message when the Agent flags a high-risk trace.
- Kick off a downstream pipeline.
Configuring an Action
Same shape as a Tool:- Kind — HTTP or Inline.
- Endpoint / code — where the call goes or what runs.
- Input mapping — how to fill the Action’s inputs from upstream Agent output. Drag from output fields to Action inputs, or write a small JSONPath expression.