Documentation Index
Fetch the complete documentation index at: https://docs.useanima.sh/llms.txt
Use this file to discover all available pages before exploring further.
Vault
The Anima Vault gives each agent an isolated, encrypted credential store. Use it to hold website logins, API keys, payment card details, and identity data — so agents can authenticate with external services at runtime without secrets ever appearing in your code or environment variables.Provision a vault
Before an agent can store credentials, provision its vault:Credential types
| Type | Fields | Use case |
|---|---|---|
login | username, password, URIs, TOTP | Website logins |
secure_note | notes | API keys, tokens, free-form secrets |
card | cardholder, number, expiry, CVV | Payment card details |
identity | name, email, phone, address | Personal or business identity data |
Create a credential
Get a credential
List credentials
Search credentials
Update a credential
Delete a credential
TOTP
For credentials that have a TOTP secret configured, retrieve the current one-time code:Password generation
Generate a strong password before creating a new account:Deprovision
Remove an agent’s vault and all stored credentials:Security
- All credentials are encrypted at rest using AES-256-GCM.
- Each agent’s vault is fully isolated — one agent cannot access another agent’s credentials.
- Vault access is scoped to the agent’s API key.
