Skip to content

Claude: The Anthropic Ecosystem

📖 3 min read claudeanthropicplatformecosystem
Complete guide to Anthropic's Claude platform — models, API, Claude Code, MCP, agent skills, enterprise deployment, and the full product ecosystem.
Key Takeaways
  • Anthropic's ecosystem spans 12+ products: Claude API, Claude Code (Terminal/VS Code/Desktop/Web), MCP protocol, Agent Skills, Dispatch, Cowork, and more
  • Three model tiers: Opus 4.8 ($5/$25, 1M context), Sonnet 4.6 ($3/$15, 1M), Haiku 4.5 ($1/$5, 200K)
  • Claude Code supports 7 surfaces: Terminal, VS Code, JetBrains, Desktop, Web, iOS, and CI/CD
  • MCP is the open standard for connecting AI to external tools and data — supported across Claude, ChatGPT, and 32+ tools

Claude is Anthropic’s family of AI models and the full platform ecosystem built around them. This section is a complete reference for technical users — covering every product, capability, API, and workflow.

How the Ecosystem Connects

flowchart LR
A["Claude Models\nOpus 4.8 · Sonnet 4.6 · Haiku 4.5"] --> B["Claude API\nMessages · Caching · Batch · Tools"]
B --> C["Developer Platform\nClaude Code · MCP · SDKs · Skills"]
B --> D["End Products\nclaude.ai · Teams · Cowork · Dispatch"]
C --> D

Product Directory — At a Glance

ProductWhat It IsWho It’s ForHow to Access
Claude APIDirect model access via HTTPDevelopers building AI appsconsole.anthropic.com
Claude CodeAgentic coding tool across 7 surfacesDevelopers, engineering teamscode.claude.com
claude.aiWeb & mobile chat interfaceEveryoneclaude.ai
Claude for TeamsBusiness plans with admin controlsOrganizationsclaude.com/teams
MCPOpen standard for tool/data connectionsDevelopers, platform buildersmodelcontextprotocol.io
Agent Skills (SKILL.md)Packaged workflows for coding agentsDevelopers, teams.claude/skills/ — Markdown files
Claude CoworkAutonomous computer use (research preview)Power users, knowledge workersClaude Max/Pro subscribers
Claude DispatchMobile-to-desktop workflow layerMax/Pro subscribersClaude mobile app → Desktop
Claude DesktopStandalone app for coding and tasksDevelopersDownload from claude.ai
Claude Platform on AWSManaged Claude via AWS Marketplace (CCU)AWS-native organizationsAWS Console
Amazon Bedrock / Vertex AIClaude on cloud platformsCloud-native enterprisesAWS / GCP Consoles
Claude Mythos PreviewDefensive cybersecurity research modelInvitation-onlyanthropic.com/glasswing

Model Tiers — Quick Compare

ModelAPI Price (in/out)ContextBest For
Claude Opus 4.85/5 / 25 per 1M1M tokensComplex reasoning, agentic coding, long docs
Claude Sonnet 4.63/3 / 15 per 1M1M tokensBalanced speed + intelligence, most workloads
Claude Haiku 4.51/1 / 5 per 1M200K tokensFastest, near-frontier at lowest cost

Note: Opus pricing dropped 67% from Opus 4.1’s 15/15/75 to 5/5/25 (with Opus 4.7); Opus 4.8 (May 2026) is the current flagship at the same 5/5/25 with 1M context and adaptive thinking. See Claude Models for detailed benchmarks and comparison.

Decision Tree: Which Claude Product?

What do you want to do?
├─ Build an AI-powered application → Claude API + SDKs
├─ Write code, refactor, debug → Claude Code (Terminal or IDE)
├─ Chat, research, write, analyze → claude.ai
├─ Connect AI to my tools/data → MCP Protocol
├─ Standardize team coding workflows → Agent Skills (SKILL.md)
├─ Let AI work autonomously on my computer → Claude Cowork
├─ Send tasks from phone to desktop → Claude Dispatch
├─ Deploy to AWS infrastructure → Claude Platform on AWS or Bedrock
├─ Enterprise with admin, SSO, compliance → Claude for Teams
└─ Explore cutting-edge capabilities → See individual product pages below

Where to Go Next