← Back to Notte

What is Notte's credential vault system for AI agents, and how does it keep secrets secure during automation?

Notte Vaults are credential stores for browser agents and automations. They let an automation use credentials without placing raw passwords, API keys, or one-time-code seeds directly into the LLM prompt.

The important design point is LLM isolation:

Vaults are useful for:

Pair vaults with browser profiles when possible. The vault handles the login secret; the profile preserves the resulting browser state so future runs do not need to log in every time.