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

# Loadout Overview

> Use Aident Loadout to give AI agents governed access to your apps

Aident Loadout gives AI agents the integrations, credentials, policies, and audit trail they need to complete work
without handling raw provider credentials directly.

Open Loadout at [loadout.aident.ai/home](https://loadout.aident.ai/home).

## What You Can Do

<CardGroup cols={2}>
  <Card title="Equip agents" icon="wand-magic-sparkles" href="/loadout/setup-agents">
    Copy the setup prompt or connect an MCP-compatible client.
  </Card>

  <Card title="Connect integrations" icon="plug" href="/loadout/integrations">
    Authorize apps such as Gmail, GitHub, Slack, Notion, and Google Workspace.
  </Card>

  <Card title="Manage Vault credentials" icon="key" href="/loadout/vault-and-audit">
    Store delegated credentials for integrations that do not use OAuth.
  </Card>

  <Card title="Review audit receipts" icon="clipboard-list" href="/loadout/vault-and-audit">
    See which action ran, where it came from, and whether it succeeded.
  </Card>
</CardGroup>

## Main Tabs

<Tabs>
  <Tab title="Home">
    Start setup, copy agent prompts, open one-click agent install links, and review recent Loadout usage.
  </Tab>

  <Tab title="Integrations">
    Browse the catalog, search by provider or capability, and connect the apps your agents should use.
  </Tab>

  <Tab title="Vault">
    Admin users manage stored credentials for API-key style integrations.
  </Tab>

  <Tab title="Audit">
    Review recent Loadout action calls, statuses, sources, and credit usage.
  </Tab>
</Tabs>

## How Loadout Protects Access

* Agents call Loadout tools instead of receiving provider secrets.
* OAuth connections are authorized in the browser and can be revoked.
* Vault credentials are stored centrally and managed by admins.
* Audit records show what happened after an agent calls an integration action.

## Next Steps

<CardGroup cols={2}>
  <Card title="Set up agents" icon="terminal" href="/loadout/setup-agents">
    Connect Codex, Claude, Cursor, ChatGPT, or another MCP-compatible client.
  </Card>

  <Card title="Troubleshooting" icon="life-ring" href="/loadout/troubleshooting">
    Fix auth, missing tools, and integration connection issues.
  </Card>
</CardGroup>
