Command Code is live now. Try the first coding agent with taste.

Most powerful serverless platform for building composable AI agents

Build, deploy, and monitor AI agents with a single unified platform that includes context, workflows, and observability.

COMPOSIO_SEARCH_TOOLS
Q fetch slack messages and summarize3 found
SLACK_FETCH_MESSAGES
Fetch messages from a Slack channel
MATCH
SLACK_LIST_CHANNELS
List all channels in a workspace
MATCH
SLACK_GET_THREAD
Get replies in a message thread
PLAN
1 List all channels
2 Fetch messages from last 48h
3 Classify and summarize in sandbox
WARNINGS
! Large output auto-saved to file if >40k chars
! Rate limit: 50 req/min
WATCH COMPOSIO IN ACTION
Claude Cowork
Summarize everything important from Slack in the last 48 hours and send a digest to #daily-digest
COMPOSIO SEARCH TOOLS >
COMPOSIO SANDBOX
+
Sonnet 4.6 >
COMPOSIO_MANAGE_CONNECTIONS
USER_ID: usr_9x2KLm7
Slack
OAuth 2.0
Connected
COMPOSIO_EXECUTE_TOOLSESSION: -
{ }
NOTION_CREATE_PAGE
dbTasks
titleQ4 roadmap
200 OK • page created
AGENT_CONFIG
AGENTClaude Cowork
PROVIDERAnthropic
MODELclaude-sonnet-4-6
COMPOSIO_SANDBOX
sandbox • python 3.11
FETCH & PROCESS MESSAGESpid:4821
channels = run_composio_tool(
  'SLACK_LIST_CHANNELS'
)
for ch in channels:
  msgs = run_composio_tool(
    'SLACK_FETCH_MESSAGES',
INSTANCE-1completed
pages = run_composio_tool(
  'NOTION_LIST_PAGES',
  limit=50
)
for p in pages:
  # Process and update pages
  # ...

The open web
starts here