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 start.

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.

quickstart Claude Developer Platform · title agents-and-tools/agent-skills/quickstart quickstart Claude Developer Platform · title agents-and-tools/mcp-tunnels/quickstart quickstart Claude Developer Platform · title cli-sdks-libraries/cli/quickstart get-started Claude Developer Platform · title get-started quickstart Claude Developer Platform · title managed-agents/quickstart Quickstart Claude Code CLI · title agent-sdk/quickstart Get started with the desktop app Claude Code CLI · title desktop-quickstart Quickstart Claude Code CLI · title quickstart Self-hosted environments quickstart Claude Code CLI · title self-hosted-environments-quickstart Get started with Claude Code on the web Claude Code CLI · title web-quickstart Get started Claude Documentation · title claude-science/get-started Get started Claude Documentation · title claude-tag/users/getting-started Get started with MCP Apps Claude Documentation · title connectors/building/mcp-apps/getting-started Get started with connectors Claude Documentation · title connectors/getting-started Quickstart: Publish an MCP Server to the MCP Registry Model Context Protocol · title registry/quickstart Connect to MCP servers Claude Code CLI · path mcp-quickstart What is the Model Context Protocol (MCP)? Model Context Protocol · path docs/2024-11-05/getting-started/intro What is the Model Context Protocol (MCP)? Model Context Protocol · path docs/2025-03-26/getting-started/intro What is the Model Context Protocol (MCP)? Model Context Protocol · path docs/2025-06-18/getting-started/intro What is the Model Context Protocol (MCP)? Model Context Protocol · path docs/2025-11-25/getting-started/intro What is the Model Context Protocol (MCP)? Model Context Protocol · path docs/2026-07-28/getting-started/intro What is the Model Context Protocol (MCP)? Model Context Protocol · path docs/draft/getting-started/intro additional-resources Claude Developer Platform · in the page about-claude/additional-resources …--- ## Learning resources <CardGroup cols={3}> <Card title="Quickstarts" icon="lightning" href="https://github.com/anthropics/anthropic-quickstarts"> Deployable applications built with the AP… glossary Claude Developer Platform · in the page about-claude/glossary …rained language model using additional data. This causes the model to start representing and mimicking the patterns and characteristics of the fine-tuning dataset. Claude is not a bare language model;… choosing-a-model Claude Developer Platform · in the page about-claude/models/choosing-a-model …fort is often a better lever than switching models. On Claude Opus 5, start with the default (`high`) and adjust up or down based on your evals. On Claude Opus 4.8 and Claude Opus 4.7, the `xhigh` eff… Or, for the model with the same capabilities and no access approval requirement: Claude Developer Platform · in the page about-claude/models/migration-guide …rm.claude.com/docs/en/build-with-claude/refusals-and-fallback). 6. **Start at `high` effort:** The [effort parameter](https://platform.claude.com/docs/en/build-with-claude/effort) default remains `hi… model-ids-and-versions Claude Developer Platform · in the page about-claude/models/model-ids-and-versions …follow a versioned naming scheme. ### The 4.6 generation and later Starting with the Claude 4.6 generation, model IDs use a dateless format: ```text wrap claude-{name}-{major}[-{minor}] ``` Major… optimizing-for-cost-and-intelligence Claude Developer Platform · in the page about-claude/models/optimizing-for-cost-and-intelligence …ond model paid off in two shapes, an advisor and an orchestrator. ## Start here Match your situation to a row. | Your situation | Do this… pricing Claude Developer Platform · in the page about-claude/pricing …d multi-region endpoint pricing for Claude 4.5 models and beyond** Starting with Claude Sonnet 4.5, Haiku 4.5, and Opus 4.5: * **Bedrock** offers two endpoint types: global endpoints (dynamic ro… content-moderation Claude Developer Platform · in the page about-claude/use-case-guides/content-moderation …aude must understand the moderation requirements of your application. Start by writing a prompt that allows you to define your moderation needs: <CodeGroup exclude="shell"> ```python Python def m… customer-support-chat Claude Developer Platform · in the page about-claude/use-case-guides/customer-support-chat …on requests, wrapped up in a single customer interaction. Before you start building, break down your ideal customer interaction into every task you want Claude to be able to perform. This ensures you… Create the full URL from the GitHub repository Claude Developer Platform · in the page about-claude/use-case-guides/legal-summarization …tails (address, description, and permitted use)", "Term and rent (start date, end date, monthly rent, and security deposit)", "Responsibilities (utilities, maintenance, and repairs)", "Con… Create an instance of the Claude API client Claude Developer Platform · in the page about-claude/use-case-guides/ticket-routing …automate, it's crucial to understand your existing ticketing system. Start by investigating how your support team currently handles ticket routing. Consider questions like: * What criteria are used… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/best-practices …tual request Not every token in your Skill has an immediate cost. At startup, only the metadata (name and description) from all Skills is pre-loaded. Claude reads SKILL.md only when the Skill becomes… claude-api-skill Claude Developer Platform · in the page agents-and-tools/agent-skills/claude-api-skill …PI:** * **Language-specific SDK documentation:** Installation, quick start, common patterns, and error handling for your project's language * **Tool use guidance:** Language-specific examples and [co… enterprise Claude Developer Platform · in the page agents-and-tools/agent-skills/enterprise …AA readiness. For setup steps, exclusions, and result types, see [Get started with skill and plugin scanning](https://support.claude.com/en/articles/15927065-get-started-with-skill-and-plugin-scanning… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/overview …oundry), upload custom Skills through the Skills API. <Note> **Get started:** * For pre-built Agent Skills: See the [quickstart tutorial](https://platform.claude.com/docs/en/agents-and-tools/age… mcp-connector Claude Developer Platform · in the page agents-and-tools/mcp-connector …| string | Yes | The URL of the MCP server. Must start with https\://.… 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 …nel) and record the tunnel ID (`tnl_...`). Manual provisioning always starts from a Console-created tunnel. * **A way for the host to authenticate to the Tunnels API.** * **Programmatic access (re… deploy-helm Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/deploy-helm …nel) and record the tunnel ID (`tnl_...`). Manual provisioning always starts from a Console-created tunnel; you'll also need its tunnel token and tunnel domain. * **A way for the chart to authenticat… overview Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/overview …research preview. ## Deploy a tunnel If you're new to MCP tunnels, start with the quickstart to get a working tunnel locally before configuring a production deployment. <CardGroup cols={2}> <Car… troubleshooting Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/troubleshooting …sn't match the assigned domain, or `config.yaml` was edited without restarting. | Set `tunnel_domain` to the exact domain shown on the tunnel detail page, then restart the proxy (`docker compose rest… advisor-tool Claude Developer Platform · in the page agents-and-tools/tool-use/advisor-tool …urn genuinely requires the advisor model's full capability. ## Quick start <Note> The advisor tool is in beta. Include the beta header `advisor-tool-2026-03-01` in your requests. </Note> <CodeGro… bash-tool Claude Developer Platform · in the page agents-and-tools/tool-use/bash-tool …vironment setup:** Install packages, configure environments ## Quick start <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/messages \ -H "content-type: application/json" \ -H… browser-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/browser-use-tool …rowser-use-tool#security-considerations) before you deploy. ## Quick start The browser use tool is available on the Claude API and [Google Cloud](https://platform.claude.com/docs/en/build-with-claud… build-a-tool-using-agent Claude Developer Platform · in the page agents-and-tools/tool-use/build-a-tool-using-agent …"properties": { "title": {"type": "string"}, "start": {"type": "string", "format": "date-time"}, "end": {"type": "string", "format": "date-time"}, "attendee… code-execution-tool Claude Developer Platform · in the page agents-and-tools/tool-use/code-execution-tool …n Bedrock, Claude Platform on AWS, or Google Cloud. </Note> ## Quick start Here's an example that asks Claude to perform a calculation: <CodeGroup> ```bash cURL curl --fail-with-body -sS https:… computer-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/computer-use-tool …onsent prior to enabling computer use in your own products. ## Quick start Add the computer use toolset to the `tools` array of a [Messages API](https://platform.claude.com/docs/en/api/messages/crea… fine-grained-tool-streaming Claude Developer Platform · in the page agents-and-tools/tool-use/fine-grained-tool-streaming …(parameters)) { if ( streamEvent.TryPickContentBlockStart(out var start) && start.ContentBlock.TryPickToolUse(out _) ) { toolInputs[start.Index] = new… handle-tool-calls Claude Developer Platform · in the page agents-and-tools/tool-use/handle-tool-calls …alled directly, the API runs it on that request and the next response starts with its result block. See [Stop reasons and fallback](https://platform.claude.com/docs/en/build-with-claude/handling-stop-…