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

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.

Edit docker-compose.yaml: increment the integer in the setup service's Claude Developer Platform · title agents-and-tools/mcp-tunnels/deploy-compose agent-setup Claude Developer Platform · title managed-agents/agent-setup Advanced setup Claude Code CLI · title setup Troubleshoot Claude Tag setup Claude Documentation · title claude-tag/admins/troubleshooting Setup wizard Claude Documentation · title government/org-admin/setup-wizard Tenant setup wizard Claude Documentation · title government/tenant-admin/setup-wizard Installation and setup Claude Documentation · title third-party/claude-desktop/installation Set up Claude Code for your organization Claude Code CLI · path admin-setup Set up Claude Tag Claude Documentation · path claude-tag/admins/setup-overview optimizing-for-cost-and-intelligence Claude Developer Platform · in the page about-claude/models/optimizing-for-cost-and-intelligence …efore every turn, so use the duration instead. #### Turn on caching Setup takes little work. [Automatic caching](https://platform.claude.com/docs/en/build-with-claude/prompt-caching#automatic-cachin… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/best-practices …ple:** ```markdown # API Reference ## Contents - Authentication and setup - Core methods (create, read, update, delete) - Advanced features (batch operations, webhooks) - Error handling patterns - C… enterprise Claude Developer Platform · in the page agents-and-tools/agent-skills/enterprise …ption keys (CMEK), zero data retention (ZDR), or HIPAA readiness. For setup steps, exclusions, and result types, see [Get started with skill and plugin scanning](https://support.claude.com/en/articles… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/overview …Skills are active when you create documents. Claude uses them with no setup required. **Custom Skills:** Upload your own Skills as zip files through Settings > Features. Available on Pro, Max, Team,… quickstart Claude Developer Platform · in the page agents-and-tools/agent-skills/quickstart …is an excerpt from one continuous script, with any imports and client setup at the top: <CodeGroup defaultLanguage="CLI"> ```bash cURL # List Anthropic-managed Skills curl --fail-with-body -sS… concepts Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/concepts …plicated across hosts for availability. With programmatic access, the setup component runs alongside the stack to provision credentials. | the stack, the MCP tunne… deploy-helm Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/deploy-helm …s a single Deployment and attaches it to your tunnel: one the chart's setup hook creates for you, or an existing tunnel you created in the [Console](https://platform.claude.com/docs/en/agents-and-tool… overview Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/overview …unnels/console#create-a-tunnel)) or through the API; the Helm chart's setup hook can also create one for you during install. * A way for your stack to authenticate to the Tunnels API. Choose one:… reference Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/reference …ation fields, the Tunnels REST API, certificate requirements, and the setup component. --- <Note> MCP tunnels are in research preview. [Request access](https://claude.com/form/claude-managed-agents… security Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/security …<Tabs> <Tab title="Helm"> With programmatic access, the setup component created a single Secret named after the release. Without programmatic access, you created `mcp-tunnel-token` and `… troubleshooting Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/troubleshooting …en`, `/register`, and the discovery documents through the tunnel. ## Setup component authentication failures The [setup component](https://platform.claude.com/docs/en/agents-and-tools/mcp-tunnels/co… bash-tool Claude Developer Platform · in the page agents-and-tools/tool-use/bash-tool …Process files, run analysis scripts, manage datasets * **Environment setup:** Install packages, configure environments ## Quick start <CodeGroup> ```bash cURL curl https://api.anthropic.com/v1/… define-tools Claude Developer Platform · in the page agents-and-tools/tool-use/define-tools …tools/tool-use/overview) * A Claude API key and a working SDK or cURL setup ## Choosing a model Use the latest Claude Opus model, Claude Opus 5, for complex tools and ambiguous queries; it handles m… tool-combinations Claude Developer Platform · in the page agents-and-tools/tool-use/tool-combinations …/docs/en/agents-and-tools/tool-use/computer-use-tool) for the sandbox setup. ## Browser agent: browser\_use When the whole task happens inside webpages (filling forms, reading page content, working… tool-search-tool Claude Developer Platform · in the page agents-and-tools/tool-use/tool-search-tool …as a tool library grows: * **Context bloat:** A typical multiserver setup (GitHub, Slack, Sentry, Grafana, and Splunk) can consume \~55k tokens in definitions before Claude does any work. Tool searc… routines-fire Claude Developer Platform · in the page api/claude-code/routines-fire …nes#add-an-api-trigger) in the Claude Code documentation for the full setup walkthrough. ## Trigger a routine ```http POST https://api.anthropic.com/v1/claude_code/routines/{routine_id}/fire ``` Ev… claude-platform-on-aws-iam-actions Claude Developer Platform · in the page api/claude-platform-on-aws-iam-actions …e managed policies available for common access patterns. For platform setup and authentication, see [Claude Platform on AWS](https://platform.claude.com/docs/en/build-with-claude/claude-platform-on-aw… Compliance API Claude Developer Platform · in the page api/compliance …sfully signed in with a magic link email. - `"managed_organization_setup_completed"` Managed (AWS Marketplace) organization setup was completed. - `"marketplace_created"` Admin created… Activities Claude Developer Platform · in the page api/compliance/activities …sfully signed in with a magic link email. - `"managed_organization_setup_completed"` Managed (AWS Marketplace) organization setup was completed. - `"marketplace_created"` Admin created… Query compliance activities Claude Developer Platform · in the page api/compliance/activities/list …sfully signed in with a magic link email. - `"managed_organization_setup_completed"` Managed (AWS Marketplace) organization setup was completed. - `"marketplace_created"` Admin created… overview Claude Developer Platform · in the page api/overview …en/manage-claude/workload-identity-federation) rule For step-by-step setup instructions, see [Get started](https://platform.claude.com/docs/en/get-started). ## Available APIs The Claude API include… claude-on-vertex-ai Claude Developer Platform · in the page build-with-claude/claude-on-vertex-ai …nt-platform/models/partner-models/claude) for more information on the setup required and a full walkthrough. ## Install an SDK for accessing Agent Platform First, install Anthropic's [client SDK](ht… claude-platform-on-aws Claude Developer Platform · in the page build-with-claude/claude-platform-on-aws …on the AWS Console service page, complete your Anthropic organization setup, note your workspace ID, and sign in to the Claude Console. <Note> Signing up through the AWS Console provisions a new An… claude-prompting-best-practices Claude Developer Platform · in the page build-with-claude/prompt-engineering/claude-prompting-best-practices …e the first context window to set up a framework (write tests, create setup scripts), then use future context windows to iterate on a todo-list. 2. **Have the model write tests in a structured format… refusals-and-fallback Claude Developer Platform · in the page build-with-claude/refusals-and-fallback …5-fallback-billing-guide): a worked end-to-end example. The simplest setup, in beta on the Claude API: set `fallbacks` to `"default"`, and the API retries a declined request on the fallback model Ant… middleware Claude Developer Platform · in the page cli-sdks-libraries/middleware …/en/build-with-claude/refusals-and-fallback#client-side-fallback) for setup and per-language examples. csharp Claude Developer Platform · in the page cli-sdks-libraries/sdks/csharp …of the API. ## Platform integrations <Note> For detailed platform setup guides with code examples, see: * [Amazon Bedrock](https://platform.claude.com/docs/en/build-with-claude/claude-in-amazon… go Claude Developer Platform · in the page cli-sdks-libraries/sdks/go …iddleware). ## Platform integrations <Note> For detailed platform setup guides with code examples, see: * [Amazon Bedrock](https://platform.claude.com/docs/en/build-with-claude/claude-in-amazon… java Claude Developer Platform · in the page cli-sdks-libraries/sdks/java ….messages().create(params); ``` ## Client configuration ### API key setup Configure the client using system properties or environment variables: ```java import com.anthropic.client.AnthropicClient… php Claude Developer Platform · in the page cli-sdks-libraries/sdks/php …mended because the SDK configures it for streaming with no additional setup: ```bash composer require "anthropic-ai/sdk" "guzzlehttp/guzzle:^7" ``` ## Requirements PHP 8.1.0 or higher. ## Usage T… For Amazon Bedrock support Claude Developer Platform · in the page cli-sdks-libraries/sdks/python …27"], ) ``` ## Platform integrations <Note> For detailed platform setup guides with code examples, see: * [Amazon Bedrock](https://platform.claude.com/docs/en/build-with-claude/claude-in-amazon… Automatically handles tool execution loop Claude Developer Platform · in the page cli-sdks-libraries/sdks/ruby …rld"} ) ``` ## Platform integrations <Note> For detailed platform setup guides with code examples, see: * [Amazon Bedrock](https://platform.claude.com/docs/en/build-with-claude/claude-in-amazon… typescript Claude Developer Platform · in the page cli-sdks-libraries/sdks/typescript …/Accordion> ## Platform integrations <Note> For detailed platform setup guides with code examples, see: * [Amazon Bedrock](https://platform.claude.com/docs/en/build-with-claude/claude-in-amazon… home Claude Developer Platform · in the page home …brain" href="https://platform.claude.com/docs/en/managed-agents/agent-setup"> Define your agent </HomeCardLink> </HomePlatformCard> </HomePlatformCards> <HomePartnerLi… authentication Claude Developer Platform · in the page manage-claude/authentication ….com/docs/en/manage-claude/workload-identity-federation) for the full setup walkthrough. ## App Attest App Attest authenticates iOS and macOS apps that call the Claude API directly from the device.… cmek-aws-kms Claude Developer Platform · in the page manage-claude/cmek-aws-kms …email, chat, or any onboarding channel. </Warning> ## Encryption key setup <Steps> <Step title="Create the KMS key with a cross-account key policy"> The key policy grants Anthropic's IAM role… cmek-azure-key-vault Claude Developer Platform · in the page manage-claude/cmek-azure-key-vault …email, chat, or any onboarding channel. </Warning> ## Encryption key setup <Steps> <Step title="Consent to the Anthropic multitenant application"> This creates a service principal in your Entr… cmek-google-cloud-kms Claude Developer Platform · in the page manage-claude/cmek-google-cloud-kms …t Anthropic for the customer ID if needed. </Note> ## Encryption key setup <Steps> <Step title="Create or choose a key ring"> Skip this step if you already have a key ring to reuse. Key rings… compliance-api-access Claude Developer Platform · in the page manage-claude/compliance-api-access …s**, not in Claude Console. </Warning> ## Set up the Compliance API Setup is one flow: enable the Compliance API for your organization, then create a Compliance Access Key in claude.ai. A Claude Con… compliance-sessions Claude Developer Platform · in the page manage-claude/compliance-sessions …| | Setup | Works with your existing Compliance Access Key… data-residency Claude Developer Platform · in the page manage-claude/data-residency …nfiguration](https://platform.claude.com/docs/en/managed-agents/agent-setup#pin-the-inference-geo) pins the geography that serves model requests for sessions running that agent, with [per-session over…