Creates a persistent chat session backed by a Daytona or Vercel runtime. Session state is retained and can be resumed or recovered across requests.
{
"id": "<string>",
"status": "<string>",
"idleTimeoutMs": 123,
"createdAt": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key starting with sk_case_
Optional human-readable session title
Optional model override for the chat runtime session
Idle timeout before session is eligible for snapshot/termination. Defaults to 15 minutes.
Restrict the chat session to specific vault IDs
Was this page helpful?
{
"id": "<string>",
"status": "<string>",
"idleTimeoutMs": 123,
"createdAt": "2023-11-07T05:31:56Z"
}