> ## 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 Integrations

> Connect and manage the apps your agents can use

Open **Integrations** in Aident Loadout to browse the app catalog and connect the accounts your agents should use.

## Connect an Integration

<Steps>
  <Step title="Open Integrations">
    Go to [loadout.aident.ai/integrations](https://loadout.aident.ai/integrations).
  </Step>

  <Step title="Find the provider">
    Search by app name, capability, or category.
  </Step>

  <Step title="Open details">
    Select the integration to review the available actions and connection state.
  </Step>

  <Step title="Connect">
    Use **Connect** to start OAuth, or follow the Vault prompt for credential-based integrations.
  </Step>
</Steps>

## Connection Types

<AccordionGroup>
  <Accordion title="OAuth">
    Sign in with the provider in your browser. Aident stores the resulting token and agents call actions through
    Loadout.
  </Accordion>

  <Accordion title="Vault credentials">
    Admin users store API keys or delegated credentials in Vault when a provider does not support OAuth for the needed
    action.
  </Accordion>

  <Accordion title="Aident-managed integrations">
    Some built-in integrations are available without a user-managed provider credential.
  </Accordion>
</AccordionGroup>

## Disconnect an Integration

Use **Disconnect** from the integration drawer or card when a provider supports revocation from Loadout.

<Warning>
  Disconnecting an integration can break active agents, scheduled work, or MCP clients that depend on that provider.
</Warning>

## What Agents See

After an integration is connected, agents can discover and call supported capabilities through Loadout. They receive the
action result and audit receipt, not raw provider credentials.

## Next Steps

<CardGroup cols={2}>
  <Card title="Vault and Audit" icon="key" href="/loadout/vault-and-audit">
    Manage credentials and review action-call history.
  </Card>

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