Skip to main content
When the agent pauses to ask a question or request permission, it emits an hitl_request SSE event and waits. You answer through these endpoints.

POST /hitl/respond

Answer a pending HITL request. The agent loop resumes immediately.

Request

Response

Or 404 if no HITL request is pending for the given task.

GET /hitl/pending

List HITL requests waiting for a response, across all tasks.

Request

Response

See also