← Back to blog

I Am Now a Claude Certified Architect. Here's What I Wish I Knew First.

I sat the Claude Certified Architect (Foundations) exam earlier this month and passed with a score of 900+ out of 1,000. I want to write down what the certification actually is and why I went for this one. Then what to prepare, and the game plan that got me there in three weekends. If you are building with Claude and wondering whether this is worth your time, this is the post I wish I had before I started.

Credential
Claude Certified Architect – Foundations
Verify on Credly →

What these certifications from Anthropic are about

In March 2026, Anthropic launched the Claude Partner Network with a $100 million commitment to training and enablement. Alongside it came its first technical credential: Claude Certified Architect – Foundations. By July, that had grown into a four-exam family covering three roles.

Every exam in the family uses the same format:

To note: access currently runs through the Claude Partner Network. You need to be with a partner organization to register. I got in because the 100E industry partner I am placed with, through AI Singapore's AIAP programme, happens to be an Anthropic partner. If you are not sure whether your company qualifies, that is worth checking before you plan around this.

Claude Certified Architect – Foundations

Everything from here on is about this one. I build with Claude daily. This was not about learning the platform from scratch. It was about the Architect track, because that is the closest match to what I actually do. Designing agentic systems end to end. Deciding how tools and MCP servers get exposed. Configuring Claude Code for real project work. It also covers the judgment calls around context and reliability, the ones that do not show up until real users are actually using the system.

I will be honest, when I started looking into it I was a little lost. Where do you even begin? What does passing this actually prove? It clicked once I read the exam guide properly. The domains map almost exactly onto decisions I make every week: agent orchestration, tool design, context management. So the prep was not really about learning new material. It was more like pressure-testing habits I had already built, and a few of those habits had room to improve. It also gave me a more formal grounding in practices I had mostly picked up ad hoc, which turned out to be worth just as much as the fixes.

What is recommended, and what to actually prepare

The exam covers five domains, weighted like this:

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

Anthropic offers a set of free prep courses under the Architect track. Here is what I took, and how I would rank them for someone in my position, a daily Claude user rather than someone starting from zero.

CourseWhy it is worth your time
Building with the Claude APIThe one that is most important for the exam. Full spectrum of working with Anthropic's models through the API. Even as a daily user, this is where I picked up the most: some new material, plus a few corrections to habits I did not know needed fixing.
Introduction to Agent SkillsGenuinely useful. Covers building and configuring Skills in Claude Code, which maps directly onto real exam-relevant ground.
Claude Code in ActionCovered hooks and Claude Code configuration better than I expected. Worth doing properly, not just skimming.
Introduction to MCPSkippable. It is a near-complete repeat of what Building with the Claude API already covers.
AI Fluency: Framework & FoundationsNot really useful for the exam itself.
Claude with Vertex AINot really needed for the exam itself.
Claude with Amazon BedrockNot really needed for the exam itself.

A heads-up from my own run: the CI/CD integration content caught me a little off guard. Not because it is complicated. It is genuinely basic, things like Claude Code inside CI pipelines or the -p/--print flag for non-interactive automation. It caught me off guard because there were so few examples to actually practice with, and what little there was leaned heavily on GitHub. If your own CI setup looks different, building a small example yourself is worth the hour it takes.

For hands-on drilling, I used claudecertificationguide.com. The drill mode is good. It targets your weak points instead of throwing random questions at you. One thing worth knowing: the mock exam mode draws on similar, sometimes identical questions to the drill mode. A high mock score partly reflects familiarity with that same question pool rather than pure readiness. They are still useful for getting comfortable with the question style, just be aware they run noticeably easier than the real exam. I scored full marks on the mocks myself, and the actual exam still felt noticeably harder. A high mock score is a green light to keep going. It does not mean you are already done.

My game plan, and how to pace it

I spread prep across three weekends instead of cramming. Looking back, that pacing mattered more than the total hours did. If three weekends is more than you have, two weekends (roughly four days) is a reasonable minimum. Much less than that turns into a cram session.

Weekend 1
Skim the exam guide for the lay of the land, then take Building with the Claude API in full.
Weekend 2
Round out the gaps with the other courses, then go back and read the exam guide properly, working through its own exercises this time.
Weekend 3
Build a few small projects against each domain, drill mock questions once you feel ready, then schedule the exam with a buffer.
Exam day
OnVUE logistics, pacing yourself through the questions, and your score the moment you finish.

The detail behind each step:

  1. Skim the exam guide first. Just enough to know the five domains, their weights, and what is explicitly out of scope (fine-tuning, model internals, cloud-provider-specific config). Quick pass, just enough to know where you are headed.
  2. Take Building with the Claude API in full. Do not skim it just because you already use the API daily. This is where the real refinement happens.
  3. Round out the gaps with Introduction to Agent Skills and Claude Code in Action, those two cover the rest of the exam-relevant ground. You can skip AI Fluency, Introduction to MCP, Vertex AI, and Bedrock. None of them add much for this specific exam.
  4. Go back to the exam guide and read it properly this time, as a knowledge check against everything you just covered. Work through the guide's own preparation exercises here rather than just re-reading them, and give yourself real time for it. For me, building through these exercises properly is what got me most of the way ready. CI/CD still did not fully click for me even after doing the exercises. If I did it again, I would spend more time there specifically.
  5. Build something small against each domain beyond the guide's own exercises too, if you have time. Wire up an agent with tool calling and error handling. Configure a CLAUDE.md hierarchy for a real project. Design an MCP tool interface. Run a structured-extraction pipeline with JSON schemas.
  6. Save the mock questions until you feel ready, so they test what you have retained instead of replacing the learning itself. They are easier than the real thing, so calibrate your confidence carefully.
  7. Schedule the exam with a buffer. Leave yourself a spare weekend in case one domain needs another pass, rather than booking it for the day you first feel “done.”
  8. On exam day, it runs through Pearson VUE's OnVUE online proctoring, accessed through a website link. A few things to have ready:
    • Check in at least 15 minutes early
    • A completely clear tabletop
    • Your government ID or passport within reach
    • Your phone nearby, you will need it to photograph all four corners of your seating area for the proctor
    None of it is hard. It just goes faster if you are not figuring it out live.
  9. Pace yourself through the questions on exam day too, the same way you paced the weeks before it. I used about 100 of the 120 minutes and still had roughly 20 minutes left to go back over anything I was unsure of.
  10. Once you finish, if you took it online proctored, you get your score right away. It comes broken down by domain, so you can roughly tell where you scored well and where you did not. Do not bother trying to screenshot it, OnVUE blocks that. In my experience, the actual credential followed a few minutes after that.

A few tips from me

On preparing

Concepts to know

(To be clear, none of this is exam content, Anthropic's terms do not allow sharing that. These are just the underlying concepts and best practices I would make sure I actually understood, not memorized.)

I think this certification is genuinely worth it for the official endorsement of skills you already have. It goes beyond a learning exercise. If you are building with Claude and considering this, go for it. Good luck out there, and I hope to see you on the other side as a certified builder too. If you want to see what that actually looks like in production, my other projects are built the same way.