The native HTTP endpoints for creating, finding, reading, and deleting sessions.
A session is the durable conversation boundary. These endpoints create, list, read, and delete sessions.
Find sessions with optional filtering and pagination.
/v1/sessionsFind sessions with optional filtering and pagination.
Maximum page size.
Opaque cursor for the next page.
Session IDs to filter on.
Filter by creation time.
Filter by creation time.
Filter by update time.
Filter by update time.
Create a new session with the specified parameters.
/v1/sessionsCreate a new session with the specified parameters.
Optional session ID. If omitted, one is generated automatically.
Get a session by its ID.
/v1/sessions/{session_id}Get a session by its ID.
The session ID.
Delete a session by its ID.
/v1/sessions/{session_id}Delete a session by its ID.
The session ID.
© 2026 pogue.dev. All rights reserved.
CC BY 4.0Search the agentc documentation