Sign in Publish

What is an AI agent?

What is it?

An agent is an AI assistant that chains steps to complete a task: it follows instructions, uses MCP servers and contexts, and respects guardrails.

When to use it

  • Automate a multi-step task (support, monitoring, document triage).
  • Share a working agent, ready to rerun.

Page fields

InstructionsThe agent's role and rules.
StepsThe expected flow, one step per line.
FrameworkClaude Agent SDK, LangGraph, CrewAI…
MCP servers and contextsCatalog resources the agent uses.
GuardrailsWhat the agent must never do.

How to use it

“Use” tab: download the agent JSON; the Python example runs it with the Anthropic API.

Browse Agents →