ctaio.dev Ask AI Subscribe free

Anthropic Certification Guide

CCA-F Exam and Anthropic Academy — 2026

Anthropic runs two credential tracks that serve very different purposes. The Academy is a free, self-paced learning platform with 13 courses and LinkedIn completion badges. The CCA-F is a proctored, $99 architect exam that tests production-level Claude knowledge under timed conditions. One is a learning resource. The other is a hiring signal. This guide covers both.

30-second executive takeaway

  • Two tracks, one brand. Anthropic Academy (free, 13 courses, no proctoring) launched March 2 and went viral on LinkedIn. The Claude Certified Architect — Foundations (CCA-F) launched ten days later as a proctored $99 exam gated to the partner network. Most LinkedIn posts about "Anthropic certification" are about the free one.
  • The CCA-F is not a fundamentals test. It allocates 27% to agentic architecture and 20% to Claude Code configuration — topics that assume hands-on production experience, not tutorial completion.
  • Partner firms are treating it as a floor. Accenture is training 30,000 professionals on Claude. Cognizant has up to 350,000 employees in scope. At these firms, the CCA-F is already a baseline expectation for Claude delivery roles.

Anthropic Academy — free learning platform

Anthropic Academy launched on March 2, 2026, at anthropic.skilljar.com. It offers 13 self-paced courses organized into three tracks. Every course is free, requires only an email signup, and awards a completion certificate that can be shared on LinkedIn. No Claude subscription is required.

The Developer Deep-Dives track is genuinely useful if you want to learn Claude APIs, agents, and MCP. But the completion certificates do not mean much to a hiring manager because there is no assessment, no time pressure, and no proctoring. You get the learning. The badge itself is decorative.

Track Courses Target Audience
AI Fluency AI fundamentals, responsible AI use, working with AI systems Non-technical professionals, managers, executives
Product Training Claude product capabilities, enterprise features, deployment options Product managers, sales engineers, account teams
Developer Deep-Dives Claude APIs, building agents, cloud deployment, MCP protocol, advanced prompting Engineers, architects, technical leads

CCA-F — the proctored architect exam

The Claude Certified Architect — Foundations (CCA-F) is Anthropic's first formal, proctored technical credential. It launched on March 12, 2026, as part of the Claude Partner Network alongside a $100 million partner investment announcement.

Format 60 scenario-based MCQs
Duration 120 minutes
Passing Score 720 / 1000
Cost $99 per attempt
Proctoring ProctorFree (online)
Validity 6 months (renewal required)
Prep Estimate ~12 weeks / 84 hours
Access Partner network (expanding)
Verification verify.skilljar.com

What the CCA-F actually tests

The domain breakdown reveals what Anthropic considers essential for production Claude architecture. Agentic design takes the largest share at 27%, followed by Claude Code workflows and prompt engineering at 20% each. This is not a fundamentals exam — the weighting assumes you have built real systems.

27%

Agentic Architecture & Orchestration

Designing agentic loops, multi-agent patterns, session management, tool orchestration, and state handling across turns.

20%

Claude Code Configuration & Workflows

CLAUDE.md hierarchy, custom slash commands, hooks, permission modes, CI/CD integration, and worktree patterns.

20%

Prompt Engineering & Structured Output

Context engineering, JSON schema enforcement, few-shot construction, system prompt design, and output parsing.

18%

Tool Design & MCP Integration

MCP server architecture, tool boundaries, resource exposure, transport protocols, and tool-use error handling.

15%

Context Management & Reliability

Long-context strategies, multi-agent handoffs, compaction, error propagation, and conversation state recovery.

How to prepare for the CCA-F

Practitioners who have passed the exam report roughly 12 weeks and 84 hours of preparation. Most of that time is hands-on building, not reading documentation.

01

Complete the Developer Deep-Dives track

The Anthropic Academy courses on Claude APIs, agents, and MCP provide the vocabulary and conceptual foundation. They do not cover the exam material at exam depth, but they fill gaps if you have not worked with every Claude feature.

02

Build a production agentic system

The 27% agentic architecture domain requires applied judgment about multi-agent patterns, session management, and tool orchestration. You cannot answer these questions from documentation alone — you need to have debugged real agent loops, handled tool failures, and designed state recovery flows.

03

Master Claude Code configuration

Twenty percent of the exam covers CLAUDE.md hierarchy, custom slash commands, hooks, permission modes, and CI/CD integration. Set up Claude Code on a real project, configure hooks, build custom skills, and understand the worktree model. The exam tests operational fluency, not syntax recall.

04

Implement MCP servers

The 18% Tool Design & MCP Integration domain covers MCP server architecture, transport protocols, resource exposure, and tool boundaries. Build at least one custom MCP server that exposes tools and resources to Claude. Understand stdio versus HTTP transport, tool schema validation, and error propagation patterns.

05

Practice context engineering

The remaining 35% across prompt engineering and context management covers system prompt design, JSON schema enforcement, long-context strategies, compaction, and multi-agent handoffs. Work through real scenarios where context window limits force architectural trade-offs.

Partner network and enterprise adoption

The CCA-F launched alongside Anthropic's Claude Partner Network, which includes a $100 million investment in partner enablement. The scale of adoption at major consulting firms signals where the credential is heading:

  • Accenture is training approximately 30,000 professionals on Claude, with the CCA-F as a credentialing milestone for delivery teams.
  • Cognizant has up to 350,000 employees in scope for Claude enablement.
  • Deloitte and Infosys are among the early partner firms with access to the CCA-F exam.

Anthropic has confirmed a roadmap for additional certifications in 2026 — including tracks for sellers, developers, and advanced architects. The CCA-F is the entry point of a credential stack, not a standalone badge.

Frequently Asked Questions

What is the Claude Certified Architect Foundations (CCA-F) exam?
The CCA-F is Anthropic's first proctored technical credential. It is a 120-minute exam with 60 scenario-based multiple-choice questions, proctored via ProctorFree, requiring a passing score of 720 out of 1000. It launched on March 12, 2026, alongside the Claude Partner Network and a $100 million partner investment. The exam covers agentic architecture (27%), Claude Code configuration (20%), prompt engineering (20%), MCP and tool design (18%), and context management (15%). The certification is valid for six months from the date of passing and can be verified at verify.skilljar.com.
How much does the CCA-F exam cost?
The CCA-F costs $99 per attempt. The first 5,000 employees at Claude Partner Network companies can take it for free. After that initial allocation, the $99 fee applies to all attempts, including retakes. Compared to Google's Professional ML Engineer ($200) or IAPP's AIGP ($649–$799), it is one of the most affordable proctored AI credentials available.
Is Anthropic Academy free?
Yes. All 13 courses across the three tracks — AI Fluency, Product Training, and Developer Deep-Dives — are free. They require only an email signup, no paid Claude subscription. Each course awards a completion certificate that can be added to LinkedIn. The Academy launched on March 2, 2026, at anthropic.skilljar.com. These are self-paced courses with no time limit and no proctoring.
Who can take the CCA-F exam right now?
As of May 2026, the CCA-F is primarily available to employees at Anthropic Partner Network companies — firms like Accenture, Cognizant, Deloitte, and Infosys. Non-partner professionals can apply through the partner program, but access is not guaranteed. Anthropic has confirmed plans to expand availability with additional certifications for sellers, developers, and advanced architect tracks later in 2026.
How hard is the CCA-F exam?
The CCA-F is not a fundamentals exam. The 27% weight on agentic architecture and the 20% on Claude Code configuration assume production experience building systems on Claude. Scenario-based questions require applied judgment, not memorization. Practitioners at partner firms have described it as a genuine assessment of architectural competence, not a badge-collection exercise. The Anthropic Academy courses provide foundational knowledge, but passing the CCA-F requires hands-on experience beyond what the free courses cover.
Does the CCA-F appear in job postings?
Not yet at scale — the exam is only three months old as of May 2026. However, the training mandates at Accenture (30,000 professionals), Cognizant (up to 350,000 employees), and other major consulting firms suggest the CCA-F will surface in job requirements by Q3 or Q4 of 2026. At partner firms, it is already described as a baseline expectation for Claude delivery roles, not a differentiator.
·
Thomas Prommer
Thomas Prommer Technology Executive — CTO/CIO/CTAIO

These salary reports are built on firsthand hiring experience across 20+ years of engineering leadership (adidas, $9B platform, 500+ engineers) and a proprietary network of 200+ executive recruiters and headhunters who share placement data with us directly. As a top-1% expert on institutional investor networks, I've conducted 200+ technical due diligence consultations for PE/VC firms including Blackstone, Bain Capital, and Berenberg — work that requires current, accurate compensation benchmarks across every seniority level. Our team cross-references recruiter data with BLS statistics, job board salary disclosures, and executive compensation surveys to produce ranges you can actually negotiate with.

See how Anthropic stacks up against the rest

The full guide covers 25+ credentials from 14 providers, compared by cost, format, and what they actually signal to employers.