Creates a new agent session and an initial empty chat in a single transaction. The session is created in the provisioning lifecycle state — a separate orchestration step claims it and starts the sandbox.
Documentation Index
Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt
Use this file to discover all available pages before exploring further.
All fields are optional. An empty body is valid and creates a session with default settings.
Display title for the session. When omitted, the server generates one.
GitHub repository owner (user or org). Validated against GitHub's owner-name rules.
GitHub repository name. Validated against GitHub's repo-name rules.
Branch the session should check out. Ignored when isNewBranch is true — the server generates a new branch name in that case.
Clone URL the sandbox should fetch from.
When true, the server generates a fresh branch name (e.g. xx/abcdef12) instead of using branch.
Which sandbox provider to use. Currently only vercel is accepted.
vercel