> ## Documentation Index
> Fetch the complete documentation index at: https://composio-27-feat-docs-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Empower your AI agents with Composio - a platform for managing and integrating tools with LLMs & AI agents using Function Calling.

## What is Composio?

Composio helps you connect AI agents to external tools like Gmail, GitHub, Salesforce, etc. It's like a bridge between your AI and the tools it needs to get work done.

Here's what you can do:

* **Seamless Connections:** Connect AI Agents to tools like Gmail, GitHub, Salesforce & local tools such as File tool, Shell tool, etc.
* **Authentication Mechanisms:** Support industry-standard auth protocols (OAuth, API Keys, JWT) with built-in security best practices, automatic token refresh handling, and secure user account connections - all without handling sensitive credentials
* **Language Agnostic:** Integrate with any programming language through our API-first approach
* **Managed Execution Environments:** Run tools in managed execution environments - Docker, E2B, Fly.io, Lambda, etc.
* **Full Visibility:** Inspect every function called by the LLM, track timestamps for each Execution, and more.

<hr />

## Quick Access

Get started with these resources:

<CardGroup cols={2}>
  <Card title="Watch Demo" href="https://www.youtube.com/watch?v=ujxKzS0b5qg">
    See Composio in action
  </Card>

  <Card title="Quickstart" href="/introduction/intro/quickstart-tools">
    Build your first Composio powered AI agent
  </Card>

  <Card title="Tools" href="../../patterns/tools/what-are-tools">
    Checkout our toolset of 250+ LLM ready tools to build powerful AI applications
  </Card>

  <Card title="Connections" href="../../patterns/Auth/connected_account">
    Learn how to create and manage connections for your users
  </Card>

  <Card title="Kits" href="../../swekit/introduction">
    Composio SWE Kit ([#4 on SWE bench](https://www.swebench.com)) - Your ultimate coding companion
  </Card>

  <Card title="Triggers" href="/patterns/triggers/triggers">
    Subscribe to triggers to execute actions automatically
  </Card>
</CardGroup>
