Endpoint- and Path-Level API Servers
July 17, 2026

API Explorer and API Designer now respect operation- and path-level servers. If an endpoint in your OpenAPI definition overrides servers at the path or operation level, the API Explorer now builds requests against that server instead of always using the root server.
New Features & Improvements
MCP
- MCP search and fetch tools now surface narrative reference pages alongside API endpoints, guides, and recipes.
Translations
- Added Swahili as a supported language for docs translation.
Bugs Eaten (by Owlbert) 🐛
AI
- Fixed an issue where submitting a blank or invalid question to Ask AI could return an error instead of being blocked.
MCP
- Fixed MCP OAuth connections failing for client apps that don't specify an OIDC scope.
Enterprise
- Fixed the Teammates role filter returning teammates who didn't actually hold the selected group-level role.
- Fixed the enterprise view access password field going blank after saving; it now shows a "Password set" state with a change option and a visibility toggle.
- Fixed enterprise group custom code (HTML, CSS, and JS) not loading on certain child project routes for non-admin viewers.
- Teammates removed from a project, or downgraded to no access, are now properly unsubscribed from that project's notifications.
- Fixed the end user management table's project count not updating immediately after selecting or deselecting projects.
- Fixed newly added child projects in an enterprise group not receiving translations for languages already enabled group-wide.
Editor
- Fixed several editor formatting issues, including inconsistent default tab labels, image alignment showing the wrong toolbar state after a refresh, list formatting breaking after a hard line break, and markdown emphasis shortcuts not applying when typed in a different order.
- Fixed a browser "leave site?" prompt appearing right after saving and reloading a settings page.
- Branch review diffs in Rendered view no longer show raw frontmatter mixed into the content; frontmatter changes now show a notice pointing to the Code view instead.
Docs
- Fixed the doc footer and page feedback widget popping in and shifting the page layout after load; you can also leave feedback again on a later visit instead of being locked to your first vote.
- Fixed link pages on the home page and category landing pages not navigating correctly when set to open in the same tab.
- Fixed links to pages on the default version 404ing when viewed from a non-stable version.
- Fixed the site logo getting clipped by the search bar at certain viewport widths.
API Reference
- Fixed hidden Basic Auth values in code snippets showing as a base64-encoded blob instead of a clean masked value.
- Tag descriptions in the API Reference now show on hover instead of requiring a click.
- Fixed the API Explorer omitting or incorrectly stringifying null values for nullable and oneOf/anyOf schemas.
- Fixed the pattern constraint on string fields not displaying in API response schemas.
Git Sync
- Fixed page history diffs and AI summaries showing the whole commit instead of just the page for moved or renamed pages and reference pages.
- Fixed a rare issue where actively-synced branches could be deleted unexpectedly due to a timing issue during sync.
Admin
- Fixed custom blocks and reusable content added in a large batch (e.g. via git sync) sometimes appearing missing or duplicated in the management list.
Doc Metrics
- Fixed Metrics group-by filter selections resetting when the browser tab regained focus.
- Fixed demo data in My Developers getting stuck on and replacing live API metrics data with no way to switch back.