Answer an interaction prompt
POST /v1/interactions/:id/answer — Submit the user's answer to a paused agent prompt (the agent loop stops on `interaction_required` events; the web UI / C
POST /v1/interactions/:id/answer
Submit the user's answer to a paused agent prompt (the agent loop stops on interaction_required events; the web UI / CLI calls this to deliver the response).
| Method | POST |
| Path | /v1/interactions/:id/answer |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | state |
Request body
{ "value": "yes" }