Ce que vous devez savoir avant
Vous commencez

Débute 16 June 2026 09:23

Se termine 16 June 2026

00 Jours
00 Heures
00 Minutes
00 Secondes
course image

Plateforme Claude 101

Maîtrisez la construction sur la plateforme de développement Claude — des requêtes API et des boucles d'agents à l'utilisation des outils, des serveurs MCP et des agents gérés — avec des démonstrations exécutables en TypeScript dans chaque leçon.
via Anthropic Academy

17 Cours


Not Specified

Amélioration optionnelle disponible

Intermédiaire

Progressez à votre rythme

Free Certificate

Amélioration optionnelle disponible

Aperçu

There's a wide gap between chatting with Claude in a browser tab and building Claude into something you ship. A chat answers a question and the thread ends there.

An application sends Claude structured requests, hands it tools, lets it act on real systems, and runs that loop for one user or a million. The Claude Developer Platform exists to close that gap, and it's a different skill from prompting.

Getting value out of it means understanding what's in a request, how an agent decides what to do, and where the costs and limits live. This course teaches developers to build on the Claude Developer Platform from the ground up, whether you've made a few API calls or have only used Claude through a chat window.

We start from first principles:

what an API request contains, what an agent loop is, how the context window bounds what Claude can see, and how tools and permissions decide what it can do. The techniques later in the course then land as understanding instead of a list of calls to copy.

You'll send your first request and read the response, then choose the right model for a job (Opus, Sonnet, or Haiku) and weigh the cost-and-latency trade-off on your own examples instead of guessing. From there you'll build the agent loop by hand to see how Claude acts, observes, and decides, then collapse that hand-written loop with the SDK's Tool Runner once you understand what it does for you.

You'll give Claude reach through tool use, let it reason through hard problems with extended thinking, and keep spend predictable with workspaces, limits, and the Console Workbench. The middle of the course extends an agent beyond your own code:

Anthropic's built-in tools (web search, code execution, web fetch) that run on Anthropic's infrastructure, Skills that package a procedure once and reuse it across calls, MCP servers that connect Claude to third-party tools without writing a schema, and the context-management patterns that keep a long-running agent inside the window and affordable past turn ten.

The final section hands work off. You'll learn when to run your own loop and when to let Anthropic run a sandboxed, managed agent for you, then build one end to end, consuming the event stream as Anthropic runs the loop and reports back.

A standalone lesson shows you how to build with the API using Claude Code itself, which is also why the rest of the course matters:

you need to know what good code looks like to review what an agent writes for you. Every lesson ends with a runnable demo, so you finish each one with working code.

Recommended prerequisites Comfort reading and writing code in at least one language, plus basic command-line familiarity. The demos use the TypeScript SDK (@anthropic-ai/sdk) with Node and npm.

You don't need to be a TypeScript expert, but you should be able to follow along and run a script. (The platform also offers a Python SDK; the course examples are in TypeScript.) You'll need an Anthropic Console account and an API key from platform.claude.com, plus a small amount of prepaid credit to run the examples. You don't need prior experience building with LLMs.

Who this is for Developers who've used Claude in a chat window and want to build it into their own applications, whether you're adding AI features to an existing product or prototyping an agent from scratch. If you've sent a handful of API calls but stalled at "how do I make this act on its own" or "how do I connect it to my real systems," this course is the bridge from a single request to a production agent.

You don't need prior agent experience; each lesson builds on the one before it.

Programme

  • Qu'est-ce que la Claude Developer Platform ?
  • Comprenez clairement ce qu'est la plateforme et comment elle diffère de l'application de chat que vous avez déjà utilisée. Envoyez vos premiers messages.create call, puis choisissez le bon modèle — Opus, Sonnet ou Haiku — en effectuant une évaluation rapide au lieu de deviner.
  • Enseigner à votre Agent
  • C'est là qu'une simple demande devient un agent. Construisez manuellement la boucle de l'agent, définissez vos propres outils, réduisez l'échafaudage avec le Tool Runner du SDK et activez la réflexion étendue pour les problèmes qui le nécessitent.
  • Étendre votre Agent
  • Dépassez votre propre code avec les outils intégrés d'Anthropic, les Skills qui emballent une procédure une fois, et les serveurs MCP qui connectent Claude à des services tiers. Terminez par les schémas de gestion du contexte qui maintiennent un agent de longue durée dans la fenêtre et abordable.
  • Agents Gérés
  • Jusqu'à présent, vous avez fait fonctionner la boucle vous-même — les agents gérés la confient à Anthropic. Apprenez quand cet échange en vaut la peine, puis construisez-en un de bout en bout et consommez le flux d'événements alors qu'il fonctionne dans un bac à sable.
  • Construire avec Claude Code
  • Un court projet final qui relie le cours : ébauchez un fichier, confiez-le à Claude Code avec une invite bien formulée, et passez en revue les différences. Il utilise les mêmes primitives que vous avez construites à la main — Claude Code saute les frappes, pas la compréhension.

Matières

Artificial Intelligence