Tools, actions, and execution
Find tools, run actions, manage sessions, and troubleshoot execution.
Docs
9Configuring Sessions
Enable toolkits, set auth configs, and select connected accounts
Custom MCP
Use tools from a remote MCP server in Composio sessions
Custom Tools and Toolkits
Define local tools that run in-process alongside remote Composio tools
Local sandbox
Run Composio tools in a sandbox you own (your filesystem, your shell, your security boundary), while Composio keeps managed auth and tool discovery.
Proxy execute
Call any API endpoint on a toolkit from a session and let Composio inject the authenticated credentials for you
Quickstart
Build an agent that discovers and runs Composio tools
Remote sandbox
A persistent Python sandbox where your agent writes code, calls tools programmatically, and processes data
Shared connections
Make a connected account usable by multiple users with a per-user access control list
What is a session?
What Composio sessions do, and how they scope users, tools, toolkits, auth, MCP, and workbench state
Support answers
99Ahrefs
Setup and troubleshooting guidance for Ahrefs in Composio.
Airtable
Setup and troubleshooting guidance for Airtable in Composio.
Apollo
Setup and troubleshooting guidance for Apollo in Composio.
Asana
Setup and troubleshooting guidance for Asana in Composio.
Attio
Setup and troubleshooting guidance for Attio in Composio.
Browser Tool
Setup and troubleshooting guidance for Browser Tool in Composio.
Canva
Setup and troubleshooting guidance for Canva in Composio.
Canvas
Setup and troubleshooting guidance for Canvas in Composio.
ClickUp
Setup and troubleshooting guidance for ClickUp in Composio.
Confluence
Setup and troubleshooting guidance for Confluence in Composio.
Consumer and Developer Project Boundaries
Setup and troubleshooting guidance for Consumer and Developer Project Boundaries in Composio.
Current Support FAQs
Public answers for recurring Composio support issues.
Examples
5Build a Slack bot that can do work with you and your team
Build a general-purpose agent with Pi and Composio, then drop it into Slack so a whole team can use it. Triggers, per-user sessions, a shared workspace connection, redirected auth links, and raw API access.
Daily standup bot
A Slack bot that writes each teammate's standup from their own connected tools. Build your own white-labelled bot, give it native Slack interactions with Composio's proxy, and let a tool-router agent write the draft.
Examples
End-to-end guides that build real agents with Composio.
iMessage custom toolkit with eve
Walk through an agent that texts on your behalf from your own Mac. A Composio custom toolkit wraps local iMessage in-process, and the eve provider puts it on the same session as the whole Composio catalog.
Review pull requests in a sandbox you own
Composio usually runs your tools for you. A local sandbox is for when you need to run them yourself, on your filesystem, in your shell, inside your security boundary. Build a GitHub PR reviewer that runs checks in a sandbox you own and posts one grounded comment.