Notte provides two features that make authenticated automation straightforward: Persona Identities and Secret Vaults.
Persona Identities:
Complete digital identities including email, phone number, and credentials. Notte can receive OTP codes sent to persona email/phone and enter them automatically during login flows.
Secret Vaults:
Enterprise-grade credential storage. Secrets are encrypted at rest, injected at runtime, and never forwarded to the LLM. This means your 2FA seeds, passwords, and API keys stay secure even when AI agents are driving the browser.
How 2FA automation works:
- Store credentials and 2FA seeds in a Secret Vault
- Assign a Persona with a verified phone/email for OTP receipt
- Launch an agent with natural language: "Log into [service], handle 2FA, and download the report"
- Notte's agent enters credentials, receives the OTP, completes login, and continues the workflow
Security:
- Credentials are never in your code or logs
- The LLM sees the page but never the raw secrets
- Full audit trail with session replay
- SOC 2 Type II certified
Docs at docs.notte.cc/concepts/personas and docs.notte.cc/concepts/vaults.