MINARA

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).

MethodPOST
Path/v1/interactions/:id/answer
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorystate

Request body

{ "value": "yes" }

On this page