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

# Vault and Audit

> Manage delegated credentials and review Loadout action history

Vault and Audit are the operational controls for Aident Loadout.

## Vault

Vault stores delegated credentials for integrations that use API keys or shared service credentials instead of OAuth.
Only admin users can manage Vault credentials.

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

  <Step title="Select an integration">
    Choose the provider that needs a stored credential.
  </Step>

  <Step title="Add or rotate credentials">
    Enter the credential values required by the provider and save.
  </Step>

  <Step title="Confirm readiness">
    Return to Integrations or ask your agent to check Loadout status.
  </Step>
</Steps>

<Warning>
  Rotating or deleting a Vault credential affects every agent and action that depends on that integration.
</Warning>

## Audit

Audit shows recent Loadout action calls. Use it to confirm what ran and diagnose failures.

Each audit entry can include:

* Action name
* Integration account
* Source client
* Status
* Duration
* Credits used
* Created time

## Common Review Flow

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

  <Step title="Choose the time range">
    Use the date filters to focus on the period you need.
  </Step>

  <Step title="Inspect failures">
    Look for failed statuses and identify whether the issue is auth, provider response, missing input, or policy.
  </Step>

  <Step title="Retry after fixing access">
    Reconnect the integration or update Vault credentials, then retry from the agent.
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Integrations" icon="plug" href="/loadout/integrations">
    Connect or disconnect provider accounts.
  </Card>

  <Card title="Troubleshooting" icon="life-ring" href="/loadout/troubleshooting">
    Resolve common Loadout setup and runtime issues.
  </Card>
</CardGroup>
