Skip to content
Browse docs
Changelog
User-facing product updates. Also included in llms-full.txt.
webapimarketplace
Dashboard declutter, public profiles by default, marketplace Sale filter
- Sidebar order: Dashboard first, then Connect / Provider
- Agent install tour lives on Connect; Dashboard Overview keeps a short first-call nudge
- Profiles are public by default (opt-out); empty consumer shells stay out of
/providers - Marketplace Sale badge + On Sale view for active time-limited discounts
- Pricing editor discount fields and market ticker spacing cleaned up
docswebapigatewaymcpclisdk
Public docs coverage overhaul
- Expanded Getting started with authentication (keys vs sessions, scopes, Turnstile, register)
- New Guides: discover APIs, troubleshooting (symptom → fix for all error codes)
- New Reference: gateway proxy (idempotency, 428 terms, rate limits, meta fields)
- New Examples: first call (Frankfurter/httpbin), agent MCP loop, publish OpenAPI CLI flow
- Rewrote reference pages for errors (full enum), REST API (grouped tables), CLI, MCP, SDK
- Expanded guides: billing, pricing/payouts, keys/budgets (correct CLI flags), publish API
- Expanded concepts: merit, spend governance, architecture, security
- FAQ expanded to 20+ Q&As; quickstarts use concrete catalog slugs
- All reference pages marked
lastVerified: 2026-07-22
webapimcpdocs
Public profiles, dashboard revamp, and docs site
- Org-level public provider profiles (
/providers/{slug}) with bio, links, socials, avatar, and trust badges - New APIs:
GET /v1/providers,GET /v1/providers/:slug,GET|PATCH /v1/me/profile,POST /v1/me/avatar - Catalog search/detail now include provider identity; agents get profile tools in MCP/CLI/SDK
- Dashboard split into Overview / Keys / Billing / Profile / Account
- Public docs site at
/docswith changelog, raw markdown, and/llms-full.txt - Footer restructured;
llms.txtremoved from footer (route remains for agents)
apigatewayclisdklegal
Provider terms, legal documents, and publisher metadata
- Providers can publish versioned legal documents (terms, privacy, AUP, DPA, license, SLA, security) scoped to an org or a specific API
- Display-only terms appear on the API listing and terms page; required terms block gateway calls with 428 until the consumer org owner/admin accepts (session required)
- New catalog routes:
GET /v1/apis/:slug/terms,POST …/terms/accept, document snapshots under/v1/apis/:slug/documents/… - Publisher metadata fields on APIs and orgs (docs URLs, license, data regions, lifecycle, compliance claims, domain verification)
- CLI:
ozma provider documents …,ozma terms show|status|accept; SDK methodsgetApiTerms,acceptApiTerms,providerCreateDocument, … - Publish still requires
accept_terms: truefor Ozma platform/reseller attestation (separate from provider-authored consumer terms) - Status: code shipped locally; production deploy pending migration
0016(deploy order: DB → API → web → gateway last)
apigatewaybilling
Go-live hardening
- Provider trust hardening (terms acceptance, credential uniqueness)
- Refund clawback and payout period uniqueness
- Gateway idempotency and spend counter hardening
- Catalog health probes and provider verify improvements