Playbooks

Anthropic Cookbook

Anthropic's open-source recipe collection — runnable notebooks for tool use, retrieval, subagents, and automation patterns.

  • Open source
  • Maintained by Anthropic
Open resourcegithub.com · opens in a new tab

Why it matters

Working code beats prose when you're wiring your first tool-using agent. The recipes are small enough to read in one sitting and translate directly to marketing workflows — classification, extraction, generation with guardrails.

What to try

Run the tool-use notebook, then swap the toy tool for one real marketing API you own.

Tagged under

  • AI agents

Related resources

Items that share a category with this one.

  • OpenAI's plain-language guide to designing agent systems — single versus multi-agent architectures, guardrails, and human-in-the-loop patterns.

    • AI agents
    • Marketing automation
  • Anthropic's official Agent Skills repository — the reference collection of skills (instructions, scripts, resources) that agents load to do specialized work.

    • AI agents
    • Content operations
  • Anthropic's engineering essay on agent architectures — workflows versus agents, five composable patterns, and why simple beats clever.

    • AI agents