Bring Your Own Model
Skills
SKILL.md instructions from the Skills Registry. The agent loads the right skill at runtime — no prompt bloat.MCP Server Integration
Sandbox Access
Agent Playground
Navigate to Agents > Playground in the sidebar to open the Playground directly — no registry step required. The Playground is where you build, configure, and test your agent interactively.
Agent Playground showing model selection, instructions, MCP servers, and skills
Select a model
Write your instructions
Connect MCP Servers

Tools and MCP Servers selection dialog
Add Skills

Skills selector showing available skills with per-skill version dropdowns and the SKILL.md preload toggle
name within a single agent, even across different Repositories. The selector greys out conflicting skills and shows a tooltip — pick one or use a differently named copy.Run and iterate
Saving the Agent
Once you’re satisfied with the agent’s behavior, click Save Agent in the top-right corner. The dropdown gives you two options:- Save New Version — Update an existing agent with your changes.
- Save New Agent — Create a brand-new agent from the current configuration.

Save dropdown with Save New Version and Save New Agent options
Saved Agent
Once saved, your agent appears in the Agent Registry. Click the agent name to open its detail page.
Agent Registry — click the agent name to open its detail page
Overview
The Overview tab shows the full agent configuration at a glance — model, latest version, type, system instructions, connected MCP servers, attached skills, model parameters, and execution settings (sandbox, iteration limit, response format).
Agent detail page — Overview tab showing model, instructions, connected MCP servers, skills, model parameters, and execution settings
Agent Sessions
The Agent Sessions tab gives you a single place to see every session of this specific agent — scoped to the agent, so you can understand exactly how it is being used and by whom. Each row shows the creator, cost, turns, and duration; click a row to open the full session detail with per-turn metrics and traces. For the full walkthrough of the sessions list, session metrics, the event-type timeline, and traces — including the global cross-agent view — see Observability.Use in Code
If you want to integrate this agent into your application or automate it from a pipeline, the Use in Code tab has ready-to-copy Python and TypeScript snippets generated for this specific agent.
Use in Code tab with auto-generated Python and TypeScript snippets