feat: Gateway — new top-level product section (31 pages)#143
Merged
Conversation
New top-level "Gateway" section at /gateway — same level as Workbench and Runtime. Documents the Tangle inference gateway with full coverage: Introduction & Getting Started (2 pages): - Product overview, quickstart with curl/Python/TypeScript Models & Providers (5 pages): - Supported models, BYOK, fallbacks, timeouts, caching Routing (3 pages): - 3-tier architecture, operator routing, smart scoring Security & Compliance (5 pages): - Auth methods, ZDR, no-train, guardrails, rate limiting Billing (3 pages): - Credits/pricing, free tier model gating, SpendAuth on-chain payments Observability (2 pages): - Generation lookup API, routing trace API Reference (7 pages): - POST /v1/chat/completions, GET /v1/generation, GET /v1/credits, compliance API, providerOptions.gateway, response headers, feature flags Guides (3 pages): - Migrate from OpenAI, migrate from Vercel AI Gateway, enterprise ZDR Also updated: - Root _meta.ts: Gateway added between Workbench and Runtime - AI hub page: added Inference Gateway section with links - AI _meta.ts: added Gateway links in sidebar Build: 206 pages indexed, zero errors.
- operator-routing.mdx: added Blueprints section with LLM Inference, Vector Store, and Custom Blueprint table. Links to llm-inference-blueprint repo, tangle-inference-core, Blueprint SDK, and Blueprint Runner docs. - how-routing-works.mdx: operators now reference Blueprints and BSM. - models.mdx: added Blueprint-served models table. - smart-routing.mdx: references Blueprints in scoring intro. - spend-auth.mdx: references tangle-inference-core for operator settlement. - index.mdx: operator network links to Blueprint intro. - developers/blueprints/use-cases.mdx: added llm-inference-blueprint and tangle-inference-core to the AI section.
✅ Deploy Preview for tangle-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Gateway as a new top-level product section at
/gateway, same level as Workbench and Runtime. 31 new MDX pages documenting the Tangle inference gateway.Sections
Cross-linking
Build: 206 pages, zero errors.
Test plan
yarn buildpasses/gateway/*routes render🤖 Generated with Claude Code