/
/Agent Orchestrator HTTP daemon
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Updated on 2026-09-27
agents3
dev1
events1
import2
mobile4
notifications4
projects7
prs2
push2
reviews4
sessions21
  • getList orchestrator sessions across projects
  • postSpawn an orchestrator session
  • getFetch one orchestrator session
  • getList sessions
  • postSpawn a new agent session
  • getFetch one session
  • patchRename a session display name
  • postReport an agent activity-state signal for a session
  • postMark a session terminated and tear down runtime/workspace resources
  • getList pull requests owned by a session
  • postClaim an existing pull request for a session
  • getDiscover a browser preview URL for a session workspace
  • postSet (or autodetect) the browser preview URL for a session
  • deleteClear the browser preview URL for a session
  • getServe a static browser preview file from a session workspace
  • postRestore a terminated session
  • postUndo a partially-completed spawn (delete seed row, or kill if spawn output exists)
  • postSend a message to a running session's agent
  • getRead one session workspace file and its git diff
  • getList files in a session workspace with git change status
  • postClean up terminated session workspaces
shellTerminals3
    sessions

    Send a message to a running session's agent

    post/api/v1/sessions/{sessionId}/send

    Path parameters

    sessionIdstring required

    Session identifier, e.g. project-1.

    Session identifier, e.g. project-1.

    Request body

    messagestring required

    Response

    OK

    messagestring required
    okboolean required
    sessionIdstring required

    Changes