API Reference
SDK HTTP Endpoints
The minimal HTTP interface a local Agent exposes for RemoteAgent
SDK HTTP Endpoints
The SDK routes currently exposed by a local Agent through agent.start({ http: { ... } }) include:
GET /api/sdk/sessionsPOST /api/sdk/sessionsPOST /api/sdk/sessions/:sessionId/promptGET /api/sdk/sessions/:sessionId/eventsGET /api/sdk/sessions/:sessionId/messagesGET /api/sdk/sessions/:sessionId/systemPOST /api/sdk/sessions/:sessionId/fork
Design goal
This is not meant to be a huge general-purpose platform API.
It is intentionally a small session-centered SDK surface.
The priority is not "grow a complex API platform." The priority is keeping the local Agent and RemoteAgent capability surfaces aligned.