Tool Gateway
Understand how managed runtimes use AgentNexus tools without receiving provider secrets.
What Tool Gateway does
Tool Gateway lets an AgentNexus-managed runtime ask the AgentNexus backend to perform approved tool work. The runtime gets a deployment-scoped runtime-scoped token, not provider API keys or user OAuth credentials.
The current default read surface includes cited web search, public GitHub repository read and import workflows, and Google Workspace read actions. Higher-risk write actions use separate approval paths.
Read tool boundaries
- Cited web search returns normalized citations and redacted error details.
- Public GitHub read and import workflows can inspect readable repository content with extension and plan limits; they do not execute repository code.
- Google Workspace Sheets read actions return redacted metadata such as source, range, row count, and column count for runtime-facing evidence.
- Managed Browser, Developer Mode, Channel Publish, Runtime Cron, Runtime Skills, and Runtime Memory remain approval-gated or production pilot surfaces.
- Raw shell, raw browser sessions, and sensitive write actions are not ordinary runtime tools.
Runtime flow
- 1The managed runtime receives Tool Gateway URL and runtime token metadata during deployment.
- 2The runtime calls the manifest route to discover the tools available for that agent and plan.
- 3The runtime requests tool execution through AgentNexus, which applies auth, entitlement, scope, and redaction checks.
- 4The chat surface renders the redacted tool result or direct answer when the result is already sufficient.