Independent & unofficial. Not affiliated with Anthropic. Facts verified 21 August 2026. Always confirm pricing at claude.com/pricing.
Deployment

Claude enterprise solutions and deployment patterns

How organisations actually deploy Claude - cloud choices across Bedrock, Vertex and Foundry, agent architectures, governance, and documented customer outcomes.

Organizations deploy Claude through one of four routes - the direct Claude API, AWS Bedrock, Google Cloud Vertex AI or Microsoft Foundry - and then build on a small number of repeatable patterns: an internal assistant over company knowledge, a document processing pipeline, a coding platform, or a customer-facing agent. The route decides your data residency, billing relationship and feature ceiling. The pattern decides everything else.

This page is the architecture companion to Claude for Enterprise, which covers price, seats, compliance controls and rollout. Nothing here repeats that; if you are still choosing a plan, start there.

#Deployment at a glance

Routes
Claude API, AWS Bedrock, Google Cloud Vertex AI, Microsoft Foundry
Available everywhere
Claude Code, Agent SDK, subagents, hooks, skills, plugins, MCP servers, OpenTelemetry
Direct API only
MCP connector beta, and web search inside Claude Code on Bedrock
Common patterns
Internal assistant, document pipeline, coding platform, customer-facing agent
Core governance
Connector allowlisting, spend limits, RBAC, OpenTelemetry, evaluation sets

#Which deployment route should you choose?

All four routes serve the same models. They differ in who bills you, where inference runs, and which platform features are available - and the feature gaps are the part that surprises architecture teams late.

Direct Claude APIAWS BedrockGoogle Cloud Vertex AIMicrosoft Foundry
BillingAnthropic, per token via the ConsoleYour AWS bill; can draw on committed spendYour Google Cloud billYour Microsoft agreement
Data residencyUS-only inference available as an Enterprise controlFollows the cloud provider's region model and its data processing terms - confirm the specific region against the provider's own documentation
Model IDsclaude-opus-5, claude-sonnet-5, claude-fable-5, claude-haiku-4-5anthropic.claude-opus-5, anthropic.claude-sonnet-5, anthropic.claude-fable-5, anthropic.claude-haiku-4-5-20251001-v1:0claude-opus-5, claude-sonnet-5, claude-fable-5, claude-haiku-4-5@20251001Available; confirm the current catalogue in Foundry
MCP connector (API beta)Yes, header mcp-client-2025-11-20, tools onlyNoNoCheck current status
Claude Code web searchYesNot available on BedrockLimited to Claude 4 models and later on Google Cloud's Agent PlatformYes on Anthropic-hosted Foundry deployments
Startup credits applyYesNoNoNo

The pragmatic reading: go direct if you want every capability the moment it ships, and go through a hyperscaler if procurement, committed spend or an existing data processing agreement makes that materially easier. Mixed estates are common and workable - the request shape is close enough that a thin abstraction over the Claude API lets you route by workload rather than rewriting.

What travels everywhere, and what does not

Claude Code and the Agent SDK work identically across all providers, including subagents, hooks, skills, CLAUDE.md memory, plugins, MCP servers, sandboxing and OpenTelemetry metrics. What requires a claude.ai subscription specifically - not an API key, not a third-party provider - is Claude Code on the web, mobile and Slack, the Desktop app, Routines, Code Review, Remote Control, the Chrome extension, computer use, Artifacts and voice dictation. Plan the human-facing surfaces and the programmatic ones separately.

#Four reference architectures that hold up

#1. Internal assistant over company knowledge

The most requested build, and the one most often done badly. The pattern that works is not a vector database bolted onto a chat window - it is MCP servers in front of the systems of record, so Claude queries live data with the caller's permissions rather than searching a stale copy.

Wrap each source - the wiki, the ticketing system, the data warehouse, the CRM - in an MCP server that exposes a handful of narrow, well-described tools rather than one generic search. Enforce authorization inside the server, never in the prompt. Run retrieval and routing on Sonnet 5 and reserve Opus 5 for synthesis steps that actually need it. Anthropic documents connectors for Notion, Asana, Sentry, Stripe, HubSpot, GitHub, Airtable and Zoom, so a first version often needs no custom server at all. Configuration detail is on MCP and Claude agents.

#2. Document processing pipeline

High volume, low variance, cost-dominated. This is where model selection is worth real money: classification and extraction usually run fine on Haiku 4.5 at $1 in and $5 out per million tokens, escalating to Sonnet 5 only when a confidence check fails. Two structural savings apply on top - the Batch API's flat 50% discount for anything that tolerates a 24-hour turnaround, and prompt caching at 0.1× the base input rate for the schema and instructions repeated on every document.

Build the escalation ladder explicitly: cheap model first, structured output enforced through tool use, a validator, and a defined path to a larger model or a human. The model comparison page works through cost per task rather than benchmarks, which is the right frame here.

#3. Coding platform

Claude Code as shared infrastructure rather than an individual tool. The components that make it an org-wide platform rather than a shell habit: a checked-in CLAUDE.md per repository, server-managed settings distributed centrally, plugins bundling your commands, skills and hooks, subagents for parallel work (up to 20 concurrent, nesting three levels), and hooks wired into your CI and policy gates. Anthropic runs two plugin marketplaces, claude-plugins-official and claude-community, and organizations commonly run a private one. The workflow detail is on Claude for developers.

#4. Customer-facing agent

The highest-risk pattern and the one that needs the most engineering outside the model. Non-negotiables: an evaluation set built from real historical conversations before any traffic is routed, hard scoping of every tool the agent can call, an explicit escalation path to a human, and logging of the full tool-call trace rather than just the final answer. Fable 5 is positioned for long-horizon agent work where a failure costs more than the tokens; for most support workloads Sonnet 5 with a tight tool surface is the better economic answer. Managed Agents, in public beta, offers a hosted harness at standard token rates plus $0.08 per session-hour - but it is not eligible for zero data retention or HIPAA, which rules it out for some of the workloads that most want it. Orchestration patterns are covered on automating work with Claude.

#How do you govern a Claude deployment?

Five controls do most of the work. All of them are easier to set before rollout than to retrofit after.

ControlWhat it doesWhere it lives
Connector allowlistingApproves which connectors exist, and increasingly which operations - Cowork supports per-tool controls such as allowing reads while disabling writesAdmin settings, per organization and group
Spend limitsCaps consumption at organization, group and user level on usage-based plansAdmin console
Role-based accessCustom roles where members have no default permissions and access derives entirely from group role assignmentEnterprise only; groups mapped through SCIM
OpenTelemetryEmits tool calls, file operations, skills usage and approval events to your SIEMClaude Code and Cowork, Team and Enterprise
Evaluation before rolloutA held-out task set with pass criteria, run against each model changeYours to build - nobody ships this for you

Evaluation is the one people skip, and the one that decides whether the deployment survives a model upgrade. Anthropic ships new models frequently and retires old ones on published schedules - six models were retired between February and August 2026 alone. Without an evaluation set, a version change is a leap of faith. With one, it is a Tuesday.

On the data side, the Commercial Terms state that Anthropic may not train models on Customer Content from Services, and that the customer owns its outputs. What that means for the things you build with those outputs is set out on commercial use rights.

#What have organizations actually reported?

Only figures published by Anthropic in its own customer stories appear below, each attributed as the customer's own reported result. Vendor case studies are marketing artefacts written with the customer's cooperation - read them as directional evidence that a pattern works, never as a benchmark you should expect to reproduce.

OrganizationPatternReported outcome
n8nNatural-language workflow builder, tool-based architectureThe company reports roughly 80% of manual workflow-building effort eliminated, builds that took 10–30 minutes reduced to about 3, and concept to production in roughly two months
Vega SecurityCyber defense platformThe company reports returning 67% of analysts' time
LeagueProduct developmentThe company reports cutting product development cycle times in half
CyeraAgentic AI deploymentThe company reports scaling across 1,500 employees
MiroCowork for recurring knowledge workDescribed as running weekly workflows with Claude Cowork
CaylentCloud migrationDescribed as turning months of migration work into days

The n8n case is the most instructive because the architecture is documented rather than just the outcome: the team moved away from generating workflow JSON directly and towards a tool-based design where Claude adds nodes sequentially, connects them and configures parameters. They cited function-calling reliability as the deciding factor. That shift - from “generate the artefact” to “operate the tools that build the artefact” - is the single most transferable lesson on this page, and it is why the Claude in n8n patterns are worth reading even if you never touch n8n. Notion, Rakuten, Asana and Sentry are named by Anthropic as shipping on Managed Agents.

Numbers you will see elsewhere

Several third-party pages circulate Claude enterprise metrics - hours saved per week, lines of code per month, percentage improvements - that cannot be traced to any current Anthropic publication. This site does not reproduce them. If a figure matters to your business case, ask your account team for the source document rather than citing a blog.

#Where Claude is the wrong choice

Three honest disqualifiers, stated because a deployment plan built on the wrong assumption fails expensively. First, Claude generates no images, video, audio or music, and accepts no video or audio input - any workflow needing generative media needs a second vendor. Second, long-context retrieval is Claude's weakest area relative to Google despite the 1M-token window, so a needle-in-a-haystack retrieval workload over enormous documents deserves a bake-off rather than an assumption. Third, Claude is the most expensive frontier family and the slowest; if your workload is latency-critical and reasoning-light, a cheaper, faster model will beat it on the only metrics that matter to you. The model reference and pricing page give the figures to run that comparison properly.

#Frequently asked questions

Should we use Claude through Bedrock or the direct API?

Use the direct Claude API if you want every capability as it ships - the MCP connector beta and Claude Code web search are unavailable on Bedrock. Use Bedrock when AWS billing, committed spend or an existing data processing agreement makes procurement materially simpler. Many organizations run both.

Is Claude available on Microsoft Foundry?

Yes. Claude models are available through Microsoft Foundry alongside AWS Bedrock and Google Cloud Vertex AI. Claude Code web search works on Anthropic-hosted Foundry deployments. Confirm the current model catalogue and region options directly with Microsoft, since third-party platform availability changes independently of Anthropic's releases.

Can Claude query our internal systems?

Yes, through the Model Context Protocol. An MCP server exposes narrow tools over a system of record, and Claude calls them with the caller's permissions. Authorization must be enforced inside the server, never in the prompt. Anthropic documents connectors for GitHub, Notion, Asana, Stripe, HubSpot and others.

Which Claude model should an enterprise deployment default to?

Sonnet 5 for most work, at $2 in and $10 out per million tokens. Escalate to Opus 5 for complex agentic and analytical steps, drop to Haiku 4.5 for classification and extraction at volume, and reserve Fable 5 for long-horizon agents where a failure costs more than the tokens.

How do we control what Claude is allowed to do?

Through connector allowlisting including per-tool controls, spend limits at organization, group and user level, custom roles assigned via SCIM groups, and OpenTelemetry events streamed to your SIEM. Add an evaluation set with pass criteria so model upgrades are verified rather than assumed.

Verify it yourself

Platform availability and model identifiers verified 21 August 2026 against platform.claude.com/docs and code.claude.com/docs; customer figures against Anthropic's published stories at claude.com/customers. Third-party cloud platforms update their catalogues on their own schedule - confirm with the provider before designing around a specific model or region.