vault
Manage Loadout Vault connections: check status, connect, or disconnect integrations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | status | |
| confirmed | No | Deprecated compatibility field | |
| addAccount | No | Connect only: add a new account instead of reconnecting the default account (--addAccount). | |
| credentials | No | Plaintext credential values for programmatic callers. Agent callers should omit this field and send the returned connectUrl to the user instead of asking for secrets in chat. | |
| accountAlias | No | Account alias selector: on connect, reconnect exactly that account (requires replaceAccountConfirmed); on disconnect, delete exactly that account (--accountAlias). | |
| integrationId | No | Integration ID to check, connect, or disconnect | |
| integrationIds | No | Integration IDs to check | |
| capabilityNames | No | Capability names whose integration dependencies to check | |
| redirectAfterConnect | No | Relative URL to visit after OAuth connection completes | |
| replaceAccountConfirmed | No | Caller-asserted acknowledgement that reconnecting may replace the provider identity behind the selected account alias (--replaceAccountConfirmed). |