Create Session
Create a session for tembo to start working on in the background
Documentation Index
Fetch the complete documentation index at: https://test-8862363a-chore-changelog-update-20260522071413.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Body
Session creation payload
- Option 1
- Option 2
Description of the session to be performed. Supports tagging files.
1"Fix the authentication bug in the login component"
Detailed description of the session (alternative to prompt)
1"Users are reporting they cannot log in. JWT token validation appears to be failing."
The agent to use for this session
"claudeCode:claude-opus-4-5"
Array of code repository urls that this session relates to
[
"https://github.com/org/repo",
"https://gitlab.com/org/repo-2"
]Array of Tembo code repository IDs to target directly
[
"cbad4334-c844-4fef-a8da-d08f209f267e",
"6307d53a-b99d-4e90-ab89-f29114f33d53"
]The branch to open the pull request against (e.g. main, develop)
"main"
The branch name to use for the work
"feature/auth-fix"
Whether to immediately queue the session for processing (optional, defaults to true)
false
Response
Session created successfully
URL to view this session in the Tembo web application
"https://app.tembo.io/sessions/123e4567-e89b-12d3-a456-426614174000"