Knowledge · D1 · How-To

Agentic AI Certification: Which One Proves You Can Build Agents on Claude.

When people ask me which agentic AI certification to take, my first question is: agents on which platform? The landscape has several options - NVIDIA, Microsoft, and AWS all run agentic-AI learning paths - but if you are building agents on Claude, the credential is Anthropic's Claude Certified Architect - Foundations (CCA-F), where Domain 1 (Agentic Architectures) is 27% of the exam, the single heaviest domain. Here is the honest landscape, what D1 actually tests, and how to prepare.

D1 Agentic Architectures27% of CCA-FHowTo · 5 steps

Last updated

01 · TLDR

The short version

Several agentic AI certifications exist, and they are mostly vendor-aligned. For building agents on Claude, the credential is Anthropic's Claude Certified Architect - Foundations (CCA-F), where Domain 1 (Agentic Architectures) is 27% of the exam - the single heaviest domain. NVIDIA, Microsoft, and AWS run their own agentic-AI learning paths aligned to their platforms; choose the one matching the stack you build on. The CCA-F is 60 questions, 120 minutes, 720/1000 to pass, five weighted domains, around $99, valid six months, launched 2026-03-12, and delivered through the Anthropic Partner Network and Skilljar.

02 · The honest answer

Is there an agentic AI certification?

Yes - more than one. Unlike a single industry-wide standard, agentic AI certifications are largely tied to vendor platforms. That is not a flaw; it reflects how different the toolchains are. An agent on one platform uses different orchestration, tool, and deployment primitives than an agent on another, so the certifications specialise.

The practical consequence: there is no single "agentic AI certification" to chase. There is the right one for your stack. If you build on Claude, that is the CCA-F. If you build primarily on another vendor's platform, their aligned path will map more closely to your daily tools. The first decision is the platform, and the certification follows.

03 · The landscape

The agentic-AI certification landscape

Here is the landscape at a safe altitude, framed by vendor, focus, and what the credential proves. Vendor catalogs evolve, so treat specifics as directional (🟡 consensus).

VendorFocusWhat it proves
Anthropic (CCA-F)Architecting agents on ClaudeYou can design agentic architectures, tools/MCP, operations, prompts, and reliability for Claude. D1 is 27%.
NVIDIAAgentic-AI learning path on NVIDIA toolingCompetence within NVIDIA's agentic-AI stack and developer ecosystem.
MicrosoftAgentic-AI learning path on Microsoft platformsBuilding and operating agents within the Microsoft AI ecosystem.
AWSAgentic-AI learning path on AWS servicesBuilding and deploying agents using AWS AI services.

The honest read of the table: each credential proves competence on its own platform. None is universally "the agentic AI certification." If your work runs on Claude, the CCA-F is the one whose weighting and content match your daily reality, and the rest are adjacent learning rather than direct substitutes.

04 · What D1 tests

What the CCA-F tests on agentic architecture

Domain 1 (Agentic Architectures, 27%) is the heaviest domain on the exam, and it breaks into four clusters. The exam tests each through scenario stems - a task plus a constraint, and you pick the architecture.

  1. Multi-agent patterns. When one agent is enough and when to split work across several. Stems give you a workload and ask whether a single agent, a pipeline, or a coordinator-and-workers shape fits best.
  2. Orchestration.How a coordinator delegates subtasks, aggregates results, and handles partial failure. The exam probes whether you can keep an orchestrator's context manageable as the agent count grows.
  3. Agent lifecycle. Plan, act, observe, recover, terminate. You are expected to reason about where a loop should stop, how to recover from a bad observation, and how to avoid runaway loops.
  4. Subagents. Spawning focused workers with their own scoped context, passing them the right inputs, and reining in context bloat. This cluster overlaps with context management in D5.

As with the rest of the exam, the test is judgment over recall. You choose the architecture that satisfies the constraint - latency, cost, reliability, or context budget - rather than naming a pattern. Tools are the actuators of any of these designs, which is why D1 connects straight into tool calling and MCP.

05 · Preparation

How to prep

D1 carries the most weight, so it deserves the most study time. The fastest route through it is to build, then drill.

  1. Build a multi-agent system. Stand up an orchestrator with two or three subagents on a task that genuinely requires delegation. Watch the full lifecycle and where it breaks.
  2. Practise the architecture choice. For each scenario, decide single-agent versus multi-agent and justify it against the constraint. Run the agentic tool design scenario to connect architecture to tools.
  3. Drill with timed questions. Use the practice questions to rehearse scenario stems until the architecture choice is reflexive.
  4. Cover the adjacent domains. Architecture decisions cascade into tools (D2), operations (D3), and reliability (D5). Study them as extensions of D1, not as separate silos.
06 · CCA-F exam mapping

How this maps to the CCA-F exam

Primary domain
D1 Agentic Architectures (27% of the exam - the heaviest domain)
Connected domains
D2 Tool Design + MCP Integration (18%), D3 Agent Operations (20%), D5 Context + Reliability (15%) - the limbs that hang off the architecture spine.
Question load
Roughly 16 of 60 questions touch agentic architecture, given the 27% weighting.
Exam format
60 questions, 120 minutes, 720/1000 to pass, five weighted domains, around $99, valid six months. Launched 2026-03-12 via the Anthropic Partner Network and Skilljar.
What is tested
Architecture judgment under a constraint: single-agent versus multi-agent, orchestration shape, lifecycle control, and subagent context scoping.
Distractor to reject
Reaching for a multi-agent design when a single agent satisfies the constraint. More agents is not more architecture; it is more context to manage.
07 · Sources

References on this site

08 · Related

Adjacent reads