On July 23, 2026, Anthropic expanded its certification program into four role-based credentials, and the Claude Certified Developer - Foundations (CCDV-F) is the track built for engineers who ship applications on Claude. Plenty of developers have called a large language model (LLM) API once and produced a working demo, but building an application that stays accurate, affordable, and secure under real traffic demands a deeper skill set: choosing the right model for each task, engineering prompts and context, wiring tools through the Model Context Protocol, defending against prompt injection, and knowing when a predefined workflow serves better than an autonomous agent. CCDV-F is Anthropic's proctored, vendor-official way to prove you have those skills. This guide explains what the certification is, who it serves, where it sits among the four Claude credentials, what the exam looks like, and how to register and prepare.
Start Here
New to the developer track? Our Complete CCDV-F Certification Guide covers the exam end to end, the CCDV-F Exam Domains Breakdown goes deep on all 8 domains, and the 4-Week CCDV-F Study Plan turns preparation into a schedule. When you are ready to test yourself, CCDV-F practice tests show you exactly where you stand.
Exam Quick Facts
What is CCDV-F?
CCDV-F stands for Claude Certified Developer - Foundations. It is the developer credential in Anthropic's four-certification program, and it validates that an engineer can build production applications across the full Claude developer surface: the Claude API and its client SDKs, the Claude Agent SDK (Anthropic's framework for building agents that plan, call tools, and iterate toward a goal), Claude Code (Anthropic's command-line tool for AI-assisted development), and the Model Context Protocol (MCP, an open standard that gives models a uniform way to discover and call external tools and data sources). Around that core, the exam tests prompt and context engineering, model selection and cost optimization, evaluations (systematic tests that measure whether model outputs meet a quality bar), and the security work that keeps an LLM application safe in production.
The "Foundations" in the name marks the level. Foundations-tier exams certify solid, hands-on working competence in a role, while the Professional tier above them certifies architect-level ownership of entire solutions. CCDV-F sits alongside the other two Foundations credentials as a role-specific entry point, and the Professional tier currently exists only on the Architect track.
What a CCDV-F Certified Developer Can Do
The exam blueprint describes a developer who can:
- Build and integrate Claude applications: Drive the Messages API with tools, streaming, vision, extended thinking, prompt caching, and batch processing, then manage configuration cleanly through CLAUDE.md files, settings.json, model pinning, and prompt versioning (Domain 1)
- Select and optimize models: Reason about tokens, context windows, and sampling, choose among Opus, Sonnet, and Haiku on capability, cost, and latency trade-offs, and control spend with caching and token management (Domain 2)
- Build agents deliberately: Apply clear criteria for when a workflow beats an agent, construct agents with the Claude Agent SDK, design manager and subagent hierarchies, and weigh managed against self-hosted deployment (Domain 3)
- Engineer prompts and context: Keep context windows lean, prevent drift and bloat with pruning and compaction, isolate context through subagents, and design structured outputs with defensive parsing (Domain 4)
- Wire tools and MCP servers: Write tool descriptions that models route correctly, develop MCP servers exposing resources, tools, and prompts, and choose among built-in tools, custom tools, Skills, and MCPs (Domain 5)
- Defend the application: Layer guardrails against prompt injection and jailbreaks, protect personally identifiable information, and handle authentication, authorization, and key management (Domain 6)
- Work fluently in Claude Code: Use Rules, Skills, Commands, Agents, and Agent Memory, manage sessions and headless mode, and understand the CLAUDE.md hierarchy (Domain 7)
- Evaluate and debug systematically: Identify and recover from errors, analyze traces, and isolate integration-layer failures from model-output failures (Domain 8)
That list is the exam blueprint in miniature, and the domain weights vary enormously: the first domain alone carries a third of the exam while the last two carry 3% each. The CCDV-F Exam Domains Complete Breakdown walks through every topic in all 8 domains.
Preparing for CCDV-F? Practice with 390+ exam questions
Where CCDV-F Sits Among the Four Claude Certifications
Anthropic's July 2026 announcement organized the program around roles instead of a single ladder. Each credential targets a distinct way of working with Claude, so the right question is which role describes your work.
The Four Claude Certifications Compared
| Certification | Code | Level | Price | Audience |
|---|---|---|---|---|
| Claude Certified Associate - Foundations | CCAO-F | Foundations | $99 | Non-technical professionals using the claude.ai product for daily work |
| Claude Certified Developer - Foundations | CCDV-F | Foundations | $125 | Engineers building applications with the Claude API, SDKs, and tooling |
| Claude Certified Architect - Foundations | CCA-F | Foundations | $125 | Builders implementing production Claude systems end to end |
| Claude Certified Architect - Professional | CCAR-P | Professional | $175 | Solution architects owning discovery, design, governance, and delivery |
The Associate credential is non-technical: it certifies professionals in operations, marketing, and similar roles who use the claude.ai product as a productivity tool, with no code involved. The two Architect credentials certify system-level work, with CCA-F covering hands-on implementation of production systems and CCAR-P covering full-lifecycle solution architecture at the Professional tier. CCDV-F occupies the application-engineering seat: you write Python or TypeScript, you call the API directly, and your job is shipping features on Claude. Developers who also carry architectural responsibility often weigh the developer and architect tracks against each other, and our CCDV-F vs CCA-F comparison breaks that decision down in detail.
Who Anthropic Built CCDV-F For
Anthropic designed the exam for engineers building applications with Claude, and it publishes a recommended experience profile rather than a formal prerequisite:
- 1 to 5 years of software engineering experience
- 6+ months of hands-on work with Claude or comparable LLM systems
- Working fluency in Python and/or TypeScript
- Comfort with REST APIs and the command line
In practice, the credential fits application developers adding LLM features to existing products, backend engineers who own an AI service, full-stack developers building Claude-powered tools, and engineers at Anthropic partner organizations who deliver client projects on the platform. The profile is honest guidance: exam questions assume you have debugged a streaming response, watched a context window fill up, and felt the cost difference between model tiers, and that intuition is hard to fake with reading alone. If your daily work involves no code at all, the Associate track is the better starting point.
How the Exam Works
The CCDV-F exam presents 53 questions in 120 minutes, which allows a comfortable two and a quarter minutes per question. Every question is scored, so there are no experimental throwaways. Question styles mix single-answer multiple choice with multiple-response items labeled "Select TWO" or "Select THREE", and roughly a quarter of the exam uses the multiple-response format, which punishes partial knowledge because these items typically require every correct selection.
Scoring is scaled: results land on a 100 to 1000 scale and passing requires 720. Scaled scoring means your raw correct count is converted onto a common scale that accounts for difficulty differences between exam forms, so 720 does not map to a fixed percentage of questions. Your score report also shows percent-correct per domain, which turns even a failed attempt into a precise study map.
The exam costs $125 USD, runs in English only, and is delivered as a proctored session either online or at a Pearson VUE test center, with identity verification required in both cases. Passing candidates receive a digital badge through Credly by Pearson. The certification is valid for 1 year, and Anthropic offers a free, non-proctored renewal assessment on the Anthropic Partner Academy that you can complete before the 12-month expiration. If you let the credential lapse, renewal requires a full proctored retake, so the free renewal window is worth calendaring the day you pass.
The 8 Domains at a Glance
CCDV-F Question Distribution by Domain
| Domain | Weight | Approx. Questions |
|---|---|---|
| Domain 1: Applications and Integration | 33% | ~17 questions |
| Domain 2: Model Selection and Optimization | 17% | ~9 questions |
| Domain 3: Agents and Workflows | 15% | ~8 questions |
| Domain 4: Prompt and Context Engineering | 11% | ~6 questions |
| Domain 5: Tools and MCPs | 10% | ~5 questions |
| Domain 6: Security and Safety | 8% | ~4 questions |
| Domain 7: Claude Code | 3% | ~2 questions |
| Domain 8: Eval, Testing, and Debugging | 3% | ~2 questions |
The distribution tells you where to invest. Applications and Integration alone covers a third of the exam, spanning API mechanics (messages, tools, streaming, vision, extended thinking, caching, batch versus realtime processing), application lifecycle management, and configuration management. Add Model Selection and Agents and Workflows, and the top three domains account for two thirds of your score, so depth on the API, model economics, and agent design decisions matters far more than anything else. The two smallest domains still deserve a study pass, since two questions can decide a borderline result, but they reward a focused review instead of weeks of effort. The full domains breakdown covers every task statement with example question patterns.
Master These Concepts with Practice
Our CCDV-F practice bundle includes:
- 6 full practice exams (390+ questions)
- Detailed explanations for every answer
- Domain-by-domain performance tracking
30-day money-back guarantee
Career Value for Application Developers
LLM features moved from novelty to standard application engineering during the past two years, and hiring processes have struggled to keep up. A resume line reading "integrated AI into our product" can describe anything from a weekend chatbot wrapper to a hardened, evaluated, cost-optimized production service, and interviewers rarely have time to find out which. CCDV-F compresses that signal: a proctored, all-scored exam from the platform vendor itself, covering the exact mechanics (prompt caching, batch processing, structured output, injection defense, agent design criteria) that separate production work from demos.
The credential carries particular weight in three situations. Engineers at organizations standardizing on Claude gain a shared, verifiable baseline that teams can hire and train against. Developers at Anthropic partner organizations get a client-facing marker of platform competence, since the certification lives inside the partner ecosystem. And engineers pivoting into AI-focused roles get evidence that their LLM experience is real, which matters most for candidates whose job titles have not caught up with their skills. The program is new enough that reliable salary data does not yet exist, so treat any precise compensation claims you encounter with skepticism, but early adoption of a vendor credential has historically favored the people who hold it while it is still scarce.
How to Register
Registration involves three organizations, and the sequence matters:
- Join the Claude Partner Network. Membership is free and open at claude.com/partners, and it gates access to the certification program.
- Enter the Anthropic Partner Academy. The Academy, hosted on the Skilljar platform, is where the official preparation courses live and where you register for the exam itself.
- Schedule with Pearson VUE. You book a proctored session either online or at a physical Pearson VUE test center, pay the $125 fee, and complete identity verification before testing begins.
After a passing score, your digital badge arrives through Credly by Pearson, ready to attach to a resume or profile. Alongside the Academy courses, the authoritative technical reference for everything in scope is docs.anthropic.com, which covers the Claude API, the Agent SDK, Claude Code, MCP, prompt caching, and tool use in the same vocabulary the exam uses.
Your First Steps
If CCDV-F looks like your credential, here is a preparation path that works:
- Map the territory. Read the Complete CCDV-F Certification Guide for the full picture, then review the domains breakdown and honestly mark where your hands-on experience is thin.
- Follow a schedule. The 4-Week CCDV-F Study Plan sequences all 8 domains with weekly goals and checkpoints, weighted toward the heavy domains.
- Build while you study. The exam assumes fluency that only comes from shipping: wire up streaming and tool use, cache a long system prompt and measure the savings, and build a small MCP server against docs.anthropic.com.
- Drill under exam conditions. Timed practice against the real 8-domain blueprint trains both knowledge and pacing, and How to Pass CCDV-F on Your First Attempt covers exam-day strategy, with the CCDV-F Cheat Sheet as your final-week reference.
Practice Against the Real Blueprint
Preporato offers 6 full-length CCDV-F practice tests, 53 questions each, mirroring the 8-domain blueprint with the same multiple-response mix and an explanation for every answer, plus a 500-card flashcard deck for daily review. You can confirm you are scoring above the passing threshold before spending $125 on the real exam.
Common Questions About CCDV-F
Conclusion
CCDV-F gives application developers what the Claude ecosystem was missing: a vendor-official credential for the engineers who actually build on the platform. The 8-domain blueprint reads like a job description for modern LLM application work, from API mechanics and model economics through agent design, MCP integration, and security, and the weighting rewards exactly the production skills that separate shipped systems from demos. At $125 with a 53-question, 120-minute format, it is also the most accessible technical entry point into Anthropic's certification program.
If the recommended profile describes you, start with the Complete CCDV-F Guide, follow the 4-Week Study Plan, and take a full-length practice test to get a domain-by-domain baseline before you book with Pearson VUE.
Ready to Pass the CCDV-F Exam?
Join thousands who passed with Preporato practice tests
![What is CCDV-F? Anthropic's Claude Certified Developer Foundations Explained [2026]](/blog/what-is-ccdv-f-claude-certified-developer-foundations.webp)