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

# Agent Presets

> Save reusable harness, sandbox, repo, and skill settings, then pick a preset in Agent Studio or attach one to an automation.

<Info>
  Agent Presets is available in closed Enterprise beta. Contact your Arize account team for access.
</Info>

An **agent preset** is a saved setup—harness, sandbox provider, optional GitHub repo, and optional skills—that you reuse across sessions and automations instead of configuring each run from scratch.

Manage presets under **More → Agent Presets** in the space sidebar. You can also create or edit presets inline from [Agent Studio](/ax/agents/agent-studio) or when building an automation.

## What a preset includes

| Field           | Purpose                                                                                                                                                          |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Harness**     | Agent runtime inside the sandbox. **Claude Code** is available today; additional harnesses are on the roadmap.                                                   |
| **Sandbox**     | Compute environment. Choose **Arize** (Arize-managed Kubernetes) or a connected **Claude Managed Agent** provider. Daytona and Vercel sandboxes are coming soon. |
| **Skills**      | Optional—[GitHub, Arize, Datadog, custom](/ax/agents/skills-and-permissions)                                                                                     |
| **GitHub repo** | Shown when a GitHub skill is attached                                                                                                                            |

<Note>
  **Automations require a preset.** One-off sessions can use **None** in Agent Studio to configure harness, sandbox, and skills manually for that run only.
</Note>

<Note>
  **Claude Managed Agent** presets support interactive sessions only. Automations must use the **Arize** sandbox provider.
</Note>

## Built-in presets

**Signal** is a built-in preset with project trace access only. It is managed by the platform and does not appear in the Agent Studio preset picker. To add a GitHub repo for fix PRs, use **Attach Repo** on the [Signal](/ax/agents/get-started-with-signal#attach-a-repo-for-fix-prs) tab—Arize creates the preset in the background.

When you attach a repo to Signal on a project, Arize may create a **Signal-managed** preset for that flow. Those presets are hidden from the general preset list but remain available to Signal.

## Create a preset

<Frame caption="New Agent Preset: choose harness, sandbox, skills, and an optional repo">
  <img src="https://storage.googleapis.com/arize-phoenix-assets/assets/images/arize-docs-images/agents/new-agent-preset.png" alt="New Agent Preset form showing harness and sandbox selection with optional skills and GitHub repo fields" />
</Frame>

<Steps>
  <Step title="Open Agent Presets">
    Go to **More → Agent Presets** and click **New Preset**, or choose **New Agent Preset** from the preset menu in Agent Studio.
  </Step>

  <Step title="Choose harness and sandbox">
    Select **Claude Code** and either **Arize** or a **Claude Managed Agent** (agent + environment).
  </Step>

  <Step title="Attach skills (optional)">
    Add [skills](/ax/agents/skills-and-permissions) for GitHub, Arize API access beyond trace read, Datadog, or custom install sources.
  </Step>

  <Step title="Set repo (optional)">
    When a GitHub skill is attached, enter the repository the worker should clone.
  </Step>

  <Step title="Save">
    The preset appears in Agent Studio and can be bound to new automations.
  </Step>
</Steps>

## Use a preset

* **Agent Studio** — Pick a preset from the composer, or **None** for a one-off configuration.
* **Automations** — Every automation inherits harness, sandbox, skills, and repo from its preset.
* **Signal with repo** — Attach a repo on the Signal tab; Arize wires the matching preset behind the scenes.

## Related docs

* [Agent Studio](/ax/agents/agent-studio) — Start a session or automation from a preset
* [Skills and permissions](/ax/agents/skills-and-permissions) — Configure integrations and RBAC
* [How agents work](/ax/agents/how-agents-work) — What workers can access in a run
