Register with your @corporate.com email → Take the Exam
| Domain | Weight | Focus | Files |
|---|---|---|---|
| Agentic Architecture & Orchestration | 27% | Agent loops, multi-agent patterns, error handling | see |
| Tool Design & MCP Integration | 18% | Tool definitions, JSON schemas, MCP servers | see |
| Claude Code Configuration & Workflows | 20% | CLAUDE.md, skills, planning mode | see |
| Prompt Engineering & Structured Output | 20% | Few-shot prompting, validation loops, batch API | see |
| Context Management & Reliability | 15% | Context windows, provenance, crash recovery | see |
- Claude 101
- Building with the Claude API
- Claude Code in Action
- Introduction to agent skills
- Introduction to Model Context Protocol
- Model Context Protocol: Advanced Topics
- Registry for the exam
- Use this link https://anthropic.skilljar.com/anthropic-certification-practice-exam/ , or you may find link in your profile after exam registration.
| Term | Definition |
|---|---|
| Agentic loop | Model-driven sequence: send request → receive response → check stop_reason → repeat until end_turn |
| Coordinator | Multi-agent hub that decomposes tasks, delegates to subagents, aggregates results |
| Subagent | Task-specific agent with isolated context; spawned via Task tool |
| Hook | Deterministic interception point (preToolUse, postToolUse) |
| MCP | Model Context Protocol; open standard for integrating external systems |
| tool_use | Mechanism allowing Claude to call external functions |
| tool_choice | Parameter controlling whether/when Claude calls tools |
| CLAUDE.md | Instruction file for Claude Code with 3-level hierarchy |
| Skill | On-demand Claude Code command with frontmatter configuration |
| Few-shot | 2-4 examples demonstrating expected behavior |
| Prompt chaining | Breaking complex tasks into sequential focused steps |
| Batch API | Asynchronous API offering 50% cost savings, up to 24 hours processing |
| Lost-in-the-middle | Models miss information in the middle 60% of long inputs |
| Provenance | Documentation of data source, date, methodology, confidence |
| State persistence | Exporting agent state to disk for crash recovery |
Good luck with your certification!