What are Agent Templates?
Agent templates let you capture a complete agent configuration — instructions, capabilities, branding, and tool connections — as a portable.boostgpt file. Share it with others, reuse it across projects, or keep it as a backup.
Export
Save your agent’s full config as a
.boostgpt fileImport
Create a new agent or update an existing one from a template file
What’s Included in a Template
A.boostgpt file is plain JSON. When you export an agent, the template captures:
| Category | What’s included |
|---|---|
| Core | Name, model, instruction, reasoning type, chat mode |
| Features | Memory, user memory, heartbeat, workspace, web access, sandbox, notifications, workforce tools |
| Config | Max reply tokens, max agent steps, rate limits, no-answer reply |
| Branding | Theme, colors, logo, greeting messages, conversation starters, widget config, prompt templates, navigation, pricing plans |
| Tools | Tool names, connector slugs — credentials are never exported |
| Artifacts | Which artifact types are enabled (code, images, tables, etc.) |
| Uploads | File upload settings and accepted types |
Exporting a Template
- Open your agent in the dashboard
- Go to Settings → Agent Template
- Click Export template
- A
.boostgptfile downloads to your computer
Importing a Template
New agent
- Go to Create Agent
- Click Import from template
- Select your
.boostgptfile - Review the agent name and settings, then create
Existing agent
Apply a template to update an existing agent’s configuration:- Open your agent → Settings → Agent Template
- Click Import template
- Select your
.boostgptfile
Importing to an existing agent overwrites its configuration fields but does not rename the agent or delete existing tools that aren’t in the template.
Tools and Connectors
When a template includes predefined connectors (e.g. HubSpot, Slack, Twitter), BoostGPT automatically provisions the MCP server infrastructure during import — the tool appears in your Tools tab with its full function list ready to use. You still need to connect your credentials:- Go to the Tools tab after importing
- Click the tool that needs credentials
- Enter your API key or complete the OAuth flow
File Format
.boostgpt files are JSON with a fixed header:
.boostgpt but the content is standard JSON — you can open and edit it in any text editor.
Use Cases
- Share agent setups with your team or the community
- Reuse a proven configuration across multiple projects
- Version-control your agent — commit the
.boostgptfile to git alongside your code - Migrate between accounts — export from one workspace, import to another
Next Steps
Branding
Customize your agent’s appearance
Integrations
Connect tools to your agent