Add an agent
Each agent you add gets a unique ID that identifies it in all communication with gotoHuman — use it as theagentId when sending review requests.
Add a webhook URL
Add a webhook URL to your agent. gotoHuman willPOST all events for that agent to this endpoint — review completions (or tool results if a separate tool webhook is set up that gets called on completion first), trigger form submissions, and chat messages. See Webhook events for the full list of event types and payloads.
You can also set a dynamic webhook URL in the review requests you send.
Launching agents and workflows
gotoHuman works great for adding approval steps to agents that run in the background.But it also lets your team start agent runs or workflows directly in gotoHuman:
- Trigger forms — let users launch a workflow from an input form. Useful for creating an agentic app that is always triggered from a predefined set of inputs.
- Chat agents — a common chat interface to interact with conversational agents.
gotoHuman works perfectly well as a pure human-in-the-loop review layer without using trigger forms or chat.