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
GitHub
Active
Gmail
Active
Slack
Rate Limited
Linear
Active
Notion
Idle
Jira
Active
Twilio
Active
Google Calendar
Recent Activity
All
Success
Failed
Running
Created issue repo/composio/core#847
via agent · "Fix auth token refresh"
2s ago
89ms
Success
Sent email to ops@team.io
Daily report · 3 attachments
14s ago
312ms
Success
Posted to #deployments
"v2.4.1 shipped to production ✅"
41s ago
124ms
Success
Created ticket COM-2391
Rate limit exceeded · retry queued
2m ago
—
Failed
Updated page Sprint Notes / Wk 31
Appended 4 action items
5m ago
203ms
Success
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)
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)