You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add organization outbound routing to the existing validated HTTP helpers and guarded SDK transports, with isolated pools, TLS CONNECT, canonical ownership and fail-closed routing.
Remove the additional fetch entry point and migrate callers to explicit destination profiles. Preserve streaming, multipart uploads, retry budgets, configured private model endpoints and supported deployment proxies. Extend the existing audit to reject native fetch aliases and SDK handoffs.
Combine session policies and outbound IP addresses in Security settings using shared components. Preserve the existing session URL and feature gates, keep SSO separate, and document connection coverage.
Keep gateway credentials and organization assignments in operator configuration. Configured routes reject unsupported transports, including remote sandbox execution and raw database connections; initial account OAuth and SDK-owned control traffic remain outside coverage. Production activation is separate.
Type of Change
New feature
Testing
20,889 regression tests passed; 98 skipped. Includes real Node and Bun gateway/proxy connections, TLS identity, destination pinning, organization isolation, redirects, streaming, decompression limits, cancellation and self-hosted model endpoints.
All 26 workspace type checks, lint, 46 repository audits, block registry and docs manifest checks passed. Nine boundary-audit tests passed.
Security settings were verified locally with synthetic data. Production app/worker acceptance and connection coverage remain release gates; local tests do not establish deployed routing.
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
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
Type of Change
Testing
Checklist