Skip to main content
The Agents screen is the catalog and lifecycle hub for your agent profiles — the reusable definitions of a runtime, model, prompt, skills, and tools that make up an agent.

The catalog

The main table lists every agent in the org with filter/search and pagination. Columns:
Agents table listing five agents with runtime and model columns

The Agents catalog — filter by ID, name, runtime, or model; each row opens a detail sheet.

Top-level actions

  • New agent — opens the create dialog (below).
  • Import YAML — create an agent from a profile document.

Per-row menu

Each row’s overflow menu offers Publish…, Copy public URL, Manage (or View) publishing, and Delete agent.
Publish and Delete agent are admin-only. Members see the row and its detail but cannot publish or delete.
Click any row to open its detail sheet.

New agent dialog

The New agent dialog (also used when editing) captures the full profile. Four fields are always visible:
  • Name
  • Runtimeclaude, codex, or general
  • Model — e.g. anthropic:claude-haiku-4-5, anthropic:claude-sonnet-4-6, openai:gpt-5.2, google:gemini-2.5-pro
  • System prompt
Everything else lives in four collapsible sections below them. Each section collapses to a single row showing a summary of its current setting, and opens automatically when the profile being loaded (a template, or an existing agent being edited) already configures it.
Multi-selects for Skills and Capabilities. Collapsed summary reads e.g. 2 skills, 1 capability, or Default capabilities, no skills when both are empty.
Agents using sandbox-worker placement carry a sandbox badge beside their runtime in the catalog. Existing and imported profiles default to static placement when workerMode is omitted; imports accept only static or sandbox.

Import YAML

Import YAML lets you paste or upload a profile document. It’s schema-validated before anything is created — you’ll see errors and warnings inline and can only commit once the document is valid.
Import is the fastest way to move an agent between orgs or restore one from version control.

Agent detail sheet

Opening an agent reveals a tabbed detail sheet:

Publishing

Publishing exposes an agent as a callable public endpoint. See Publishing for the concept; the panel controls:
1

Configure the endpoint

Set the URL slug, visibility, allowed origins, a rate limit (requests per minute), and the sync max duration.
2

Publish

Publish the agent, then copy the public URL to share it.
3

Issue API keys

Mint API keys for authenticated callers.
4

Unpublish when done

Unpublishing takes the endpoint offline and revokes issued keys.
Publishing and unpublishing are admin-only.

Profiles

What an agent profile contains.

Publishing

How published endpoints and keys work.

Skills

Attach reusable skills to agents.

Workbench

Run and inspect your agents.