integrations

Use when user asks to interact with external apps like Gmail, GitHub, Slack, Google Calendar, Notion via Composio or MCP integrations. Direct API is faster than browser automation.

Integrations - External App Automation

Overview

Direct API access to 100+ external apps via Composio and MCP integrations.

When to Use

  • User needs Gmail, GitHub, Slack, etc.
  • Service has Composio/MCP support
  • Want faster, more reliable than browser automation

Why use over browser?

  • Direct API = 10-100x faster
  • More reliable (no UI changes)
  • Better for bulk operations

Available Actions

ActionPurpose
get_all_toolkit_typesSee all available apps
search_extra_toolFind specific app actions
get_extra_tool_infoSee action parameters
execute_extra_toolRun app action

The Pattern

  1. List available apps
  2. Search for specific actions
  3. Get parameter schema
  4. Execute with parameters

Tool Naming Convention

cpo.{service}.{action}     # Composio tools
mcp.{server}.{action}      # MCP tools

Configuration Required

Before using Composio or MCP tools, you must configure them first:

IntegrationConfiguration SkillWhat to Configure
Composio (Gmail, GitHub, etc.)config-composioAPI key + enable toolkits
MCP serversconfig-mcpAdd MCP server profiles

Workflow:

  1. Configure using appropriate config-* skill
  2. Then use integrations skill to execute tools

For example:

  1. First: config-composio → verify API key + enable gmail toolkit
  2. Then: integrations → execute cpo.gmail.GMAIL_SEND_EMAIL

Common Integrations

ServiceCommon Actions
GmailSend, read, organize emails
GitHubCreate PRs, issues, releases
SlackSend messages, manage channels
Google CalendarCreate events, manage scheduling
NotionCreate pages, update databases

Best Practices

PracticeWhy
Search before executeFind exact tool name and parameters
Use search filtersReduce noise in results
Check authenticationConfigure credentials in VibeSurf
Prefer integrations for API tasksFaster than browser automation

Error Handling

ErrorSolution
Tool not foundUse search_extra_tool to find correct name
Auth failedConfigure credentials in VibeSurf
Invalid paramsUse get_extra_tool_info to see schema

Integration vs Browser Automation

TaskUse IntegrationUse Browser
Send Gmail✅ Direct API❌ Slow
GitHub PR✅ Direct API❌ Overkill
Custom form❌ Not supportedbrowser-use

Rule: If Composio/MCP supports the app, use integration.

Common Toolkit Types

  • gmail, github, slack
  • google_calendar, google_sheets
  • notion, trello, asana, jira
  • Many more available via get_all_toolkit_types