Integration Hub

12,000+ tools connected · 2.4M actions executed this month

Actions Today
84,932
▲ 12.4%
Active Integrations
47
▲ 3
Success Rate
99.2%
▲ 0.3%
Avg Latency
142ms
▼ 8ms

Connected Tools

Browse all 12,000+ →
Active
GH
GitHub
134 actions · 234 runs
Active
GM
Gmail
22 actions · 1.2k runs
Active
SL
Slack
48 actions · 892 runs
Rate Limited
LN
Linear
31 actions · 156 runs
Active
NO
Notion
27 actions · 340 runs
Idle
JR
Jira
52 actions · 78 runs
Active
TW
Twilio
19 actions · 2.1k runs
Active
GC
Google Calendar
14 actions · 512 runs

Recent Activity

All Success Failed Running
GH
Created issue repo/composio/core#847
via agent · "Fix auth token refresh"
2s ago
89ms
Success
GM
Sent email to ops@team.io
Daily report · 3 attachments
14s ago
312ms
Success
SL
Posted to #deployments
"v2.4.1 shipped to production ✅"
41s ago
124ms
Success
LN
Created ticket COM-2391
Rate limit exceeded · retry queued
2m ago
Failed
NO
Updated page Sprint Notes / Wk 31
Appended 4 action items
5m ago
203ms
Success
TW
Sending SMS to +1•••••4421
Verification code dispatch
now
Running
quickstart.py
1from composio_openai import ComposioToolSet
2
3toolset = ComposioToolSet()
4tools = toolset.get_tools(
5    apps=["github", "slack"]
6)
7
8# 12,000+ tools, one SDK
9agent.run(
10    instructions="Star the repo and"
11    "notify #eng",
12    tools=tools
13)

COMPOSIO