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

# Aident Loadout

> Equip AI agents with governed capabilities, delegated credentials, policies, and audit receipts

Aident Loadout gives every agent the right capabilities for the job. A loadout is a curated set of capabilities,
credentials, policies, and audit rules that an agent can carry into a task.

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

***

## What Loadout Includes

<CardGroup cols={2}>
  <Card title="Integrations" icon="plug">
    Browse accessible integrations, connect OAuth accounts, and open an integration drawer to inspect its available
    actions.
  </Card>

  <Card title="Vault" icon="key">
    Admin users can add, rotate, or delete delegated credentials for integrations that do not use OAuth.
  </Card>

  <Card title="Audit" icon="clipboard-list">
    Review action-call history, status, source, and receipts for agent work.
  </Card>

  <Card title="Loadouts" icon="shield-check">
    Governed capability sets let agents use integrations without directly handling raw provider credentials.
  </Card>
</CardGroup>

***

## Set Up an Agent Harness

Use the same setup prompt in any supported coding agent or automation harness:

```text theme={null}
Setup https://aident.ai/SKILL.md
```

For this coding-agent flow, no separate CLI or MCP configuration is required. Paste the prompt into your agent session
and let the agent fetch the remote Aident skill instructions.

On first-time setup, the agent will ask whether to scan local MCP or agent integration configs for supported Loadout
migration candidates. The scan is opt-in, redacts secret-like values, and lets you connect all supported matches or only
selected integrations through Loadout Vault/OAuth.

Supported harnesses include:

* Codex
* Claude Code
* OpenClaw
* HermesAgent
* OpenCode
* Cursor
* Pi
* Cline
* Windsurf
* VS Code
* n8n
* MCP-compatible agent clients

***

## Connect Integrations

<Steps>
  <Step title="Open Integrations">
    Go to `/loadout/integrations` or select **Integrations** from the Loadout navigation.
  </Step>

  <Step title="Search the catalog">
    Search by integration name, capability, or provider. Use category filters to narrow the catalog.
  </Step>

  <Step title="Open integration details">
    Click an integration to open the drawer. The drawer shows metadata and the available actions for that integration.
  </Step>

  <Step title="Connect or disconnect">
    Use the drawer or card action to start the provider flow. Connected integrations show their ready state and can be
    disconnected when the provider supports it.
  </Step>
</Steps>

<Info>
  Built-in and Aident-managed integrations do not require a user-managed connection. They show as available without a
  connect button.
</Info>

***

## Manage Vault Credentials

The **Vault** tab is available to admin users. Use it for integrations backed by stored credentials rather than OAuth.

<Warning>
  Rotating or deleting a credential affects every action that depends on that integration. Check active agents and
  scheduled work before removing a credential.
</Warning>

***

## Review Audit History

Open **Audit** to review recent action calls. Use the date filters to inspect a time range, then review:

* Date and time
* Action name
* Integration account
* Source
* Status
* Credits used

Audit history is the fastest way to confirm which integration action ran and whether it completed successfully.

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Integrations" icon="plug" href="/documentation/integrations">
    Learn how Aident connects provider accounts
  </Card>

  <Card title="MCP Server Setup" icon="terminal" href="/documentation/mcp-server-setup">
    Connect Aident to MCP-compatible clients
  </Card>
</CardGroup>
