> ## Documentation Index
> Fetch the complete documentation index at: https://xura.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating an Agent

> A reusable AI helper with its own system prompt, skills, and scoped tools.

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](/ai-studio/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.
