Skip to main content
GAIA integrates with over 50 popular apps and services, allowing you to automate tasks, sync data, and build powerful workflows powered by AI.

Integration Categories

Communication

Gmail

Manage emails, compose messages, and organize your inbox with AI assistance

Slack

Send messages, manage channels, and automate team communication

Microsoft Teams

Collaborate with teams, send messages, and manage channels

Google Meet

Schedule and manage video meetings

AgentMail

Email inbox API for AI agents - gives agents their own email addresses

Productivity

Google Calendar

Schedule meetings and manage calendar events

Notion

Manage pages, databases, and workspace content

Google Docs

Create, edit, and share documents

Google Sheets

Create, read, and update spreadsheets

Google Tasks

Create and manage your to-do lists

Todoist

Advanced task management and productivity workflows

Todos

Built-in task management with AI assistance

Reminders

Schedule time-based reminders and notifications

Goals

Track long-term goals and roadmaps

Trello

Visual project management with boards and cards

ClickUp

Comprehensive project and task management

Google Maps

Search locations, get directions, and manage place information

Perplexity

AI-powered web search with citations

Developer Tools

GitHub

Manage repositories, issues, and pull requests

Linear

Issue tracking and project management for developers

DeepWiki

AI-powered documentation for any GitHub repository

Context7

Version-specific documentation and code examples for libraries

Browserbase

Cloud-based headless browser automation and web scraping

Business & CRM

HubSpot

CRM contacts, deals, and sales automation

Asana

Project management and team workflows

Airtable

Database and workflow management

PostHog

Product analytics and experimentation platform

Social Media

Twitter

Post tweets, read timelines, and manage your account

LinkedIn

Share posts and engage with professional network

Reddit

Post content and engage with communities

Instagram

Manage account, post content, and engage with audience

Lifestyle

Instacart

Search grocery products and recipes

Yelp

Search local businesses and read reviews

News & Content

Hacker News

Browse tech news stories and discussions

Integration Types

GAIA supports three types of integrations:

Platform Integrations

Pre-built integrations managed by GAIA. These integrations are thoroughly tested and optimized for the best AI experience.

Custom MCP Integrations

Create custom integrations using the Model Context Protocol (MCP) standard. Connect to any MCP server to extend GAIA’s capabilities.

Internal Integrations

Built-in GAIA features like Todos, Reminders, and Goals that don’t require external authentication.

Authentication Methods

Integrations use different authentication methods:
  • OAuth 2.0: Most third-party services (Gmail, Slack, GitHub, etc.)
  • Bearer Token: Some MCP servers require API keys
  • No Authentication: Public MCP servers and internal tools

Getting Started

1

Browse Integrations

Explore available integrations in the GAIA app under Settings > Integrations
2

Connect Integration

Click on an integration and follow the authentication flow
3

Use in Chat

Once connected, GAIA can automatically use the integration to help you
4

Build Workflows

Create automated workflows combining multiple integrations

AI-Powered Integration Usage

GAIA uses specialized AI agents for each integration category:
  • Subagents: Dedicated AI assistants for complex integrations (Gmail, Calendar, Slack)
  • Direct Tools: Simple tool calls for straightforward operations
  • Smart Routing: GAIA automatically determines the best integration to use

Custom Integrations

Build your own integrations using the MCP protocol:
// Example: Connect to a custom MCP server
{
  "name": "My Custom Tool",
  "serverUrl": "https://mcp.example.com",
  "requiresAuth": true,
  "authType": "bearer"
}
Learn more in the Custom Integrations Guide.

Build docs developers (and LLMs) love