v1

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1220723.1 KB
Sessions

Send an event to a session

post/api/v1/sessions/{id}/events

Path parameters

idstring required

Request body

type'human_turn' required
contentstring required

Example request

{
  "type": "human_turn",
  "content": "Summarize the repo README."
}

Response

Event accepted