Search the documentation
8 pages for api_token.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Connect to external tools with MCP
Claude Code CLI · in the page
agent-sdk/mcp
…headers: { Authorization: `Bearer ${process.env.API_TOKEN}` } } }, allowedTools: ["mcp__remote-api__*"] } }; ``` ```python Python theme={…
Plugins reference
Claude Code CLI · in the page
plugins-reference
…ndpoint", "description": "Your team's API endpoint" }, "api_token": { "type": "string", "title": "API token", "description": "API authentication token", "sensitiv…
Configuration and flags
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/configuration
…-------------------------------------------------- | | `MCP_INSPECTOR_API_TOKEN` | Pin the [session token](/docs/2026-07-28/tools/inspector/web#the-session-token) instead of generating…
Recipes
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/recipes
…MCP_SANDBOX_PORT=6275 \ MCP_AUTO_OPEN_ENABLED=false MCP_INSPECTOR_API_TOKEN="$TOKEN" \ mcp-inspector --web & ``` Pinning `MCP_SANDBOX_PORT` matters here: the app's UI is served from a…
Web client
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/web
…e token from three places, in priority order: 1. `window.__INSPECTOR_API_TOKEN__`, injected into `index.html` on every page load. This is what makes a bare-URL reload or a bookmark keep working. 2. A…
Configuration and flags
Model Context Protocol · in the page
docs/draft/tools/inspector/configuration
…-------------------------------------------------- | | `MCP_INSPECTOR_API_TOKEN` | Pin the [session token](/docs/draft/tools/inspector/web#the-session-token) instead of generating a ra…
Recipes
Model Context Protocol · in the page
docs/draft/tools/inspector/recipes
…MCP_SANDBOX_PORT=6275 \ MCP_AUTO_OPEN_ENABLED=false MCP_INSPECTOR_API_TOKEN="$TOKEN" \ mcp-inspector --web & ``` Pinning `MCP_SANDBOX_PORT` matters here: the app's UI is served from a…
Web client
Model Context Protocol · in the page
docs/draft/tools/inspector/web
…e token from three places, in priority order: 1. `window.__INSPECTOR_API_TOKEN__`, injected into `index.html` on every page load. This is what makes a bare-URL reload or a bookmark keep working. 2. A…