Introduction

Composio is an integration and tooling platform built for AI agents and LLM applications that lets you:

You get to connect your AI agents faster without wrestling with individual API integrations and managing their authentication or converting them into LLM tool calls.

We also optimise the tool calls for you for maximum accuracy, free of cost! 😉

Getting started

The fastest way to give your agent tools is with Composio — often with zero setup needed on your part. Just:

  1. Install the core SDK (and a framework helper if needed):

    $pip install composio_core composio_openai # Example for OpenAI
  2. Login and get your API key:

    $composio login

    (Ensure COMPOSIO_API_KEY is set as an environment variable)

  3. Connect your first app (e.g., GitHub):

    $composio add github

…and you’re ready to integrate tools. Here’s what you can do next:

  • Head to the quickstart guide to learn more.
  • Browse our tools to see what you can integrate with.

Framework Integrations

Here are some popular frameworks that Composio supports: