docs(api): use public API endpoint prefix - #680
Conversation
Co-authored-by: Vinícius <36349314+vrmiguel@users.noreply.github.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Requesting review from @DarrenBaldwin07 who has experience with the following files modified in this PR:
|
|
I verified these URLs against the latest published release, Blocking merge as-is because the PR is stale relative to the released routing model:
Recommendation: rebase onto current |
Co-authored-by: Ry <4283+ryw@users.noreply.github.com>
|
Fixed in dedicated verified commit
The resulting PR diff is now limited to two self-hosted URL corrections and is mergeable. Removing the |
|
@vrmiguel will you review the edits + confirm they are mergable, if so merge this? |
summary
https://api.tembo.io/public-api/validation
mintlify validategit diff --checkmonorepo/apps/api/src/server/routes/public-apiorigin/mainbefore committing (already up to date, no conflicts)Note
Low Risk
Documentation-only URL guidance; no runtime or API behavior changes.
Overview
Documentation now spells out the
/api/public-apibase for self-hosted Tembo instead of implying a plain deployment root URL.The Snowflake Self-hosted Tembo accordion tells operators to set the Python UDF
BASEto the public API base (e.g.https://tembo.example.com/api/public-api) and to update the egress network rule for the deployment host separately. The self-hosted OpenAPI Send Session Message cURL sample uses that same path prefix forPOST .../session/{id}/messages.Reviewed by Cursor Bugbot for commit 49d9175. Bugbot is set up for automated code reviews on this repo. Configure here.