Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.buildai.space/llms.txt

Use this file to discover all available pages before exploring further.

Digital employees authorize against external services using OAuth — you click Connect, authorize BuildAI in the popup, and your employee can read and write through that service from inside chat. We handle the OAuth flow, token refresh, and scope management for every connector below.
Don’t see what you need? Your employee can also call any HTTP API directly. See Custom integrations for how to wire one up.

Email & messaging

ServiceWhat your digital employee can do
GmailGoogle’s email service. Read inbox, draft replies, summarise threads, send messages.
OutlookMicrosoft’s email and calendaring platform. Manage mail and events from the same workspace.
SlackChannel-based messaging. Post updates, reply in threads, search history, DM teammates.
Microsoft TeamsChat, video meetings, and file storage in Microsoft 365 — distributed-team collaboration.
WhatsApp BusinessMessage customers through the WhatsApp Business API. (Business accounts only — not personal.)

Calendar & scheduling

ServiceWhat your digital employee can do
Google CalendarRead your week, book meetings, block focus time, shift conflicts.
CalendlyAutomate meeting invitations, availability checks, and reminders without the email back-and-forth.

Files & docs

ServiceWhat your digital employee can do
Google DriveCloud storage — upload, share, search, and pull files into agent context.
Google DocsReal-time word processor with version history and Workspace integration.
Google SheetsCloud spreadsheets — analyse, collaborate, and pull live numbers.
Google SlidesCloud presentations with templates and Workspace integration.
DropboxFile syncing, sharing, and version control across devices.
OneDriveMicrosoft’s cloud storage — sync, share, and collaborate across devices.
ExcelMicrosoft’s spreadsheet app — formulas, charts, pivot tables, data analysis.
NotionNotes, docs, wikis, and tasks in one workspace — custom workflows for collaboration.

CRM & sales

ServiceWhat your digital employee can do
HubSpotInbound marketing, sales, and customer service CRM with email automation and analytics.
StripePayment infrastructure and APIs — accept and manage payments globally.
MailchimpEmail marketing and automation — campaigns, segmentation, and performance analytics.
QuickBooksCloud accounting — track income and expenses, manage finances, get business insights.

Tasks & projects

ServiceWhat your digital employee can do
TrelloWeb-based, kanban-style, list-making project management.
ClickUpTasks, docs, goals, and chat unified — customizable workflows across projects.
monday.comCustomizable work management — project planning, collaboration, and automation.
AirtableSpreadsheet-meets-database — organize projects, track tasks, build views and automations.
Google TasksSimple to-do list integrated into Gmail and Google Calendar.

Marketing & social

ServiceWhat your digital employee can do
FacebookSocial media and ads platform — post, manage Pages, and run promotions. (Pages only — not personal accounts.)
InstagramPhoto, video, and story sharing. (Business and Creator accounts only — not personal.)
LinkedInProfessional networking — share content, connect, and discover business opportunities.
YouTubeVideo sharing, live streaming, and monetization for marketing, education, and entertainment.
TypeformBuild interactive forms — collect data, accept payments, integrate with your stack.
CanvaDrag-and-drop design — social graphics, presentations, marketing materials with templates.

Analytics & support

ServiceWhat your digital employee can do
Google AnalyticsTrack website traffic, user behaviour, and conversion data to optimize performance.
ZendeskCustomer support — ticketing, live chat, and knowledge base for helpdesk operations.

Custom APIs

If a service you need isn’t listed above, your employee can still talk to it through a custom integration - simply describe the API in plain English and BuildAI will generate the calls and authentication scaffolding automatically. Your employee will use it just like any built-in connector.

Example: Mailtrap Email Integration

Mailtrap is an email delivery platform that helps send, test, and manage emails through APIs and SMTP. You can use it for sending transactional emails, notifications, marketing emails, and testing email workflows. You can connect Mailtrap to your digital employee or AI app using an API key. For example, you can simply tell your employee:
“Use Mailtrap to send welcome emails to new users”
or:
“Send outreach emails using Mailtrap”
BuildAI will understand the integration request and automatically guide you through the setup process. When needed, a secure popup will appear asking for your Mailtrap API key. Your credentials stay secure and are not exposed directly in prompts or workflows. Don’t know where to find your API key? Your digital employee can guide you step-by-step through the process. Example instruction:
“Help me connect Mailtrap”
For reference, this guide explains how to retrieve your Mailtrap API token: Mailtrap API Token Guide The same integration approach works for both:
  • Digital Employees
  • AI Apps built with BuildAI
See Custom integrations to wire one up.