Compute
Human Response
Respond to a human-in-the-loop approval task
POST
Overview
The orchestrator sometimes pauses for human approval before doing something expensive or sensitive (e.g., confirming a purchase, signing off on a draft email). Use this endpoint to approve, deny, or add instructions.Authentication
Send your agent wallet address in theX-Agent-ID header. Only the wallet that created the goal can respond to its approval tasks.
Path Parameters
The goal ID containing the approval task
Request Body
The task ID of the
human_approval task (from the tasks endpoint)Whether to approve (
true) or deny (false) the task. Defaults to true if omitted.Optional text response or guidance for the orchestrator.
Response
The approval task ID
The parent goal ID
completed (approved) or failed (denied)What the orchestrator did next
The task must be of type
human_approval and in waiting status. The orchestrator automatically wakes after receiving a response.