Connect Your Entire Stack

Docukami integrates seamlessly with 50+ tools you already use. Centralize your knowledge without changing your workflow.

🔍
📝

Notion

Sync your Notion workspace

Available
📋

Confluence

Import Confluence pages

Available
📊

Airtable

Connect your bases

Available

Asana

Sync project data

Available
💻

GitHub

Index repositories & docs

Available
🦊

GitLab

Connect your projects

Available
🐙

Bitbucket

Sync code & wikis

Available
🎯

Jira

Import tickets & docs

Available
💬

Slack

Search conversations

Available
👥

Microsoft Teams

Index team chats

Available
💌

Discord

Search server messages

Coming Soon
📧

Gmail

Search email threads

Available
☁️

Google Drive

Index all files

Available
📦

Dropbox

Sync your folders

Available
📁

OneDrive

Connect Microsoft files

Available
🗂️

Box

Enterprise file sync

Available
💼

Salesforce

CRM data integration

Available
🎨

HubSpot

Marketing & sales data

Available
📈

Intercom

Customer conversations

Available
💬

Zendesk

Support ticket data

Available

Build Custom Integrations

Use our REST API to build custom integrations with any tool. Full documentation and SDKs available for Python, Node.js, and more.

View API Docs
# Connect custom data source import docukami client = docukami.Client(api_key="...") # Upload custom documents client.documents.create( source="custom_tool", content=data, metadata={ "author": "system", "category": "technical" } )