Overview
Keep authenticated browser sessions running for your AI agents and automations.Store credentials once on an identity, and Anchor re-authenticates automatically when a session needs it. Launch a browser with that identity and your agent starts already logged in ready to work on the target site. Define an Application and an Identity; attach that identity when you create the session so the browser starts signed in. New applications include a default Standard authentication flow (guided browser sign-in with automatic detection of the site’s login). Add or customize Auth Flows when you need structured credentials or multiple login methods. For end-user sign-in inside your own product, use OmniConnect.
Quick Start
Configure Auth Flow for the Application
Applications you create already include a default Standard authentication flow, so you can create identities with the guided browser experience without this step. Use the API here when you need additional flows or structured methods—for example
username_password, authenticator, custom, or profile-based sign-in.Identity Metadata
You can add custom metadata to identities for filtering and organization. Metadata is a flexible key-value store that allows you to tag identities with custom attributes.Creating an Identity with Metadata
Filtering Identities by Metadata
You can filter identities by metadata when listing them for an application:Related
OmniConnect
Let end users connect accounts from your product
Browser Profiles
Alternative approach using browser profiles
API Reference
Applications and Identities endpoints

