Source Intelligence
Sweep 28 Aug 2026 ยท 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.251 Next v2.1.251 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

29 pages for /run.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

Run Deployment Now Claude Developer Platform · path api/beta/deployments/run Run on a remote Linux server Claude Documentation · path claude-science/run-on-remote-linux-server Run on Windows with WSL Claude Documentation · path claude-science/run-on-windows-wsl Deployments Claude Developer Platform · in the page api/beta/deployments …``` ## Run Deployment Now **POST** `/v1/deployments/{deployment_id}/run` Run Deployment Now ### Path parameters - `deployment_id: string` ### Headers - `"anthropic-beta": optional array of Ant… aws Claude Developer Platform · in the page manage-claude/wif-providers/aws …- name: ANTHROPIC_IDENTITY_TOKEN_FILE value: /var/run/secrets/anthropic.com/token - name: ANTHROPIC_FEDERATION_RULE_ID value: fdrl_... - name… kubernetes Claude Developer Platform · in the page manage-claude/wif-providers/kubernetes …v: - name: ANTHROPIC_IDENTITY_TOKEN_FILE value: /var/run/secrets/anthropic.com/token - name: ANTHROPIC_FEDERATION_RULE_ID value: fdrl_... - name: ANTHROPIC_… Replace NODE_UID with the node's UID: Claude Developer Platform · in the page manage-claude/wif-providers/spiffe …oidc-discovery.prod.example.com"] server_api { address = "unix:///run/spire/sockets/private/api.sock" } acme { email = "[email protected]" tos_accepted = true } ``` <Note> T… wif-reference Claude Developer Platform · in the page manage-claude/wif-reference …| `/var/run/secrets/anthropic.com/token` | | `ANTHROPIC_IDENTITY_TOKEN` | One of `_TOKEN_FILE` or `_TOKEN` | The literal JWT as a st… workload-identity-federation Claude Developer Platform · in the page manage-claude/workload-identity-federation …JWT (platform-specific; see the per-provider guides). JWT=$(cat /var/run/secrets/anthropic.com/token) # 2. Exchange it for a short-lived Anthropic access token. RESPONSE=$(curl -sS https://api.… scheduled-deployments Claude Developer Platform · in the page managed-agents/scheduled-deployments …un` endpoint](https://platform.claude.com/docs/en/api/beta/deployments/run). This creates a session immediately and writes a deployment run with `trigger_context.type: "manual"`. This allows you to te… spawn.sh: called once per claimed work item Claude Developer Platform · in the page managed-agents/self-hosted-sandboxes …gents/claude-managed-agents), and [Vercel](https://vercel.com/kb/guide/run-claude-managed-agent-tools-with-vercel-sandbox). </Tip> An environment worker is a process you run on your own infrastructur… Agent SDK reference - Python Claude Code CLI · in the page agent-sdk/python …grant access to powerful system services. For example, allowing `/var/run/docker.sock` effectively grants full host system access through the Docker API, bypassing sandbox isolation. Only allow Unix… Securely deploying AI agents Claude Code CLI · in the page agent-sdk/secure-deployment …00 \ --user 1000:1000 \ -v /path/to/code:/workspace:ro \ -v /var/run/proxy.sock:/var/run/proxy.sock:ro \ agent-image ``` Here's what each option does: | Option |… Channels reference Claude Code CLI · in the page channels-reference …X POST localhost:8788 -d "build failed on main: https://ci.example.com/run/1234" ``` The payload arrives in Claude's context as a `<channel>` tag: ```text theme={null} <channel sourc… Claude apps gateway configuration Claude Code CLI · in the page claude-apps-gateway-config …Identity-Federation-exchanged token): # oauth_token: ${file:/var/run/secrets/anthropic-oauth-token} # base_url: https://api.anthropic.com # default; override for a forward proxy ``` The t… Deploy Claude apps gateway on Google Cloud Claude Code CLI · in the page claude-apps-gateway-on-gcp …le's [private networking guide for Cloud Run](https://cloud.google.com/run/docs/securing/private-networking) covers the infrastructure both options need. Verify sign-in once the gateway is serving on… Commands Claude Code CLI · in the page commands …| | `/run` | **[Skill](/docs/en/skills#bundled-s… Configure the sandboxed Bash tool Claude Code CLI · in the page sandboxing …could lead to sandbox bypasses. For example, allowing access to `/var/run/docker.sock` effectively grants access to the host system through the Docker socket. Consider carefully any Unix sockets that… Deploy self-hosted environments to production Claude Code CLI · in the page self-hosted-environments-deploy …- self-hosted-runner - --environment-secret-file - /run/secrets/environment-secret - --capacity - "4" secrets: - environment-secret restart: always sto… Self-hosted environments quickstart Claude Code CLI · in the page self-hosted-environments-quickstart …ve, confirms that the runner registers, and writes a cheat sheet to `./runner-setup/CHEAT-SHEET.md`. Run it on a machine where you've signed in with `claude auth login` using an account that holds an… Test self-hosted environments end to end Claude Code CLI · in the page self-hosted-environments-testing …'{"name":"ci-test-environment"}' \ https://api.anthropic.com/v1/code/runners/self-hosted/pools \ <<<"Authorization: Bearer $ADMIN_TOKEN") ENVIRONMENT_ID=$(jq -er .pool.pool_id <<<"$create") ENVIRO… Claude Code settings reference Claude Code CLI · in the page settings-reference …} } } ``` A socket path can grant broad access: allowing `/var/run/docker.sock`, for example, lets a sandboxed command control the Docker daemon. See [Security limitations](/docs/en/sandboxing… Extend Claude with skills Claude Code CLI · in the page skills …---------------------------------------------------------------- | | `/run` | Launch and drive your app to see a change working… Create custom subagents Claude Code CLI · in the page sub-agents …te" hooks: - type: command command: "./scripts/run-linter.sh" --- ``` When the agent is invoked as a subagent, `Stop` hooks in frontmatter are automatically converted to `Suba… Get started Claude Documentation · in the page claude-science/get-started …an SSH tunnel; see [Run on a remote Linux server](/docs/claude-science/run-on-remote-linux-server). </Note> Linux: install the sandbox dependencies, then run the installer. The sandbox needs bubblewr… Use Claude Science on more than one computer Claude Documentation · in the page claude-science/multiple-computers …each computer. See [Run on a remote Linux server](/docs/claude-science/run-on-remote-linux-server). SSH remote sessions in Claude Desktop on 3P Claude Documentation · in the page third-party/claude-desktop/ssh-remote-sessions …versions are kept) | | `~/.claude/remote/run/<id>/` | The server's socket, token, and log… Understanding Authorization in MCP Model Context Protocol · in the page docs/2026-07-28/tutorials/security/authorization …class from the [Python SDK](https://py.sdk.modelcontextprotocol.io/v2/run/authorization/). It publishes the Protected Resource Metadata document, answers unauthenticated requests with a `401` whose `… Understanding Authorization in MCP Model Context Protocol · in the page docs/draft/tutorials/security/authorization …class from the [Python SDK](https://py.sdk.modelcontextprotocol.io/v2/run/authorization/). It publishes the Protected Resource Metadata document, answers unauthenticated requests with a `401` whose `…