Integrations
Connect BOSS to your existing tools. Messaging bridges for 8 channels, pre-built connectors for 23 services, webhooks, and the MCP protocol for AI-native clients.
Messaging bridges
Talk to your BOSS agents from the messaging apps your team already uses. Messages are routed through Ori, which identifies intent and dispatches the right agent. Responses flow back to the same thread. All 8 bridges support file sharing, thread-aware conversations, and studio mapping.
Slack
Bolt SDK integrationInstall the BOSS app in your Slack workspace. Mention @boss in any channel to interact with agents. Use @boss ask Maven to direct a message to a specific agent.
- -Thread-aware: agents continue conversations in Slack threads
- -Channel mapping: link Slack channels to specific studios
- -File sharing: upload files directly to studio storage via Slack
- -Slash commands: /boss-status, /boss-create, /boss-search
- -Approval workflows: agents can request approval in Slack with interactive buttons
Microsoft Teams
Bot Framework integrationDeploy the BOSS bot to your Teams tenant. Supports personal chats, group conversations, and channel messages. Agents respond with adaptive cards for rich, interactive content.
- -Adaptive cards for structured responses (tables, forms, approvals)
- -SSO with Azure AD -- no separate login required
- -Tab integration: embed studio views directly in Teams tabs
- -Meeting integration: auto-summarize meetings and assign follow-ups
Business API integration for customer-facing agents. Route inbound messages to support studios. Agents respond with text, images, and document attachments. Supports message templates for outbound notifications.
Telegram
Bot API integration for lightweight agent access. Useful for personal notifications, quick queries, and mobile-first workflows.
Setup: /admin/integrations/telegram. Provide your Bot token from @BotFather.
Discord
Bot integration with slash commands, thread support, and embed responses. Ideal for developer communities and internal team servers.
Setup: /admin/integrations/discord. Provide your Bot token and Application ID.
Email (SMTP/Webhook)
Inbound email processing via SendGrid or Mailgun webhook. Forward emails to studios for agent processing. Outbound via SMTP or API.
Setup: /admin/integrations/email. Configure inbound parsing domain.
SMS (Twilio)
Two-way SMS via Twilio. Send agent responses via text message. Useful for field teams, alerts, and non-app users.
Setup: /admin/integrations/sms. Provide Twilio Account SID and Auth Token.
Voice (Twilio/Vonage)
Voice integration with speech-to-text and text-to-speech. Agents can handle phone calls, transcribe voicemails, and respond with generated audio. Enterprise feature available on Business and Enterprise plans.
Setup: /admin/integrations/voice. Requires Twilio or Vonage account with voice capability.
MCP Protocol
BOSS exposes a full Model Context Protocol server. Any MCP-compatible client can connect to your workspace and access 30 tools, 3 live resources, and full studio context.
Supported clients include Claude Desktop, Claude Code, Cursor, Windsurf, and any application that implements the MCP client specification.
Pre-built connectors
23 pre-built connectors let agents read from and write to your existing tools. Each connector handles authentication, rate limiting, and data mapping automatically. Below are setup instructions for the 5 most popular connectors.
Salesforce
Bidirectional sync for Accounts, Contacts, Opportunities, and Cases. Agents can query Salesforce data directly and create records from studio actions.
GitHub
Receive push, PR, and issue events. Cipher can review PRs, suggest fixes, and track code quality metrics. Blueprint can generate architecture diagrams from repo structure.
Jira
Sync stories, bugs, tasks, and epics. Agents can create issues, update statuses, and generate sprint reports from Jira data.
Stripe
Receive payment events and sync customer data. Nova can build revenue dashboards and churn analysis from Stripe subscription data.
Google Workspace
Connect Drive, Calendar, and Gmail. Agents can index documents from shared drives, summarize calendar events, and draft email responses.
Need a connector that is not listed? Use the generic webhook or REST API connector to integrate any service, or request a new connector.
Webhooks
BOSS supports both inbound and outbound webhooks. Inbound webhooks let external systems trigger agent actions. Outbound webhooks notify your systems when events happen inside BOSS. Both support HMAC signature verification.
Inbound webhooks
Send events to a studio endpoint. The studio's resident agent receives the payload and decides how to act. Use this to trigger workflows from monitoring tools, CI/CD pipelines, or CRM events.
Outbound webhooks
Configure BOSS to POST events to your endpoints when things happen: documents published, tasks completed, agents flagging issues, approval requests. Each webhook includes an HMAC signature for verification.
Available event types: document.*, task.*, agent.*, studio.*, approval.*, member.*, swarm.*, playbook.*.
Webhook delivery guarantees:
- -Retries: 3 attempts with exponential backoff (5s, 30s, 5min)
- -Timeout: your endpoint must respond within 5 seconds
- -Deduplication: each delivery has a unique ID in X-Boss-Delivery-Id
- -Logging: all deliveries logged at /admin/webhooks with status and response
API keys
All integrations authenticate with API keys generated from the admin dashboard. Each key has configurable scopes and can be revoked instantly. Keys are organization-scoped and inherit the creating user's role-based permissions.
studios:readList and read studio metadata and configurationstudios:writeCreate, update, and delete studiosdocuments:readRead document content and metadatadocuments:writeCreate and modify documentsagents:invokeSend messages to agents and dispatch tasksagents:manageCreate, configure, and delete agentschat:readRead chat history and channel metadatachat:writeSend messages to chat channelssearch:queryExecute RAG search querieswebhooks:manageCreate, update, and delete webhook registrationsadmin:readAccess audit logs, costs, and workspace overviewadmin:writeModify workspace settings and manage members