- Check which agents are active, idle, or paused right now.
- Add a new specialized agent to the swarm.
- Take an agent offline temporarily without removing it.
Prerequisites
- You are signed in. The Agents page only loads swarm data for an authenticated user.
- Your workspace has access to the swarm API. All actions below call the swarm agents API under the hood.
View live agent status
Open the Agents page to see one card per agent. Each card shows:- Name and role: the agent’s identifier and its specialization, such as Lead Enrichment Specialist or Full-Stack Software Engineer.
- Status:
active,idle,paused, orerror. - Uptime: the agent’s reported availability.
- Tasks completed: a running count of finished tasks.
- Base model: the LLM the agent runs on.
Deploy a new agent
- On the Agents page, select Deploy New Agent.
- In the Deploy Agent to Swarm modal, enter a Codename for the agent, for example
Inbound-SDR-Node-03. - Select a Specialized Role from the list, such as Lead Enrichment Specialist, Founder Outreach Matrix Copywriter, Full-Stack Software Engineer, Financial Reconciliation Auditor, Autonomous Task Router, or SEO & Authority Content Writer.
- Choose a base LLM. Options include Gemini 2.5 Flash (ultra-fast, low latency), Gemini 1.5 Pro (deep reasoning), Claude 3.7 Sonnet (advanced coding), and GPT-4o Mini (cost optimized). If you skip this step, the agent deploys on
gemini-2.5-flash. - Select Confirm & Launch.
active and appears at the top of the agent list. A confirmation toast names the deployed agent. Name and role are required; the deploy request fails with a 400 if either is missing.
Pause or resume an agent
Each agent card has a toggle action:- Pause Node stops an
activeagent and sets its status topaused. - Activate returns a
pausedagent toactive.
Related
- Swarm agents API: endpoint details for listing, deploying, and toggling agents programmatically.

