Agent Templates
Start with pre-configured templates for common workflows. Templates provide pre-set model selection, tools, system prompts, skill sets, and personality configuration.
Using Templates
- Navigate to Agents > New Agent
- Select a template from the gallery
- Customize parameters as needed (model, tools, permissions)
- Save and start using your agent
Template Market & In-Composer Instant Summoning
The Template Market provides ready-to-use templates covering team collaboration and vertical domain expertise. Beyond browsing and installing from Agents > Template Market, you can discover and summon experts directly inside the chat input box (MessageInput / FlowPad):
- Featured Expert Chips: Context-aware recommendation chips above the composer let you summon featured squad templates with one click and prefill initial task prompts.
- In-Composer ”+” Summon Popover: Click the ”+” button in the composer toolbar to open the summon popover, search domain experts, inspect members and
use_cases, and upgrade your session without page reload.
- Three-Phase Council Guarantee: Team templates leverage the underlying three-phase Council topology (Independent Analysis ➔ Cross-Review Debate ➔ Chair Synthesis) with zero-copy sandbox artifact vaulting to eliminate single-model hallucinations.
Team Templates
Vertical Domain Expert Templates
Built-in Presets
27 built-in agents covering common use cases: General Assistant, Content Creator, Research Analyst, Code Developer, Translator, SEO Strategist, Social Intelligence, and more.
Agent Marketplace (Enterprise)
For teams and organizations, the Agent Marketplace lets members publish, discover, and install agent configurations across the org — turning individual expertise into shared organizational assets.
Publishing an Agent
When you publish an agent to the org marketplace:
- Dependency bundling — Skills, MCP tools, and SubAgents referenced by the agent are automatically bundled into the package
- Credential stripping — 7 categories of sensitive fields (
api_key, auth_token, secret, password, token, credentials, private_key) are recursively stripped before publishing
- Auto-versioning — Each publish increments the version number; previous versions remain accessible
Installing from Marketplace
- Browse the org marketplace from Agents > Marketplace
- Select an agent and click Install
- The agent profile is pushed to your sandbox with automatic ID remapping (no UUID conflicts) and dependency deduplication
- Configure your own API keys and start using the agent
Marketplace Features
New team members can get productive in minutes by installing proven agent configurations from the marketplace instead of building from scratch.
Safe upgrades & one-click rollback
Force-push updates are designed to never break what you customized locally:
None fields never overwrite — package fields serialized as empty are treated as “leave untouched”, so your local settings (memory policy, workspace policy, tool bindings) survive the update
- Local skill/subagent bindings are preserved — publisher-side IDs were remapped to your local store at install time and are never replaced by force-push
- Snapshot before every push — each update writes a
pre-force-push snapshot and emits an AGENT_CONFIG_UPDATED event; if the new version misbehaves, roll back with one click to the exact pre-upgrade configuration
- Secure channel — the Control Plane authenticates every push (token + package signature); a missing or wrong token is rejected with
403, and pushing to a non-existent target returns 404 (fail-closed)
Export, Import & Clone
Share agent configurations across instances or back them up.
Export
Export any agent as a JSON file from Agent Settings > Export. The export automatically strips sensitive authentication fields (api_key, auth_token, secret, password, token) to prevent credential leakage. Team agents are exported recursively — all SubAgent configurations are included.
Import
Import a previously exported agent JSON via Agent Settings > Import. Imported agents are always created as user agents (is_built_in=false), preventing malicious injection of system agents.
Clone
One-click clone creates an exact copy of any agent configuration. The clone receives a new UUID and name suffix, preserving all settings (prompts, tools, skills, model selection, personality).
Profile Time Machine
Every configuration change creates an automatic snapshot. Navigate to Agent Settings > Snapshots to browse up to 10 historical versions and roll back with one click — an industry-exclusive feature.
Creating Custom Templates
Save any configured agent as a reusable template:
- Configure an agent with your desired settings
- Navigate to Agent Settings > Save as Template
- Add a name, description, and category
- The template becomes available in your workspace gallery
Pipeline Templates
For complex multi-step workflows, use Pipeline Templates (powered by PipelineWizard):
- Defined as YAML frontmatter in Skill files
- Include discovery questions, role templates, and task graph seeds
- Generate a connected Kanban task DAG from a template
See Kanban & Orchestration for details on pipeline workflows.