Managed agents are available on Enterprise. Through September 15, 2026, Signal and managed agents are included at no additional charge for Enterprise. See Pricing and usage.
Start from a ready-made agent
The gallery groups agents by what they are for. Picking one pre-fills its task prompt and tells you which controls still need setting.
Every setting a ready-made agent pre-fills remains editable before launch.
A Security agent covering PII, secrets, and prompt-injection review is built but not yet in the gallery, along with Prompt Optimization and Eval / Quality agents. They appear once their access roles land.
Or start from scratch
Start from Scratch opens Agent Studio — the composer — with nothing pre-filled. You choose the harness, sandbox, project, skills, and task prompt yourself, then Run session or Setup as automation. Use it when none of the ready-made agents match the job. Every run is configured in Agent Studio. A ready-made agent fills it in through the guided setup below; Start from Scratch opens it empty.Guided setup
Choosing a ready-made agent walks you through up to three steps instead of dropping you straight into Agent Studio. Steps you do not need are skipped — an agent that reads only Arize traces has nothing to connect, so it drops the first step entirely.1
Connect
Connect the outside systems this agent needs — GitHub to clone a repo and open PRs, Datadog to pull metrics and logs. When a GitHub skill is connected, you set the repository here too, since a repo does nothing without it. Arize trace access is provisioned automatically and never appears here.
2
Configure
Bind the tracing project the agent reads, and choose whether it runs as a one-off session or a recurring automation. For an automation, name it and set the trigger.
3
Review & launch
Edit the task prompt, confirm the setup, and start it.
Session or automation
Some agents support only one mode. Fix a bug in your repo is session-only, since it acts on a bug you describe. Triage a monitor alert and Recurring health check are automation-only, since each is defined by its trigger.
Signal uses the same automation model, enabled per tracing project.
What you can customize
Save it as a preset
A preset is a saved bundle of harness, sandbox, optional agent integration, optional skills, and optional repo — so you configure it once instead of per run. Manage presets under More → Agent Presets, or create one inline while setting up an agent.- Automations require one. A one-off session can configure everything ad hoc; a recurring automation inherits its whole setup from a preset.
- Some are managed for you. Attaching a repo in Configure Signal creates a Signal-managed preset behind the scenes. Those stay out of the general preset list.
Track what is running
Sessions and automations both land in Signal & Agents:- The Managed Agents tab shows recent runs grouped by preset and colored by status. Click a run to open it.
- The Agent List tab is a searchable table of every session and automation, with its preset, prompt, status, and type.
- The Automations tab lists recurring automations, where you can enable, disable, or delete each one.
Outputs
Code changes arrive as a pull request for you to review and merge. A managed agent does not deploy to your production environment, and is not a runtime for your customer-facing app.
Related docs
- Cost agent — The ready-made agent for spend
- Signal — Ranked issues on a tracing project
- Connect your harness — Credentials, skills, permissions, and boundaries
- Arize Skills — A different thing: skills in your own local coding agent