When the agent pauses to ask a question or request permission, it emits anDocumentation Index
Fetch the complete documentation index at: https://internal.september.wtf/llms.txt
Use this file to discover all available pages before exploring further.
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
| Field | Type | Required | Purpose |
|---|---|---|---|
task_id | string | yes | The task whose agent is paused. |
answer | string | yes | The user’s answer. For permission prompts: "yes" / "no". For questions: free text. |
feedback | string | no | Additional commentary the agent should consider. |
content_blocks | array | no | Structured content (e.g. images, files) to include in the response. |
Response
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
- Streaming events: hitl_request for what the agent sends.
- Permissions for how the permission system decides what to ask about.

