Council Composio
Connects any agent to 500+ apps through Composio's managed auth.
Setup (One-Time)
- Sign up at https://platform.composio.dev
- Copy your API key
- Set it:
export COMPOSIO_API_KEY="your_key_here" - Connect apps via OAuth: call
COMPOSIO_MANAGE_CONNECTIONS
Core Flow
Every tool call follows: Search → Connect → Execute
BASE="https://backend.composio.dev/api/v3"
KEY="$COMPOSIO_API_KEY"
# 1. Find the right tool
curl -X POST "$BASE/tools/execute/COMPOSIO_S
[Description truncada. Veja o README completo no GitHub.]