Skip to main content
Artificial IntelligenceIntermediate

CCA Study Guide

A complete guide to the Claude Certified Architect (CCA-F) certification in 2026: the $125 exam, the five domains, study plan, and an honest look at whether this brand-new Anthropic credential is worth pursuing.

40+

Study Hours

$125

Exam Fee

Not publicly disclosed

To Pass

Why the Claude Certified Architect Matters

The Claude Certified Architect (CCA) is Anthropic’s first official technical certification, launched on March 12, 2026. It validates that you can design and ship production-grade applications on the Claude platform — the Claude API, the Agent SDK, the Model Context Protocol (MCP), and Claude Code — at enterprise scale.

That makes the CCA a genuinely new kind of credential. For years, AI certifications were vendor-neutral or tied to a cloud provider’s machine-learning stack (think Azure AI or AWS Machine Learning). The CCA is different: it is a model-vendor certification for application builders, not data scientists. Every question is an applied architecture scenario that asks you to choose the right design for a real system, not to recall theory or train a model.

It is important to be clear-eyed about what this credential is and is not. The CCA is four months old. Almost no job posting lists it as a requirement yet, and most recruiters and applicant-tracking systems have never heard of it. Its value today is not that employers demand it by name — it is an early-mover signal that you can build serious agentic systems on the fastest-moving AI stack in the industry. If you already work in the Claude ecosystem, or your company is part of the Claude Partner Network, that signal is worth something. If you are hoping it will get your resume past an HR filter the way an OSCP or a PMP does, it will not — not yet.

A note on naming: the program is officially the Claude Certified Architect, sometimes written CCA or CCA-F (for the “Foundations” tier). “Anthropic Certified Architect” is a common informal way to refer to it, but Anthropic’s own branding is “Claude Certified.”

Who This Guide Is For

  • AI application engineers already building with the Claude API, Agent SDK, or MCP who want a credential to match their hands-on work
  • Solutions architects at consultancies or Claude Partner Network member companies where certification counts toward partner standing
  • Developers pivoting into AI who want a structured, exam-backed way to prove agentic-system skills
  • Technical leads evaluating whether the CCA is worth putting their team through
  • Early adopters who want to be certified before the credential becomes mainstream

If you have never called the Claude API or written an MCP server, this exam is not your starting point. Anthropic recommends 6+ months of hands-on experience with the Claude API, Agent SDK, Claude Code, and MCP before attempting it.


How Much Does the CCA Cost?

The CCA – Foundations (CCA-F) exam costs $125 for non-partners as of mid-2026. The price rose from $99 to $125 effective June 30, 2026. For members of the Claude Partner Network, the exam is free, and membership itself is free for any company bringing Claude to market.

Item Cost Notes
CCA-F exam (non-partner) $125 Raised from $99 on June 30, 2026
CCA-F exam (partner) Free For Claude Partner Network members
Anthropic Academy prep courses Free 13 self-paced courses, open to everyone
Partner Network membership Free For companies bringing Claude to market

The standout here is that the preparation is free and public. Anthropic Academy hosts a catalog of self-paced courses on the Skilljar platform, and they are open to all — you do not need to be a partner to study. The Partner Academy mirrors the same catalog and adds partner-exclusive content. Compared to the multi-thousand-dollar training bundles common in the certification world, the total realistic cost of the CCA for most people is just the $125 exam fee (or nothing, if your employer is a partner).

Exam delivery moved to Pearson VUE (OnVUE) in early July 2026, so you take it as a proctored online exam through Pearson’s platform.


CCA Exam Format & Requirements

The CCA is an applied architecture exam, not a model-training or data-science test. It is closed-book, with no AI assistance permitted during the exam — you cannot ask Claude to answer questions about Claude.

Exam at a Glance

Detail Specification
Format Proctored multiple choice, scenario-based
Questions ~60, drawn from randomized scenario pools
Question style One correct answer, three distractors
Scenarios 4 scenarios pulled from a pool of 6
Duration Not publicly disclosed
Passing score Not publicly disclosed
Delivery Pearson VUE / OnVUE (online proctored)
Level 301-level (for experienced builders)
Recommended experience 6+ months building with Claude API, Agent SDK, Claude Code, MCP

How the Exam Works

Rather than isolated trivia, the CCA is built around real-world scenarios. You are presented with a set of scenarios — four drawn at random from a larger pool — and each asks you to make a concrete design decision: how to structure a multi-agent workflow, how to write a tool description, how to recover from a failed tool call, how to keep a long conversation reliable. Every question has one best answer and three plausible-but-wrong distractors, so shallow familiarity is not enough. You need to have actually made these decisions in production to consistently pick the right one.

Because Anthropic does not publish the exact time limit or passing threshold, treat the recommended 6+ months of hands-on experience as the real prerequisite. This is a “Foundations” exam in name, but it assumes you have already shipped things.


The Five Exam Domains

The CCA blueprint maps to five weighted domains. Study in proportion to the weights — agentic architecture alone is more than a quarter of the exam.

1. Agentic Architecture & Orchestration (27%)

The largest domain. This covers multi-agent coordination, task decomposition, and session management — how to break a complex job into subtasks, when to fan out to parallel agents versus running a pipeline, and how to manage state across a long-running agentic workflow. If you only master one area, make it this one.

2. Claude Code Configuration & Workflows (20%)

How to configure and drive Claude Code in real engineering settings: CLAUDE.md project setup, building custom skills, and integrating Claude Code into CI/CD pipelines. This rewards people who actually use Claude Code as a daily driver, not just occasionally.

3. Prompt Engineering & Structured Output (20%)

The practical prompting domain: few-shot prompting, JSON schema-constrained output, and batch processing. Less about clever wording and more about getting reliable, machine-parseable results at scale.

4. Tool Design & MCP Integration (18%)

Designing tools an agent can actually use well: writing clear tool descriptions, handling errors gracefully, and configuring MCP servers. Expect scenarios about why an agent is misusing a tool and how a better description or error contract fixes it.

5. Context Management & Reliability (15%)

The reliability domain: escalation patterns, error propagation, and preserving context across long conversations. How to keep an agent coherent and trustworthy when a task runs long or something fails midway.


Study Plan (4-6 Weeks)

This plan assumes you already have the recommended hands-on background and are preparing specifically for the exam. Most candidates need roughly 30-50 hours of focused prep on top of their existing experience.

Weeks 1-2: Cover the Blueprint

  • Work through the free Anthropic Academy courses on Skilljar that map to the five domains
  • Prioritize Agentic Architecture & Orchestration (27%) and the two 20% domains first
  • Build or refactor a small multi-agent project so orchestration patterns become second nature

Weeks 3-4: Close the Gaps

  • Drill Tool Design & MCP by writing a real MCP server and deliberately breaking it to study error handling
  • Practice structured output: constrain a real workflow to a strict JSON schema and handle validation failures
  • Study Claude Code configuration hands-on: author a CLAUDE.md, build a custom skill, wire it into CI

Weeks 5-6: Scenario Practice & Exam Readiness

  • Rehearse the context management and reliability patterns — escalation, retries, error propagation
  • Practice reasoning through design scenarios: for each, articulate why one design beats three alternatives
  • Confirm your Pearson VUE / OnVUE system check and testing environment before exam day
  • Anthropic Academy (Skilljar) — the official, free, self-paced course catalog; the single best resource
  • Anthropic’s own documentation — the Claude API, Agent SDK, MCP, and Claude Code docs are the source of truth
  • A real project — nothing prepares you for an applied exam like having actually built and shipped agentic systems

Be cautious with third-party “CCA prep” sites and practice-exam sellers. Several rank highly in search but are unaffiliated with Anthropic; the free official Academy material is more reliable than paid dumps.


CCA vs. Other AI Certifications

The CCA occupies a niche no other certification quite fills: it is builder-focused and tied to a specific frontier model provider.

Certification Focus Vendor Best For
Claude Certified Architect Agentic app architecture on Claude Anthropic Building production Claude/agent systems
AWS Certified Machine Learning ML engineering on AWS Amazon ML pipelines in the AWS ecosystem
Azure AI Engineer (AI-102) Cognitive/AI services on Azure Microsoft Azure-centric AI solutions
NVIDIA Generative AI (NCA-GENL) GenAI and LLM fundamentals NVIDIA Broad, vendor-adjacent GenAI theory

The key difference: the AWS, Azure, and NVIDIA credentials are broader and more established, with real (if modest) job-posting recognition. The CCA is narrower, newer, and deeper on agentic patterns specifically. If your work lives on the Claude platform, the CCA maps to your day job far more directly than a general cloud-ML cert. If you need a credential a hiring manager will already recognize, the established options currently win on name recognition alone.


Career Impact

Here is the honest assessment: the CCA will not, on its own, land you a job in 2026. It is too new. Almost no posting lists it as a requirement, and its recognition among recruiters is close to zero. Anyone telling you it is a must-have credential is getting ahead of the market.

What the CCA does offer is positioning. Agentic AI is one of the fastest-growing areas in software, and there is currently no crowded field of certified Claude architects. Being early has real advantages:

  • Ecosystem credibility. Inside the Claude Partner Network and among teams building on Claude, the CCA is a concrete, verifiable signal.
  • Partner program standing. For consultancies and vendors, certified staff count toward partner tier — a direct business incentive.
  • A differentiator on a resume, not a gatekeeper — it shows you are operating at the frontier of agentic development before it became a checkbox.
  • A forcing function to systematize skills you may currently hold only informally.

Realistically, the CCA is most valuable to people in or adjacent to these roles:

  • AI / Agent Engineer — building agentic products on Claude
  • Solutions Architect (AI) — at a partner or consultancy
  • Applied AI Developer — shipping LLM features into production
  • Technical Lead / Staff Engineer — setting agentic architecture standards for a team

Treat the CCA the way early cloud practitioners treated the first AWS certifications: a bet that the platform will matter enormously, taken before everyone else piled in. If that bet pays off, being certified early is an advantage; if you need immediate hiring leverage, look to more established credentials first.


Common Mistakes to Avoid

  • Treating “Foundations” as “beginner.” Despite the name, the CCA-F assumes 6+ months of real building experience. Candidates who study theory without having shipped agentic systems tend to struggle on the applied scenarios.

  • Under-weighting agentic architecture. At 27%, orchestration and multi-agent design is the single biggest domain. Do not let the flashier prompt-engineering material crowd it out of your study time.

  • Buying expensive third-party dumps. The official Anthropic Academy courses are free and authoritative. Many top-ranking “CCA prep” sites are unaffiliated; do not pay for guesswork when the source material is free.

  • Expecting HR recognition. Going in believing the CCA will function like an OSCP or PMP on your resume sets you up for disappointment. Its value in 2026 is ecosystem signal and early positioning, not ATS keywords.

  • Skipping hands-on MCP and Claude Code work. These two domains (a combined 38%) reward people who use the tools daily. Reading about them is not enough.


Frequently Asked Questions

How much does the Claude Certified Architect exam cost?

The CCA – Foundations exam costs $125 for non-partners (raised from $99 on June 30, 2026). It is free for members of the Claude Partner Network, and network membership is free for companies bringing Claude to market.

Is the Claude Certified Architect worth it?

It depends on your goal. If you build on the Claude platform or work at a Claude Partner Network company, it is a low-cost, directly relevant credential worth having early. If you are hoping it will get your resume past HR filters, it will not in 2026 — the credential is only four months old and has almost no job-posting recognition yet. Its value is early-mover positioning, not hiring leverage.

How hard is the CCA exam?

It is pitched as a 301-level exam for experienced builders, with a recommended 6+ months of hands-on experience across the Claude API, Agent SDK, Claude Code, and MCP. The questions are applied design scenarios, not recall, so difficulty depends heavily on how much production work you have actually done. It is closed-book with no AI assistance allowed.

What is on the CCA exam?

Five weighted domains: Agentic Architecture & Orchestration (27%), Claude Code Configuration & Workflows (20%), Prompt Engineering & Structured Output (20%), Tool Design & MCP Integration (18%), and Context Management & Reliability (15%).

Who offers the CCA and how is it delivered?

The certification is offered directly by Anthropic and delivered as an online-proctored exam through Pearson VUE (OnVUE) as of July 2026. Free preparation courses are available on Anthropic Academy via Skilljar.

Is it called “Anthropic Certified Architect” or “Claude Certified Architect”?

The official name is Claude Certified Architect (CCA). “Anthropic Certified Architect” is an informal way people refer to it, but Anthropic brands the whole program under “Claude Certified.”


The Bottom Line

The Claude Certified Architect is a well-designed, genuinely applied certification for a platform that is growing fast — and it is priced accessibly at $125, or free if your employer is a Claude partner, with free official prep. For engineers and architects already building agentic systems on Claude, it is a low-risk way to formalize and signal skills you likely already have.

But set your expectations correctly. In 2026 the CCA is an early-mover credential, not a hiring gatekeeper. It will not, by itself, get you interviews the way a mature certification does, because the market has not caught up to it yet. The smart play is to treat it as a bet on where agentic development is heading: cheap to make, directly relevant to Claude-platform work, and most valuable to the people already living in that ecosystem. If that is you, earning it now — before the field gets crowded — is exactly the kind of early positioning that pays off later.

Ready to start your CCA journey?

View real-time job market data plus salary trends for this certification.

View Market Data