Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Claude Managed Agents - In Depth and Hands On!
Hot & New
New
Rating: 4.7 out of 5(71 ratings)
1,486 students

Claude Managed Agents - In Depth and Hands On!

Master Claude Managed Agents with Python, MCP, custom tools, memory, and multi-agent workflows
Last updated 8/2026
English
English [Auto],

What you'll learn

  • Build a complete personal research agent that uses orchestration, memory, MCP, outcomes, and notifications.
  • Build and run Claude Managed Agents using the Console, ant CLI, and Python SDK.
  • Design effective agents with models, system prompts, built-in tools, custom tools, and MCP integrations.
  • Configure cloud environments, files, vaults, networking, permissions, and safety controls for agentic workflows.
  • Stream agent events, track tool use and cost, interrupt runs, and build clients that respond to agent activity.
  • Create outcome-driven agents that use rubrics, iteration, memory stores, and dreaming to improve results.
  • Orchestrate multi-agent systems for research, writing, fact-checking, coding, and production workflows.
  • Integrate Managed Agents with GitHub, Google Docs, Linear, Slack, webhooks, and external APIs.

Course content

6 sections89 lectures6h 5m total length
  • Introduction: Welcome & Roadmap1:10
  • Course roadmap & What is an Agent?4:59

    We look at the milestones of the course that you will take to understand the Claude Managed Agents components and how you will build the labs until your final capstone project. The final project builds up a multi-agent solution that will perform as a Research Agent for you finding out the latest information on any topic, validating it and storing the results in Google Docs, once done it'll ping you on Slack to inform you.

    In the second part we look at the ReAct pattern which defines the software architecture of agents: reasoning, acting/tool execution and observation. This are the fundamental pieces of an agent.

  • Capstone Project and Udemy Labs4:37

    In this lecture we look at the final capstone project that you'll build and how you can use directly Jupyter Notebooks here in Udemy without needing to run the code on your laptop. We also look at the list of tools that you need, like Anthropics Console, Python SDK and CLI.

  • Bringing Agents to production with Claude Managed Agents7:10

    Creating your first agent PoC is easy, it'll take you at max. 5 minutes. But how can you from there really build something that is production ready. We explore the building blocks of a production ready agent including a robust loop, sandboxing, permission management, scaling and observability, and how Claude Managed Agents bridges this gap with a 10x efficiency gain promise.

  • Roadmap & labs: Key takeaways1:16
  • Intro: Setting Up Your Workspace1:02

    Set up your workspace to run Claude managed agents, creating a spend-capped console account, installing the Ant CLI and Python SDK, and building your first agent in browser and Python.

  • Setting up Claude Platform account and Cost control6:06

    In this lecture we look at how you can setup your workspace in the Claude Platform, charge your account and setup cost control limits.

  • Claude Platform console tour4:05

    In this lecture we look at the components of the Claude Manage Agents platform: Agents, Sessions, Deployments, Environments, Memory, Vault and Webhooks.

  • Get course materials2:30
  • Lab: Configure your Claude Platform Account and Claude API Key3:45

    In this Lab we're going to configure your Claude Platform Account that will allow you to setup your dedicated workspace, API key and as well show you on how to configure Limits to control your costs.

  • Lab: Install IDE, UV and clone Git repository6:44

    In this Lab we're going to install Visual Studio Code as IDE, install uv as Python package manager and as well clone the Git repository of this course containing all lab projects as Jupyter Notebook files.

  • Guide (Windows + Linux): Installation of prerequisites python, uv, IDE3:33
  • Setting up your Workspace: Key takeaways1:05

    Set up your cloud account with cost controls and limits, and configure an api key and env file to access managed agents and llms via the console or Python sdk.

  • Intro: The Agentic Landscape1:09
  • The Agentic Landscape: Agent Loop, Tools, Memory and Autonomy4:30
  • Choosing an Agent Stack and Meta Harness10:57
  • The Agentic Landscape: Key takeaways1:32

    Identify the four main ingredients—main loop, tool calls, short-term and long-term memory, and autonomous behavior—and consider cloud managed agents for larger, outcome-based work.

  • Lab: Create your first Agent in Claude Console13:29

    Create your first Claude agent in the Claude Console by configuring an agent with a fib.py script to generate Fibonacci numbers, then run it in a cloud environment session.

  • Intro: Anatomy of a Managed Agent1:06

    Follow a single message from send to result, naming the four core nouns: agent, environment, session, and events, and trace the run across client, harness, model, and container.

  • Claude Managed Agent: Core Concept & Lifecycle5:31
  • Inside a running Claude Managed Agent Session4:26

    Explore the internal structure of a running Claude managed agent session: a linux-based x86 container with pre-installed languages and databases, plus workspace, output, and temporary folders and the session states.

  • Anatomy of Claude Manged Agent: Key takeaways0:28

    Identify the four components that define the Claude managed agent and its surroundings: the agent template, the environment template, the session that runs the agent, and the cloud platform monitoring.

  • Lab: Create your first Coding Agent with Claude Managed Agents Python SDK4:45
  • Lab: Understand automatic Prompt Caching4:25
  • Lab: Clean Up Agents from Lab 1 and Lab 20:50

Requirements

  • Basic Python programming experience, including running scripts, installing packages, and working with environment variables.
  • Comfort using a command line and a code editor such as VS Code.
  • A Claude account with access to Claude Managed Agents for the hands-on labs.
  • Helpful but not required: GitHub and optional integration accounts such as Slack, Google Docs, Linear, or MCP-enabled services.

Description

This course contains the use of artificial intelligence.

AI agents are becoming the next major layer of software development, but most developers are still stuck at the demo stage.

It is one thing to build a chatbot that answers questions. It is another thing to build an agent that can use tools, manage state, work in a cloud environment, interact with external services, follow safety policies, remember useful information, and complete real tasks reliably.

Claude Managed Agents: In Depth and Hands On! is designed to close that gap.

In this course, you will learn how to build practical, production-oriented AI agents using Anthropic’s Claude Managed Agents platform. You will go beyond prompting and learn how managed agents actually work: how they run, how they use tools, how they stream events, how they connect to services through MCP, and how to design agentic workflows that are useful in real applications.

This course deep-dives into Claude Managed Agents, one of the domains on the Claude Certified Developer (CCDV-F) exam, covering managed agent deployment, session management, and Anthropic-hosted agent architecture, useful supplementary prep, not a substitute for full exam study.

You will start with the foundations: what makes an agent different from a chatbot or copilot, how Claude Managed Agents fit into Anthropic’s agentic stack, and how the core building blocks, agents, environments, sessions, and events, work together.

Then you will build agents yourself using the Console and Python SDK. Along the way, you will learn how to:

  • Design effective agents with models, system prompts, tools, and versioning

  • Configure cloud environments with packages, networking controls, and least-privilege access

  • Work with the event stream to monitor tool use, cost, progress, interruptions, and agent state

  • Extend agents with custom tools, MCP servers, vaults, and per-user authentication

  • Apply permission policies and safety controls for human-in-the-loop agent workflows

  • Use Skills, files, GitHub resources, webhooks, and external integrations

  • Build outcome-driven agents that iterate against rubrics until the task is satisfied

  • Add memory stores and “dreaming” so agents can retain useful information over time

  • Orchestrate multiple agents for research, writing, fact-checking, coding, and production workflows

The course includes 15 hands-on labs, leading up to a capstone project where you build a personal research agent that uses orchestration, memory, MCP, outcome evaluation, Slack notifications, and Google Docs integration.

This course is designed for developers, AI engineers, software engineers, solutions architects, technical founders, and Claude Code users who want to move beyond basic prompting and build more serious agentic applications.

Your instructors bring deep real-world experience in AI, cloud architecture, and software engineering.

Frank Kane has taught AI and machine learning to over 1.2 million people around the world. He holds 26 patents in machine learning and spent 9 years at Amazon as a senior engineer and senior manager.

Puria Izady is former Solutions Architect at AWS specializing in Generative AI and Machine Learning, and is the creator behind Pumping Code and the agentic grocery solution Cocoduro.

By the end of this course, you will understand not just how to create a Claude Managed Agent, but how to design, extend, monitor, secure, and integrate agents into real applications.

Who this course is for:

  • Developers who want to build practical AI agents with Claude Managed Agents, Python, tools, and cloud environments.
  • AI engineers, software engineers, solutions architects, and technical founders building production-ready agentic workflows.
  • Claude Code users who want to understand managed agents more deeply and automate larger, more reliable workflows.
  • Technical learners with basic coding experience who want hands-on labs, not a non-technical introduction to AI.