Source Intelligence
Sweep 28 Aug 2026 ยท 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.250 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

50 pages for bash.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it. Cut at 50, so a narrower query shows the rest.

bash-tool Claude Developer Platform · title agents-and-tools/tool-use/bash-tool Configure the sandboxed Bash tool Claude Code CLI · title sandboxing Or, for the model with the same capabilities and no access approval requirement: Claude Developer Platform · in the page about-claude/models/migration-guide …g budget. Before (Claude Mythos Preview): <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "x-api-key: $ANTHROPIC_API_KEY" \ -H "anthropic-versi… optimizing-for-cost-and-intelligence Claude Developer Platform · in the page about-claude/models/optimizing-for-cost-and-intelligence …quest's step 1 cost at Claude Opus 5's list prices: <CodeGroup> ```bash cURL # Per-million-token prices from the pricing page; change these two for another model. INPUT_PER_MTOK=5.00 # Claude O… pricing Claude Developer Platform · in the page about-claude/pricing …agents-and-tools/tool-use/overview). ### Specific tool pricing #### Bash tool The bash tool definition adds the following input tokens to your request. This is in addition to the per-model [tool us… customer-support-chat Claude Developer Platform · in the page about-claude/use-case-guides/customer-support-chat …variable) * Python 3.10 or later Install the required packages: ```bash pip install anthropic streamlit python-dotenv ``` ## Before building with Claude ### Decide whether to use Claude for suppo… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/best-practices …le: ````markdown ## Database migration Run exactly this script: ```bash python scripts/migrate.py --verify --backup ``` Do not modify the command or add additional flags. ```` **Analogy:** Think… claude-api-skill Claude Developer Platform · in the page agents-and-tools/agent-skills/claude-api-skill …m/anthropics/skills). You can install it using the `npx` command: ```bash npx skills add https://github.com/anthropics/skills --skill claude-api ``` Or install it as a [Claude Code plugin](https://c… enterprise Claude Developer Platform · in the page agents-and-tools/agent-skills/enterprise …| | Tool invocations | Instructions directing Claude to use bash, file operations, or other tools | Medium: review what operations are performed | ### R… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/overview …Skill's description, Claude reads SKILL.md from the filesystem using bash. Only then does this content enter the context window. ### Level 3: Resources and code (loaded as needed) Skills can bundle… quickstart Claude Developer Platform · in the page agents-and-tools/agent-skills/quickstart …and client setup at the top: <CodeGroup defaultLanguage="CLI"> ```bash cURL # List Anthropic-managed Skills curl --fail-with-body -sS "https://api.anthropic.com/v1/skills?source=anthropic" \… mcp-connector Claude Developer Platform · in the page agents-and-tools/mcp-connector …ools from an MCP server with default configuration: <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "Content-Type: application/json" \ -H "X-API-Key: $ANTHROPIC_A… Edit docker-compose.yaml: increment the integer in the setup service's Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/deploy-compose …t have an MCP server available for testing, use this minimal one: ```bash mkdir -p mcp-tunnel cat > mcp-tunnel/hello_server.py <<'EOF' from mcp.server.fastmcp import FastMCP mcp = FastMCP("hello-ser… deploy-helm Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/deploy-helm …t have an MCP server available for testing, use this minimal one: ```bash kubectl create namespace mcp-tunnel --dry-run=client -o yaml | kubectl apply -f - kubectl -n mcp-tunnel apply -f - <<'EOF' ap… overview Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/overview …umentation). The proxy forwards the path untouched. <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "Content-Type: application/json" \ -H "X-API-Key: $ANTHROPIC_A… quickstart Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/quickstart …t directory"> <Tabs> <Tab title="macOS / Linux"> ```bash mkdir -p mcp-tunnel/{config,data} cd mcp-tunnel export TUNNEL_DOMAIN=YOUR_TUNNEL_DOMAIN_HERE # from… security Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/security …top the tunnel stack"> <Tabs> <Tab title="Helm"> ```bash helm uninstall mcp-tunnel -n mcp-tunnel ``` </Tab> <Tab title="Docker Compose"> ```bash… troubleshooting Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/troubleshooting …Helm doesn't manage hook resources, so delete it before retrying: ```bash helm uninstall mcp-tunnel -n mcp-tunnel kubectl -n mcp-tunnel delete job mcp-tunnel-setup ``` ## Tunnel won't connect Check… advisor-tool Claude Developer Platform · in the page agents-and-tools/tool-use/advisor-tool …`advisor-tool-2026-03-01` in your requests. </Note> <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "x-api-key: $ANTHROPIC_API_KEY" \ -H "anthropic-version: 2023-… browser-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/browser-use-tool …rm.claude.com/docs/en/api/messages/create) request. <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "content-type: application/json" \ -H "x-api-key: $ANTHROPIC_A… build-a-tool-using-agent Claude Developer Platform · in the page agents-and-tools/tool-use/build-a-tool-using-agent …whose `tool_use_id` matches the `id` from the call. <CodeGroup> ```bash cURL #!/bin/bash # Ring 1: Single tool, single turn. # Define one tool as a JSON fragment. The input_schema is a JSON… code-execution-tool Claude Developer Platform · in the page agents-and-tools/tool-use/code-execution-tool …ts-and-tools/tool-use/code-execution-tool description: Run Python and bash code in a sandboxed container to analyze data, generate files, and iterate on solutions. --- Claude can analyze data, create… computer-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/computer-use-tool …m.claude.com/docs/en/agents-and-tools/tool-use/text-editor-tool) and [bash tool](https://platform.claude.com/docs/en/agents-and-tools/tool-use/bash-tool), which Claude typically uses alongside compute… define-tools Claude Developer Platform · in the page agents-and-tools/tool-use/define-tools …ameter of the API request. Anthropic-schema client tools, such as the bash and text editor tools, are declared by a date-versioned `type`; see each tool's page, linked from the [Tool reference](https:… fine-grained-tool-streaming Claude Developer Platform · in the page agents-and-tools/tool-use/fine-grained-tool-streaming …e tool input is large enough to watch it stream in: <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "content-type: application/json" \ -H "x-api-key: $ANTHROPIC_A… how-tool-use-works Claude Developer Platform · in the page agents-and-tools/tool-use/how-tool-use-works …platform.claude.com/docs/en/agents-and-tools/tool-use/memory-tool), [`bash`](https://platform.claude.com/docs/en/agents-and-tools/tool-use/bash-tool), [`text_editor`](https://platform.claude.com/docs/… memory-tool Claude Developer Platform · in the page agents-and-tools/tool-use/memory-tool …al-protection) before you write it. ## Basic usage <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "x-api-key: $ANTHROPIC_API_KEY" \ -H "anthropic-version: 2023-… overview Claude Developer Platform · in the page agents-and-tools/tool-use/overview …web-search-tool), which Anthropic executes for you: <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "x-api-key: $ANTHROPIC_API_KEY" \ -H "anthropic-version: 2023-… parallel-tool-use Claude Developer Platform · in the page agents-and-tools/tool-use/parallel-tool-use …t with `ANTHROPIC_API_KEY` set in your environment: <CodeGroup> ```bash cURL # This end-to-end test flow doesn't translate well to a one-off shell command. # See the SDK tabs for the full flow.… Process results programmatically Claude Developer Platform · in the page agents-and-tools/tool-use/programmatic-tool-calling …grammatic-tool-calling#the-allowed-callers-field)): <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ --header "x-api-key: $ANTHROPIC_API_KEY" \ --header "anthropi… server-tools Claude Developer Platform · in the page agents-and-tools/tool-use/server-tools …Here's how to handle the `pause_turn` stop reason: <CodeGroup> ```bash cURL # Initial request. If "stop_reason" in the response is "pause_turn", continue # the turn by re-sending the request w… strict-tool-use Claude Developer Platform · in the page agents-and-tools/tool-use/strict-tool-use …se always contains `passengers: 2`. ## Quick start <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "content-type: application/json" \ -H "x-api-key: $ANTHROPIC_A… text-editor-tool Claude Developer Platform · in the page agents-and-tools/tool-use/text-editor-tool …and later versions of the text editor tool. </Note> <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "content-type: application/json" \ -H "x-api-key: $ANTHROPIC_A… tool-combinations Claude Developer Platform · in the page agents-and-tools/tool-use/tool-combinations …'s no client-side sandbox to manage. ## Coding agent: text\_editor + bash The text editor reads and modifies files; bash runs tests and build commands. This is the canonical software-development loo… tool-reference Claude Developer Platform · in the page agents-and-tools/tool-use/tool-reference …e | | [Bash tool](https://platform.claude.com/docs/en/agents-and-tools/tool-use/bash-tool) | `bash_20250124`… Log at info level Claude Developer Platform · in the page agents-and-tools/tool-use/tool-runner …on the SDK's logging, which includes request and response detail: ```bash # Log at info level export ANTHROPIC_LOG=info # Log at debug level for more verbose output export ANTHROPIC_LOG=debug ``` T… tool-search-tool Claude Developer Platform · in the page agents-and-tools/tool-use/tool-search-tool …cludes the tool search tool and two deferred tools: <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "x-api-key: $ANTHROPIC_API_KEY" \ -H "anthropic-version: 2… tool-use-with-prompt-caching Claude Developer Platform · in the page agents-and-tools/tool-use/tool-use-with-prompt-caching …| | [Bash](https://platform.claude.com/docs/en/agents-and-tools/tool-use/bash-tool) | Standard client tool, no spec… web-fetch-tool Claude Developer Platform · in the page agents-and-tools/tool-use/web-fetch-tool …n. The following examples use `web_fetch_20260318`: <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "x-api-key: $ANTHROPIC_API_KEY" \ -H "anthropic-version: 2023-… web-search-tool Claude Developer Platform · in the page agents-and-tools/tool-use/web-search-tool …The following examples use `web_search_20260318`: <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "x-api-key: $ANTHROPIC_API_KEY" \ -H "anthropic-version: 2023-… Admin Claude Developer Platform · in the page api/admin …always `"organization"`. default: organization #### Example ```bash curl https://api.anthropic.com/v1/organizations/me \ -H 'anthropic-version: 2023-06-01' \ -H "Authorization: Bearer $… Analytics Claude Developer Platform · in the page api/admin/analytics …duct breakdown is not enabled for this organization. ### Example ```bash curl https://api.anthropic.com/v1/organizations/analytics/summaries \ -H 'anthropic-version: 2023-06-01' \ -H "X-Api-… Artifacts Claude Developer Platform · in the page api/admin/analytics/artifacts …ouped artifact-type cube, which is returned in full. ### Example ```bash curl https://api.anthropic.com/v1/organizations/analytics/artifacts \ -H 'anthropic-version: 2023-06-01' \ -H "X-Api-… Get Artifact Activity Claude Developer Platform · in the page api/admin/analytics/artifacts/list …rouped artifact-type cube, which is returned in full. ## Example ```bash curl https://api.anthropic.com/v1/organizations/analytics/artifacts \ -H 'anthropic-version: 2023-06-01' \ -H "X-Api-… Chat Projects Claude Developer Platform · in the page api/admin/analytics/chat_projects …cursor for the next page, or null if no more results ### Example ```bash curl https://api.anthropic.com/v1/organizations/analytics/apps/chat/projects \ -H 'anthropic-version: 2023-06-01' \ -… Get Chat Project Usage Claude Developer Platform · in the page api/admin/analytics/chat_projects/list …cursor for the next page, or null if no more results ## Example ```bash curl https://api.anthropic.com/v1/organizations/analytics/apps/chat/projects \ -H 'anthropic-version: 2023-06-01' \ -… Connectors Claude Developer Platform · in the page api/admin/analytics/connectors …cursor for the next page, or null if no more results ### Example ```bash curl https://api.anthropic.com/v1/organizations/analytics/connectors \ -H 'anthropic-version: 2023-06-01' \ -H "X-Api… Get Connector Usage Claude Developer Platform · in the page api/admin/analytics/connectors/list …cursor for the next page, or null if no more results ## Example ```bash curl https://api.anthropic.com/v1/organizations/analytics/connectors \ -H 'anthropic-version: 2023-06-01' \ -H "X-Api… Cost Claude Developer Platform · in the page api/admin/analytics/cost …rganization_id: string` ID of the Organization. ### Example ```bash curl https://api.anthropic.com/v1/organizations/analytics/cost_report \ -H 'anthropic-version: 2023-06-01' \ -H "X-Ap… Get Cost Over Time Claude Developer Platform · in the page api/admin/analytics/cost/list …organization_id: string` ID of the Organization. ## Example ```bash curl https://api.anthropic.com/v1/organizations/analytics/cost_report \ -H 'anthropic-version: 2023-06-01' \ -H "X-Ap…