ComposioComposio
  • Docs
  • Examples
  • Toolkits
  • Reference
  • Playground
ExamplesBuild a Slack bot that can do work with you and your teamDaily standup botReview pull requests in a sandbox you own

Examples

Featured examples

End-to-end builds that wire Composio into working agents. Each one is a complete project you can read top to bottom and run.

General agentsBackground agents
slack

Build 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.

Read guide
Background agents
slackgithublinear

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.

Read guide
Coding agents
github

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.

Read guide