create_hitl
Create a human-in-the-loop escalation request to route an agent's action to a human for approval, specifying session, priority, and target user.
Instructions
Create a new HITL escalation request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent identifier that is requesting escalation | |
| priority | Yes | Priority level of the escalation | |
| session_id | Yes | Session identifier for the escalation | |
| webhookurl | No | Webhook URL for status updates (optional) | |
| escalate_to | Yes | Who to escalate to | |
| user_prompt | Yes | The user prompt that triggered the escalation | |
| proposed_action | Yes | The action that the agent wants to perform | |
| webhookverificationtoken | No | Webhook verification token (optional) |