Skip to main content

Integrations

Miteos agents gain superpowers by connecting to external services. Each integration becomes a set of tools the agent can use during task execution.

Connection Types

TypeHow It WorksExamples
OAuthUser authorizes via popup, tokens stored encryptedGmail, Slack, GitHub, Notion
API KeyUser enters key, stored encrypted in vaultStripe, Telegram, Supabase
BrowserAgent logs in via stealth browser with your credentialsTwitter, LinkedIn, Instagram, TikTok
InternalBuilt-in Miteos engines, always availableTrading, Browser, Video, Ads, Email

Available Integrations

Communication

  • Gmail, Slack, Discord, Telegram

Productivity

  • Google Calendar, Google Drive, Notion, Airtable, Figma

Development

  • GitHub, Linear, Jira

Commerce

  • Stripe, Shopify

Social

  • Twitter/X, LinkedIn, Instagram, TikTok

Internal (Always Active)

  • Trading Engine, Stealth Browser, Video Generator, Ads Auditor, Email Agent, Social Agent, Lead Gen, Commerce Agent

Connecting

# OAuth integrations
POST /integrations/{id}/connect
# Returns: {"status": "requires_auth", "auth_url": "https://..."}

# API Key integrations
POST /integrations/{id}/connect
{"api_key": "sk-..."}

# Browser integrations
POST /integrations/{id}/connect
# Stores browser session marker

Managing

GET /integrations                          # List all with connection status
POST /integrations/{id}/disconnect         # Revoke access
GET /integrations/{id}/tools               # List available tools