Skip to main content
Use a browser profile to skip login flows — the agent starts already authenticated. Add secrets as a fallback for sites that expire cookies quickly. When to use this approach:
  • You have accounts you log into regularly and want the agent to use them
  • You need the agent to interact with private dashboards, inboxes, or settings pages
  • You want to avoid passing raw credentials when possible
Always stop the session when you are done — profile state (cookies, localStorage) is only saved when the session ends.
Profiles preserve cookies, localStorage, and saved passwords. Secrets are domain-scoped — the agent only uses them on matching domains. Combine both for maximum reliability.
See Authentication & 2FA for setup instructions including profile sync and 1Password integration.