Workspace Modes

Agents

The agent library and editor — create, configure, and ship agents from one screen.

Agents is where you manage every agent in the workspace.

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:

  1. Type picker — Assistant or Agent. See Agents and Assistants.
  2. Template — Blank, Support Agent, Code Reviewer, Phone Agent, Outreach Agent, or Orchestrator.
  3. 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).

The Office canvas

For the bird's-eye view of every agent in the workspace, switch to the Office mode. Delegation edges between agents become explicit there.

Where to go next

On this page