v1

latestOpenAPI 3.0.0Proprietary2026-07-132885152.8 KB
agent

Submit a follow-up message for a run

Send a follow-up message to an existing run. The server transparently routes the message based on the current state of the run (still queued, actively running, or ended). A 200 response means the follow-up was accepted; updated run state can be observed via GET /agent/runs/{runId}.

post/agent/runs/{runId}/followups

Path parameters

runIdstring required

The unique identifier of the run

Request body

messagestring

The follow-up message to send to the run.

mode'normal' | 'plan' | 'orchestrate'

Query mode for an agent run.

  • normal: Standard user query (default).
  • plan: Planning Mode. The agent researches and creates a plan, then waits for approval before execution.
  • orchestrate: Orchestration Mode. The agent proposes an orchestration plan and must not start child agents until approved.

Response

Follow-up accepted

object required