# BoostGPT Documentation ## Docs - [Create Agent](https://docs.boostgpt.co/api-reference/agent/create-agent.md): Create a new AI agent - [Delete Agent](https://docs.boostgpt.co/api-reference/agent/delete-agent.md): Delete a specific agent - [Get Agent](https://docs.boostgpt.co/api-reference/agent/get-agent.md): Fetch a specific agent by ID - [List Agents](https://docs.boostgpt.co/api-reference/agent/list-agents.md): Fetch a paginated list of all agents in a project - [Reset Agent Memory](https://docs.boostgpt.co/api-reference/agent/reset-agent-memory.md): Delete all memory sources associated with an agent - [Update Agent](https://docs.boostgpt.co/api-reference/agent/update-agent.md): Update an existing agent's configuration - [Get Dashboard Statistics](https://docs.boostgpt.co/api-reference/analytics/get-dashboard-statistics.md): Get dashboard statistics for an agent - [Get Error Analysis](https://docs.boostgpt.co/api-reference/analytics/get-error-analysis.md): Get error analysis for an agent - [Get Performance Metrics](https://docs.boostgpt.co/api-reference/analytics/get-performance-metrics.md): Get performance metrics for an agent - [Get Reasoning Summary](https://docs.boostgpt.co/api-reference/analytics/get-reasoning-summary.md): Get reasoning summary statistics for an agent - [Get Summary Statistics](https://docs.boostgpt.co/api-reference/analytics/get-summary-statistics.md): Get summary statistics for an agent - [Get Tool Usage Statistics](https://docs.boostgpt.co/api-reference/analytics/get-tool-usage-statistics.md): Get tool usage statistics for an agent - [Get User Behavior Statistics](https://docs.boostgpt.co/api-reference/analytics/get-user-behavior-statistics.md): Get user behavior statistics for an agent - [Get Vote Statistics](https://docs.boostgpt.co/api-reference/analytics/get-vote-statistics.md): Get all vote statistics for an agent - [Get Workflow Statistics](https://docs.boostgpt.co/api-reference/analytics/get-workflow-statistics.md): Get workflow statistics for an agent - [Authentication](https://docs.boostgpt.co/api-reference/authentication.md): Authenticate API requests - [Chat with Agent](https://docs.boostgpt.co/api-reference/chat/chat-with-agent.md): Send a message to an agent and receive a response - [Delete Chat History](https://docs.boostgpt.co/api-reference/chat/delete-chat-history.md): Delete a specific chat conversation - [Delete Message](https://docs.boostgpt.co/api-reference/chat/delete-message.md): Delete a specific chat message - [Execute Tool](https://docs.boostgpt.co/api-reference/chat/execute-tool.md): Execute a tool within a chat session (single or batch execution) - [Get Chat History](https://docs.boostgpt.co/api-reference/chat/get-chat-history.md): Fetch messages from a specific chat conversation - [Get Vote Status](https://docs.boostgpt.co/api-reference/chat/get-vote-status.md): Get the vote status for a specific chat message - [List All Chats](https://docs.boostgpt.co/api-reference/chat/list-all-chats.md): Fetch a paginated list of all chat conversations for an agent - [Vote on Message](https://docs.boostgpt.co/api-reference/chat/vote-on-message.md): Upvote or downvote a chat message - [Delete Email](https://docs.boostgpt.co/api-reference/email/delete-email.md): Delete a specific email - [Get Email](https://docs.boostgpt.co/api-reference/email/get-email.md): Fetch a single email with its conversation history - [Get Email Address](https://docs.boostgpt.co/api-reference/email/get-email-address.md): Get the agent's email address and email settings - [Get Email Stats](https://docs.boostgpt.co/api-reference/email/get-email-stats.md): Get email statistics for an agent - [List Emails](https://docs.boostgpt.co/api-reference/email/list-emails.md): Fetch all emails for an agent with pagination - [Reply to Email](https://docs.boostgpt.co/api-reference/email/reply-to-email.md): Send a manual reply to an email - [Update Email Settings](https://docs.boostgpt.co/api-reference/email/update-email-settings.md): Update email configuration for an agent - [Errors](https://docs.boostgpt.co/api-reference/errors.md): API error responses - [Configure Heartbeat](https://docs.boostgpt.co/api-reference/heartbeat/configure-heartbeat.md): Create or update a heartbeat configuration for an agent - [Delete Heartbeat](https://docs.boostgpt.co/api-reference/heartbeat/delete-heartbeat.md): Permanently delete a heartbeat configuration - [Disable Heartbeat](https://docs.boostgpt.co/api-reference/heartbeat/disable-heartbeat.md): Pause a heartbeat without deleting its configuration - [Enable Heartbeat](https://docs.boostgpt.co/api-reference/heartbeat/enable-heartbeat.md): Activate a heartbeat so it runs on its schedule - [Get Heartbeat](https://docs.boostgpt.co/api-reference/heartbeat/get-heartbeat.md): Get a single heartbeat configuration by UUID - [Get Heartbeat Logs](https://docs.boostgpt.co/api-reference/heartbeat/get-heartbeat-logs.md): Retrieve execution history for a bot's heartbeats - [Get Heartbeat Stats](https://docs.boostgpt.co/api-reference/heartbeat/get-heartbeat-stats.md): Get aggregated execution statistics for a bot's heartbeats - [List Heartbeats](https://docs.boostgpt.co/api-reference/heartbeat/list-heartbeats.md): List all heartbeat configurations for an agent - [Trigger Heartbeat](https://docs.boostgpt.co/api-reference/heartbeat/trigger-heartbeat.md): Manually trigger a single heartbeat execution for testing - [API Reference](https://docs.boostgpt.co/api-reference/introduction.md): BoostGPT REST API documentation - [Create Memory Source](https://docs.boostgpt.co/api-reference/memory/create-memory-source.md): Create a new memory source for an agent - [Delete Memory Source](https://docs.boostgpt.co/api-reference/memory/delete-memory-source.md): Delete a specific memory source - [Get Memory Source](https://docs.boostgpt.co/api-reference/memory/get-memory-source.md): Fetch a specific memory source by ID - [List Memory Sources](https://docs.boostgpt.co/api-reference/memory/list-memory-sources.md): Fetch a paginated list of all memory sources for an agent - [Search Agent Memory](https://docs.boostgpt.co/api-reference/memory/search-agent-memory.md): Search through an agent's memory using keywords and filters - [Update Memory Source](https://docs.boostgpt.co/api-reference/memory/update-memory-source.md): Update an existing memory source - [Rate Limits](https://docs.boostgpt.co/api-reference/rate-limits.md): API rate limiting - [List Subscribers](https://docs.boostgpt.co/api-reference/subscribers/list-subscribers.md): Fetch a paginated list of all subscribers/leads - [Configure Tool Settings](https://docs.boostgpt.co/api-reference/tools/configure-tool-settings.md): Configure multiple tool settings at once (bulk toggle) - [Create Tool](https://docs.boostgpt.co/api-reference/tools/create-tool.md): Create a new tool configuration for an agent - [Delete Tool](https://docs.boostgpt.co/api-reference/tools/delete-tool.md): Delete a tool configuration - [Get Tool](https://docs.boostgpt.co/api-reference/tools/get-tool.md): Get a specific tool configuration - [List Tools](https://docs.boostgpt.co/api-reference/tools/list-tools.md): Get all tools configured for an agent - [Refresh Tools](https://docs.boostgpt.co/api-reference/tools/refresh-tools.md): Refresh tools from MCP server - [Test Tool Connection](https://docs.boostgpt.co/api-reference/tools/test-tool-connection.md): Test connection to a tool server - [Toggle Tool](https://docs.boostgpt.co/api-reference/tools/toggle-tool.md): Toggle specific tool active status - [Update Tool](https://docs.boostgpt.co/api-reference/tools/update-tool.md): Update an existing tool configuration - [Fire Trigger Event](https://docs.boostgpt.co/api-reference/triggers/fire-trigger-event.md): Fire a proactive trigger event for an agent (public, no auth required, rate limited to 60 req/min) - [Get Trigger Config](https://docs.boostgpt.co/api-reference/triggers/get-trigger-config.md): Get the trigger configuration for an agent (public, no auth required) - [Count User Memories](https://docs.boostgpt.co/api-reference/user-memory/count-user-memories.md): Get the total count of memory entries for a specific user - [Delete User Memory](https://docs.boostgpt.co/api-reference/user-memory/delete-user-memory.md): Delete a specific user memory entry - [List User Memories](https://docs.boostgpt.co/api-reference/user-memory/list-user-memories.md): List all user memory entries for an agent - [Create File](https://docs.boostgpt.co/api-reference/workspace/create-file.md): Create a new file in a workspace - [Create Workspace](https://docs.boostgpt.co/api-reference/workspace/create-workspace.md): Create a new workspace for an agent - [Delete File](https://docs.boostgpt.co/api-reference/workspace/delete-file.md): Delete a file from a workspace (soft delete) - [Delete Workspace](https://docs.boostgpt.co/api-reference/workspace/delete-workspace.md): Delete a workspace and all its files. The default workspace cannot be deleted. - [List Files](https://docs.boostgpt.co/api-reference/workspace/list-files.md): List all files in a workspace - [List Workspaces](https://docs.boostgpt.co/api-reference/workspace/list-workspaces.md): List all workspaces for an agent and the authenticated user - [Read File](https://docs.boostgpt.co/api-reference/workspace/read-file.md): Read a single file from a workspace - [Rename/Move File](https://docs.boostgpt.co/api-reference/workspace/renamemove-file.md): Rename or move a file (or folder) within a workspace - [Update File](https://docs.boostgpt.co/api-reference/workspace/update-file.md): Update the content of a file in a workspace - [Agent Templates](https://docs.boostgpt.co/creators/agent-templates.md): Export and import full agent configurations as portable .boostgpt files - [Analytics](https://docs.boostgpt.co/creators/analytics.md): Track your agent's performance - [Branding](https://docs.boostgpt.co/creators/branding.md): Customize your agent's appearance - [Built-in Tools](https://docs.boostgpt.co/creators/built-in-tools.md): Everything your agent can do in Agent mode - [Deploy](https://docs.boostgpt.co/creators/deploy.md): Share your agent page with the world - [Custom Domain](https://docs.boostgpt.co/creators/guides/custom-domain.md): Use your own domain for agent page - [Export Subscribers](https://docs.boostgpt.co/creators/guides/export-subscribers.md): Export your leads and subscribers - [Increase Conversions](https://docs.boostgpt.co/creators/guides/increase-conversions.md): Optimize your agent for more leads - [Heartbeat](https://docs.boostgpt.co/creators/heartbeat.md): Your agent runs autonomously on a schedule - [Calendar Integration](https://docs.boostgpt.co/creators/integrations/calendar.md): Connect scheduling tools - [CRM Integration](https://docs.boostgpt.co/creators/integrations/crm.md): Connect your CRM - [Email Tools](https://docs.boostgpt.co/creators/integrations/email-tools.md): Connect email marketing platforms - [Integrations](https://docs.boostgpt.co/creators/integrations/overview.md): Connect your favorite tools - [Creators](https://docs.boostgpt.co/creators/introduction.md): Build AI agents without code - [Lead Capture](https://docs.boostgpt.co/creators/lead-capture.md): Collect visitor emails automatically - [Quickstart](https://docs.boostgpt.co/creators/quickstart.md): Create your first AI agent in 5 minutes - [Training Your Agent](https://docs.boostgpt.co/creators/training-your-agent.md): Teach your agent about your business - [User Memory](https://docs.boostgpt.co/creators/user-memory.md): Your agent remembers each user across conversations - [Workspaces](https://docs.boostgpt.co/creators/workspaces.md): Your agent's sandbox file system - [Deployment](https://docs.boostgpt.co/developers/deployment.md): Deploy your BoostGPT bots to production - [Error Handling](https://docs.boostgpt.co/developers/error-handling.md): Handle errors gracefully in your BoostGPT applications - [Installation](https://docs.boostgpt.co/developers/installation.md): Install BoostGPT SDKs - [Developers](https://docs.boostgpt.co/developers/introduction.md): Build AI agents programmatically with BoostGPT SDKs - [Quickstart](https://docs.boostgpt.co/developers/quickstart.md): Build your first bot in 5 minutes - [Rate Limits](https://docs.boostgpt.co/developers/rate-limits.md): Understand API rate limits and best practices - [Troubleshooting](https://docs.boostgpt.co/developers/troubleshooting.md): Debug common issues with BoostGPT - [Webhooks](https://docs.boostgpt.co/developers/webhooks.md): Receive real-time events from BoostGPT - [Basic Bot Example](https://docs.boostgpt.co/examples/basic-bot.md): Build a simple AI agent from scratch - [Custom Adapter Example](https://docs.boostgpt.co/examples/custom-adapter.md): Build a custom platform adapter for the Router SDK - [Multi-Channel Bot](https://docs.boostgpt.co/examples/multi-channel.md): Deploy your bot to Discord, Telegram, Slack, and more - [Bot with Integrations](https://docs.boostgpt.co/examples/with-integrations.md): Build a bot with custom tools and MCP integrations - [Introduction](https://docs.boostgpt.co/index.md): Build AI agents once. Deploy everywhere. Connect to anything. - [Asana](https://docs.boostgpt.co/integrations/connectors/asana.md): Manage projects and tasks - [Cal.com](https://docs.boostgpt.co/integrations/connectors/cal-com.md): Open-source scheduling platform - [Calendly](https://docs.boostgpt.co/integrations/connectors/calendly.md): Schedule meetings and manage availability - [ClickUp](https://docs.boostgpt.co/integrations/connectors/clickup.md): Work management platform - [Datadog](https://docs.boostgpt.co/integrations/connectors/datadog.md): Monitoring and analytics platform - [GitHub](https://docs.boostgpt.co/integrations/connectors/github.md): Code repository management - [Google Calendar](https://docs.boostgpt.co/integrations/connectors/google-calendar.md): Schedule and manage events with Google Calendar - [HubSpot](https://docs.boostgpt.co/integrations/connectors/hubspot.md): Manage contacts, deals, and CRM data - [Jira](https://docs.boostgpt.co/integrations/connectors/jira.md): Track issues and manage projects - [Kling AI](https://docs.boostgpt.co/integrations/connectors/kling-ai.md): AI video generation - [Linear](https://docs.boostgpt.co/integrations/connectors/linear.md): Issue and project tracking - [Luma Labs](https://docs.boostgpt.co/integrations/connectors/luma-labs.md): 3D capture and AI video - [Mailchimp](https://docs.boostgpt.co/integrations/connectors/mailchimp.md): Manage email marketing campaigns - [Mapbox](https://docs.boostgpt.co/integrations/connectors/mapbox.md): Maps and location services - [Monday.com](https://docs.boostgpt.co/integrations/connectors/monday.md): Team collaboration platform - [Netlify](https://docs.boostgpt.co/integrations/connectors/netlify.md): Web hosting and deployment - [Notion](https://docs.boostgpt.co/integrations/connectors/notion.md): Manage notes and knowledge base - [OpenWeatherMap](https://docs.boostgpt.co/integrations/connectors/openweathermap.md): Weather data and forecasts - [Pre-built Connectors](https://docs.boostgpt.co/integrations/connectors/overview.md): Browse all available BoostGPT connectors - [Pexels](https://docs.boostgpt.co/integrations/connectors/pexels.md): Free stock photos and videos - [Runway](https://docs.boostgpt.co/integrations/connectors/runway.md): AI video generation and editing - [SendGrid](https://docs.boostgpt.co/integrations/connectors/sendgrid.md): Send transactional emails - [Sentry](https://docs.boostgpt.co/integrations/connectors/sentry.md): Error tracking and monitoring - [Stability AI](https://docs.boostgpt.co/integrations/connectors/stability-ai.md): AI image generation - [Substack](https://docs.boostgpt.co/integrations/connectors/substack.md): Newsletter publishing platform - [Trello](https://docs.boostgpt.co/integrations/connectors/trello.md): Manage Kanban boards and cards - [Unsplash](https://docs.boostgpt.co/integrations/connectors/unsplash.md): Free stock photography - [UptimeRobot](https://docs.boostgpt.co/integrations/connectors/uptimerobot.md): Website uptime monitoring - [Vercel](https://docs.boostgpt.co/integrations/connectors/vercel.md): Deployment platform - [Authentication](https://docs.boostgpt.co/integrations/custom/authentication.md): Configure authentication for custom connectors - [OpenAPI Import](https://docs.boostgpt.co/integrations/custom/openapi.md): Generate MCP servers from OpenAPI specifications - [Custom Integrations](https://docs.boostgpt.co/integrations/custom/overview.md): Build your own MCP connectors - [Postman Collection Import](https://docs.boostgpt.co/integrations/custom/postman.md): Create MCP servers from Postman collections - [Using with BoostGPT Agents](https://docs.boostgpt.co/integrations/external/boostgpt-agents.md): Connect MCP servers to your BoostGPT agents - [Using with ChatGPT](https://docs.boostgpt.co/integrations/external/chatgpt.md): Connect BoostGPT MCP servers to ChatGPT - [Using with Claude Desktop](https://docs.boostgpt.co/integrations/external/claude-desktop.md): Connect BoostGPT MCP servers to Claude Desktop - [External MCP Servers](https://docs.boostgpt.co/integrations/external/overview.md): Use BoostGPT MCP servers with other AI agents - [Integration Best Practices](https://docs.boostgpt.co/integrations/guides/best-practices.md): Best practices for building and using integrations - [Debugging Integrations](https://docs.boostgpt.co/integrations/guides/debugging.md): How to debug MCP integration issues - [Testing](https://docs.boostgpt.co/integrations/guides/testing.md) - [Integrations](https://docs.boostgpt.co/integrations/introduction.md): Connect your agents to external tools and services - [MCP Overview](https://docs.boostgpt.co/integrations/mcp-overview.md): Understanding the Model Context Protocol - [Integration Quickstart](https://docs.boostgpt.co/integrations/quickstart.md): Set up your first integration in 5 minutes - [Anthropic](https://docs.boostgpt.co/providers/anthropic.md): Use Claude models from Anthropic in your BoostGPT agents - [Bring Your Own Keys (BYOK)](https://docs.boostgpt.co/providers/bring-your-own-keys.md): Use your own API keys from AI providers with BoostGPT - [Cohere](https://docs.boostgpt.co/providers/cohere.md): Use Cohere models in your BoostGPT agents - [DeepSeek](https://docs.boostgpt.co/providers/deepseek.md): Use DeepSeek models in your BoostGPT agents - [Google AI (Gemini)](https://docs.boostgpt.co/providers/google.md): Use Gemini models from Google in your BoostGPT agents - [Groq](https://docs.boostgpt.co/providers/groq.md): Use ultra-fast LLM inference with Groq - [Mistral AI](https://docs.boostgpt.co/providers/mistral.md): Use Mistral models in your BoostGPT agents - [Model Comparison](https://docs.boostgpt.co/providers/model-comparison.md): Compare AI models across all providers - [Ollama](https://docs.boostgpt.co/providers/ollama.md): Run local AI models with Ollama - [OpenAI](https://docs.boostgpt.co/providers/openai.md): Use GPT models from OpenAI in your BoostGPT agents - [Providers & Models](https://docs.boostgpt.co/providers/overview.md): Choose from 50+ AI models across 9 providers—or bring your own - [Reasoning Models](https://docs.boostgpt.co/providers/reasoning-models.md): Deep dive into advanced reasoning models - [xAI](https://docs.boostgpt.co/providers/xai.md): Use Grok models from xAI in your BoostGPT agents - [Best Practices](https://docs.boostgpt.co/saas/best-practices.md): Tips for deploying an effective chat widget and proactive triggers - [API Reference](https://docs.boostgpt.co/saas/chat-widget/api-reference.md): Programmatic controls for the chat widget - [Configuration](https://docs.boostgpt.co/saas/chat-widget/configuration.md): Customize widget appearance and behavior - [Installation](https://docs.boostgpt.co/saas/chat-widget/installation.md): Add a floating chat widget to any website - [SSO (Single Sign-On)](https://docs.boostgpt.co/saas/chat-widget/sso.md): Auto-identify users in the widget using JWT tokens - [Event Triggers](https://docs.boostgpt.co/saas/chat-widget/triggers.md): Show proactive messages based on application events - [Creating Events](https://docs.boostgpt.co/saas/events/creating-events.md): How to create and manage events in the dashboard - [Events Overview](https://docs.boostgpt.co/saas/events/overview.md): Understand how events and context work together - [Prompt Templates](https://docs.boostgpt.co/saas/events/prompt-templates.md): Using context variables to create dynamic agent prompts - [Checkout Abandonment](https://docs.boostgpt.co/saas/guides/checkout-abandonment.md): Recover abandoned carts with proactive AI assistance - [Customer Support Widget](https://docs.boostgpt.co/saas/guides/customer-support-widget.md): Deploy an always-on AI support agent on your website - [Error Handling](https://docs.boostgpt.co/saas/guides/error-handling.md): Help users recover gracefully from errors - [Feature Discovery](https://docs.boostgpt.co/saas/guides/feature-discovery.md): Proactively introduce features users might find useful - [Onboarding Friction](https://docs.boostgpt.co/saas/guides/onboarding-friction.md): Help users who get stuck during signup or setup - [SaaS](https://docs.boostgpt.co/saas/introduction.md): AI chat widget with proactive triggers for your website - [Quickstart](https://docs.boostgpt.co/saas/quickstart.md): Set up the chat widget and your first trigger in 5 minutes - [Core SDK API Reference](https://docs.boostgpt.co/sdk/core/api-reference.md): Complete reference for all Core SDK methods - [Bot Management](https://docs.boostgpt.co/sdk/core/bot-management.md): Create, update, and manage bots with the Core SDK - [Built-in Tools](https://docs.boostgpt.co/sdk/core/built-in-tools.md): Complete reference for all agent built-in tools - [Chat API](https://docs.boostgpt.co/sdk/core/chat-api.md): Send messages and receive AI responses - [Heartbeat API](https://docs.boostgpt.co/sdk/core/heartbeat.md): Create and manage autonomous agent schedules via the API - [Core SDK Installation](https://docs.boostgpt.co/sdk/core/installation.md): Install and configure the BoostGPT Core SDK - [Core SDK Overview](https://docs.boostgpt.co/sdk/core/overview.md): Build and manage AI agents with the BoostGPT Core SDK - [Training Data](https://docs.boostgpt.co/sdk/core/training-data.md): Add knowledge and context to your bots - [User Memory](https://docs.boostgpt.co/sdk/core/user-memory.md): Manage per-user memories stored by your agent - [Workspaces](https://docs.boostgpt.co/sdk/core/workspaces.md): Sandbox file system for AI agents - [Crisp Adapter](https://docs.boostgpt.co/sdk/router/adapters/crisp.md): Deploy your bot to Crisp live chat - [Discord Adapter](https://docs.boostgpt.co/sdk/router/adapters/discord.md): Deploy your bot to Discord - [Adapters Overview](https://docs.boostgpt.co/sdk/router/adapters/overview.md): Deploy bots to multiple messaging platforms - [Slack Adapter](https://docs.boostgpt.co/sdk/router/adapters/slack.md): Deploy your bot to Slack - [Telegram Adapter](https://docs.boostgpt.co/sdk/router/adapters/telegram.md): Deploy your bot to Telegram - [WhatsApp Adapter](https://docs.boostgpt.co/sdk/router/adapters/whatsapp.md): Deploy your bot to WhatsApp - [Router SDK API Reference](https://docs.boostgpt.co/sdk/router/api-reference.md): Complete reference for the Router SDK - [Custom Adapters](https://docs.boostgpt.co/sdk/router/custom-adapters.md): Build your own channel adapters - [Router Getting Started](https://docs.boostgpt.co/sdk/router/getting-started.md): Build your first multi-channel bot in 10 minutes - [Router SDK Installation](https://docs.boostgpt.co/sdk/router/installation.md): Install and configure the BoostGPT Router SDK - [Message Handling](https://docs.boostgpt.co/sdk/router/message-handling.md): Handle messages, commands, and custom logic - [Router SDK Overview](https://docs.boostgpt.co/sdk/router/overview.md): Deploy bots across Discord, Telegram, Slack, WhatsApp, and more ## OpenAPI Specs - [openapi](https://docs.boostgpt.co/api-reference/openapi.json)