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.
Authentication
For the Tembo API, create an API key from Settings > API Keys in the hosted Tembo dashboard. For self-hosted, create an API key in your deployment’s own dashboard.Pagination
List endpoints returnitems plus an opaque nextCursor, and accept cursor
and limit query parameters. See Pagination.