List sessions
Response
Create a session
| Field | Type | Required | Description |
|---|---|---|---|
title | string | yes | Human-readable session title. |
prompt | string | no | The initial prompt that kicked off the session. |
Response
session_open trace event. The session is then ready to receive tool calls and runs.
Seed a demo session
The demo seeder generates a deterministic NVDA research session. The same events are produced every time, so the replay is identical for every new user. See Session replay.
session_openreasoning— agent plans the researchtool_call—fetch_historyfor NVDAtool_call—screen_momentumon semisstrategy_proposed— a momentum StrategySpectool_call—request_backtestrun_progress— backtest completessession_close
Response
Related
- Run endpoints — runs belong to sessions
- Events & SSE — streaming session events live
- Session replay — how the web UI replays sessions
- Trace events — the event contract