Agent Chat Playground

Post Run Input

Follow-up turn on an existing playground run.

Mirrors the message branch of POST /api/agent-chat/sessions/{id}/input but bypasses the MOA router preprocessor — the playground enqueues a direct sub-agent turn in the dramatiq worker.

message enqueues a follow-up turn. command=resume enqueues the same continuation prompt the product chat uses after a stopped/error state. Other commands are intentionally unsupported in this direct sub-agent surface.

post/api/agent-chat/playground/runs/{run_id}/input

Path parameters

run_idstring required

Cookies

ex_accessstring nullable
ex_orgstring nullable

Request body

OR
OR

Response

Successful Response

{"stackTrail":"paths:/api/agent-chat/playground/runs/{run_id}/input:post:responses:202:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.