Base URLs
Tembo API and self-hosted deployments use the same API operations and schemas.- Tembo API:
https://api.tembo.io - Self-hosted:
https://{deployment-origin}/api/public-api
/api/public-api path prefix.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create sessions, manage repositories, and automate workflows programmatically.
https://api.tembo.iohttps://{deployment-origin}/api/public-api/api/public-api path prefix.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.tembo.io/v1/sessions
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://tembo.example.com/api/public-api/v1/sessions
Was this page helpful?