Auth
Separate auth lanes
Human account bootstrap, API-key automation, and runtime auth stay separate instead of collapsing into one bearer mode.
Security summary
Universal AI Bridge is positioned around governed execution, not just tool transport. The current platform already separates auth lanes, keeps session routing explicit, and preserves machine-readable trust-control outcomes.
This summary is derived from the implemented bridge behavior and the current secure workspace shell.
Auth
Human account bootstrap, API-key automation, and runtime auth stay separate instead of collapsing into one bearer mode.
Routing
Execution always targets one specific sessionId. The bridge never falls back to any active runtime.
Policy
Capability decisions, data-scope decisions, and redaction remain machine-readable before results are treated as safe to return.
Audit
Auth, validation, rate-limit, routing, execution, denial, and redaction outcomes stay visible in the workspace audit surface.
Execution
High-risk Satellite execute capabilities remain gated by bridge-side presets and runtime-side allowlists.
Isolation
Redis-backed rate limiting protects one workspace from another workspace's noisy automation.
The current bounded Satellite execute paths already publish explicit preset semantics instead of hiding high-risk execution behind generic marketing copy.
Bridge policy must allow this capability before dispatch, but runtime-side command allowlisting remains a second required gate.
Bridge policy must allow this capability before dispatch, and runtime-side base-directory allowlisting remains a second required gate.
Bridge policy must allow this capability before dispatch, while runtime-side package-script allowlisting and base-directory allowlisting remain required gates.
Bridge policy must allow structured Satellite host actions before dispatch, while runtime-side action allowlisting remains a second required gate.
Next step
Use the docs when you want the current technical contract, or use the enterprise branch when you want a conversation about deployment fit and rollout posture.