Independent study overview. Algorims is not affiliated with or endorsed by Anthropic; trademarks belong to their owners.

CCA-F · Claude Certified Architect Foundations

Your passport to building production AI with Claude.

CCA-F is designed to assess foundational Claude architecture knowledge for practitioners at Anthropic Partner companies. This overview summarizes the public study areas and points you to official Anthropic resources.

Certification domains

Agentic Architecture & Orchestration 27%
Tool Design & MCP Integration 18%
Claude Code Configuration & Workflows 20%
Prompt Engineering & Structured Output 20%
Context Management & Reliability 15%

Scenarios

Practice prompts
01

Support automation

Agentic ArchitectureTool DesignContext Management
02

Developer workflow

Claude CodeContext Management
03

Research orchestration

Agentic ArchitectureTool DesignContext Management
04

Productivity automation

Tool DesignClaude CodeAgentic Architecture
05

CI/CD assistance

Claude CodePrompt Engineering
06

Document extraction

Prompt EngineeringContext Management
In plain English

What is the CCA-F certification, really?

No jargon. If you're new to AI certifications, start here.

What is Claude?

Claude is Anthropic's AI model — similar to ChatGPT but built for developers who want to embed AI into real products. Think of it as a very capable digital brain you can program to do complex tasks.

What does this certification assess?

It focuses on the systems behind an AI product — not just day-to-day chatbot use. Think: agent workflows, tool boundaries, structured output, and reliability tradeoffs.

Who is this for?

Practitioners at Anthropic Partner companies ready to demonstrate applied expertise. Think developers, architects, and technical leads — ~301 level, hands-on Claude experience required.

5 certification domains

Where your study time should go.

Weightages published by Anthropic

Certification scenarios

Practice common production scenarios.

Use these as study prompts for the major domain combinations. The official certification page remains the source of truth for exam structure.

01
Domain 1 · 2 · 5

Domains tested

D1 Agentic Architecture & Orchestration
D2 Tool Design & MCP Integration
D5 Context Management & Reliability

Support automation

Practice designing agents that resolve user requests, call tools, and escalate when confidence is low.

02
Domain 3 · 5

Domains tested

D3 Claude Code Configuration & Workflows
D5 Context Management & Reliability

Developer workflow

Practice configuring Claude Code, team conventions, and context management for codebase work.

03
Domain 1 · 2 · 5

Domains tested

D1 Agentic Architecture & Orchestration
D2 Tool Design & MCP Integration
D5 Context Management & Reliability

Research orchestration

Practice coordinating specialist agents, tool access, source handling, and synthesis.

04
Domain 2 · 3 · 1

Domains tested

D2 Tool Design & MCP Integration
D3 Claude Code Configuration & Workflows
D1 Agentic Architecture & Orchestration

Productivity automation

Practice choosing tool boundaries, prompts, and workflows for repeated knowledge-work tasks.

05
Domain 3 · 4

Domains tested

D3 Claude Code Configuration & Workflows
D4 Prompt Engineering & Structured Output

CI/CD assistance

Practice using structured output, review criteria, and non-interactive execution in pipelines.

06
Domain 4 · 5

Domains tested

D4 Prompt Engineering & Structured Output
D5 Context Management & Reliability

Document extraction

Practice schema design, validation, retry handling, and reliable context use for messy inputs.

Study roadmap

A practical study path, step by step.

No matter your background — developer, tech lead, or just curious — here's a study path that prioritises the highest-weight topics first.

01

Understand what Claude actually is

Claude is Anthropic's AI model. This certification tests whether you can architect real systems with it — not just chat. Start at Anthropic Academy.

02

Work through the Anthropic Skilljar catalog

Skilljar hosts the full Academy catalog — from L100 foundations (Claude 101, AI Fluency) through L200 intermediate (MCP, Claude Code in Action, Bedrock, Vertex AI) to L300 advanced topics. Complete the tracks relevant to your role before attempting the certification.

03
Agentic Architecture

Deep-dive Domain 1 first (27%)

Agentic Architecture is the biggest slice of the certification. Master agentic loops, coordinator-subagent patterns, hooks, and session management.

04
Claude CodePrompt Engineering

Study Domains 3 & 4 together (20% each)

Claude Code workflows and Prompt Engineering together cover 40% of scored content. Practice CI/CD integration and structured output with JSON schemas.

05
Tool DesignContext Management

Cover Domain 2 & 5 (18% + 15%)

Tool design, MCP integration, context management, and reliability patterns. Study scenario 1 (Customer Support) — it covers all three.

06
Agentic ArchitectureTool DesignClaude CodePrompt EngineeringContext Management

Practice scenario-style questions

Use the scenario prompts below to test domain combinations. Build mini-projects for at least two workflows before sitting the certification.

Study resources

Everything you need to prepare.

All links go to official Anthropic sources. Start with the access request, then the Academy course — everything else builds on those.

Request Certification Access

Register

Exclusive for Anthropic Partners. Register here to access the CCA-F — 60 MCQ, 120 min, $125/attempt.

Open

Take the Certification

Skilljar

Official CCA-F page on Anthropic's Partner Skilljar platform. Register and pay here, then watch for two Pearson VUE emails (username + temporary password) to schedule your exam — the test itself is delivered by Pearson, not on Skilljar.

Open

Schedule Your Exam (Pearson VUE)

Pearson

After registering on Skilljar, sign in here to set your password and book online proctoring or an in-person test center slot. 60 MCQ, 120 minutes.

Open

AI Fluency: Framework & Foundations

Skilljar L100

Learn to collaborate with AI systems effectively, efficiently, ethically, and safely. For professionals and personal use.

Open

Claude 101

Skilljar L100

Learn how to use Claude for everyday work tasks, understand core features, and explore resources for more advanced learning.

Open

Claude with Amazon Bedrock

Skilljar L100

Introduction to Anthropic models on Bedrock — setup, authentication, prompt engineering and evaluations. First 4 sections.

Open

Claude with Google Cloud Vertex AI

Skilljar L100

Introduction to Anthropic models on Vertex AI — setup, authentication, prompt engineering and evaluations. First 4 sections.

Open

Building with the Claude API (Foundations)

Skilljar L100

Authentication, basic prompting, and core functionality including prompt engineering and evaluations. First 4 sections.

Open

Introduction to Model Context Protocol

Skilljar L200

Build MCP servers and clients from scratch using Python. Master tools, resources, and prompts to connect Claude with external services.

Open

Claude with Amazon Bedrock (Advanced)

Skilljar L200

Advanced Bedrock topics including tool use, RAG, building agents, production patterns and optimization techniques.

Open

Claude with Google Cloud Vertex AI (Advanced)

Skilljar L200

Advanced Vertex AI topics including tool use, RAG, building agents, production patterns and optimization techniques.

Open

Building with the Claude API (Advanced)

Skilljar L200

Advanced API topics including tool use, RAG, building agents, production patterns and optimization techniques.

Open

Claude Code in Action

Skilljar L200

Practical guide to integrating Claude Code into development workflows — context management, hooks, custom commands and the Agent SDK.

Open

Model Context Protocol: Advanced Topics

Skilljar L300

Advanced MCP patterns including sampling, notifications, file system access, and transport mechanisms for production server development.

Open

Anthropic Academy

Academy

Official learning hub. Start here — complete the free course before anything else.

Open

Claude API Documentation

Docs

Complete API reference for messages, tools, streaming, and model configuration.

Open

Claude Code Docs

Docs

CLAUDE.md, slash commands, skills, plan mode, and CI/CD integration guide.

Open

Model Context Protocol (MCP)

Spec

Official MCP specification — tool and resource interfaces for backend integration.

Open

Claude Agent SDK

SDK

Build multi-agent systems with coordinator-subagent patterns and lifecycle hooks.

Open
Before you register

Who is this certification built for?

The CCA-F is exclusive to practitioners at Anthropic Partner companies — a ~301 level certification for those with foundational knowledge who are ready to demonstrate deeper, applied expertise in Claude systems.

Python or TypeScript

The exam scenarios assume you can read and reason about code. You don't need to memorise syntax, but you need to understand it.

Comfortable with JSON

Tool schemas, API payloads, and structured output all use JSON. You should be able to read and write it without looking it up.

Anthropic Partner company

Access is restricted to practitioners at verified Anthropic Partner organisations. Not yet a partner? Apply at anthropic.com/partners.

Architectural thinking

This exam is about tradeoffs and decisions, not memorisation. If you've designed systems — even small ones — you'll find this natural.

Certification resource

Use the official Skilljar pages when you register.

Anthropic Partners 60 MCQ 120 minutes Pearson VUE — online or test center $125 per attempt Digital certificate