Skip to main content
An Agent is a named Claude configuration you can invoke from a Flow.

Anatomy

  • Name & description — what this Agent is for.
  • Model — Sonnet / Opus / Haiku.
  • System prompt — the instructions this Agent always operates under.
  • Skills — capability packs (see Skills).
  • Allowed tools — subset of the global tool registry this Agent can use.

When to use an Agent vs an inline node

  • Agent — reusable across many Flows, or has a scoped set of tools you don’t want in the general pool.
  • Inline action / agent node — one-off, specific to this Flow.

Creating one

AI Studio → Agents → Create agent. Fill the fields, save. Now selectable from any Flow’s Agent node dropdown.

Editing / deleting

Same panel. Edits apply to future runs; in-flight runs keep the version they started with.