Integrations & API
Connect Drag to the tools your team already uses.
5,000+ apps. Zero switching.
Drag connects to your CRM, helpdesk, project tools, and more, through Zapier, native integrations, and a REST API. Your workflow stays in Gmail. Everything else plugs in.
Per seat, from $12/mo · 7-day free trial
Built-in, not bolted on.
Native integrations work out of the box. No middleware, no connectors. Just connect and go.
NATIVE INTEGRATIONS
Google Workspace
Drag is built for Google. These just work.
Gmail
Your inbox IS the workspace
Google Calendar
Auto-create events from tasks
Google Drive
Attach files from Drive
Google Groups
Turn Groups into shared inboxes
Manage WhatsApp in Gmail
VIA ZAPIER
5,000+ apps
Connect anything through Zapier. No code required.
Stripe
Trigger on charges, refunds
Slack
Post notifications, alerts
HubSpot
Sync contacts and deals
Salesforce
CRM sync, lead creation
Linear
Create issues from email
AGENT CONNECTIONS
Knowledge + Actions
What the Drag Agent reads from and acts on.
Notion
Knowledge base source
Confluence
Docs and SOPs
Zendesk
Ticket creation and sync
Help docs & PDFs
Upload any document
URLs & websites
Crawl any public page
Four ways to connect.
No-code, low-code, full API, or AI-native. Pick the path that fits your team.
Zapier
Connect Drag to 5,000+ apps with visual workflows. "When email arrives in Support board, create a Jira ticket." Set up in minutes, no developer needed.
Browse Zapier templatesGoogle Workspace
Gmail, Calendar, Drive, Groups, Contacts, all connected natively. No setup, no middleware. Drag is a Google Workspace app, so everything just works.
Learn moreREST API
Build custom integrations, create cards programmatically, automate workflows from external systems. Full API documentation with auth, endpoints, and examples.
View API docsMCP Server
Connect your inbox to Claude, ChatGPT, Gemini, Copilot, Cursor, or any MCP-compatible AI tool. One npx command, 47 tools, natural language control.
Connect via MCPFor developers.
REST API and MCP server. Build anything on top of Drag, or connect your AI tools with a single command.
The Drag API gives you programmatic access to boards, cards, tags, and email operations. The MCP server gives AI tools the same access. 47 tools, one install command.
Authenticate with an API key. Base URL: v2/. JSON responses. Standard HTTP status codes. Rate-limited at 100 requests/minute.
// List all boards for authenticated user
const response = await fetch('https://api.dragapp.com/v2/boards', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
}
});
// Install and connect from any AI tool
$ npx -y @dragapp/mcp-server
Model Context Protocol
Connect via MCP.
Give any MCP-compatible AI tool (Claude, ChatGPT, Gemini, Copilot, Cursor, and more) full access to your boards, emails, cards, contacts, and analytics. 47 tools, one install command.
{
"mcpServers": {
"dragapp": {
"command": "npx",
"args": ["-y", "@dragapp/mcp-server"],
"env": {
"DRAG_API_KEY": "your-api-key"
}
}
}
}AI Platform
The inbox your team and your AI work in together
Shared inbox, boards, live chat, and WhatsApp with AI included, in Gmail and beyond, plus an MCP server your AI tools can drive.