Apps
Agents
The agent library and editor — create, configure, and ship agents from one screen.
In progress
The Agents app is currently hidden in production. It's visible in dev, and the editor still works as described below. See Canvases and widgets → Hidden apps in production.
Agents is where you manage every agent in the org.
Layout
CanvasAgentsCard is a two-card layout:
- Left — agent list card with:
- Search box
- Type filter pills (All / Assistants / Agents)
- Each row shows icon, name, type badge, and active model
- Right — selected agent's detail with General / Config / Tools tabs.
Inline editing on every field; save and delete are confirm-protected.
AgentFilterDropdown in the breadcrumb shows the live agent count
summary.
Creating an agent
Click + New agent to open the inline wizard:
- Type picker — Assistant or Agent. See Agents and Assistants.
- Template — Blank, Support Agent, Code Reviewer, Phone Agent, Outreach Agent, or Orchestrator.
- Details — name, model, system prompt.
Submitting persists the agent to Supabase via optimistic addAgent().
Tabs
General
- Name, ID, description
- Icon (Lucide picker) and accent color
- Workspace
Config
- Agent type (with Upgrade to Agent if it's an Assistant)
- Default model
- Sandbox mode and scope
- Template linkage (if instantiated from one)
Tools
- Allow / deny lists across 12+ built-in and Composio tools
- Toggle switches grouped by category (Built-in, Calendar & Email, Communication, Development)
- Sub-agents — pick which other agents this one can delegate to
If the agent's agent_type is 'agent', a Flow tab also appears (see
Pipelines).