Submits an approval decision for a task whose agent stream is suspended waiting for user input (e.g., plan approval, ask_question).
For suspended streams, the endpoint atomically transitions the stream
from suspended to resuming (CAS guard) to prevent double-approve.
For active streams with in-tool timeout approval (ask_question), the
endpoint forwards the decision to the Bun agent’s in-memory waiter.
Documentation Index
Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt
Use this file to discover all available pages before exploring further.
JWT authentication token
Task ID
Whether to approve or decline the pending tool call
approve, decline Agent ID to resume (optional, resolved from stream metadata if omitted)
Answers or additional data to pass to the resumed tool (e.g., ask_question answers)
Agent run ID (optional, resolved from stream metadata if omitted)
Specific tool call ID to approve (for parallel subagent routing)