> ## Documentation Index
> Fetch the complete documentation index at: https://aci.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# App

> An App represents an integration with an external service or platform (like GitHub, Google, Slack, etc.) that exposes a set of functions for AI agents to use.

<Frame>
  <img src="https://mintcdn.com/aipotheosislabs-60d5bdcb/d29fRbieQpqSnjGv/images/platform/apps.png?fit=max&auto=format&n=d29fRbieQpqSnjGv&q=85&s=c7c7689cf5ea150e2c99b30e3a6e7a40" alt="App Concept Illustration" width="2476" height="1788" data-path="images/platform/apps.png" />
</Frame>

## Each App:

* Has a unique name across the platform (e.g., `GITHUB`, `SLACK`, `BRAVE_SEARCH`)
* Contains a collection of related functions usable by AI agents that interact with the external service
* Supports one or more security schemes (OAuth2, API Key, etc.) for authentication
* Has metadata including description, logo, version, provider information, and categories
