Create Identity
Creates a new identity for the given source. Credentials are optional.
Documentation Index
Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key passed in the header
Query Parameters
Whether to validate the identity asynchronously. Defaults to true.
Body
The source URL for the identity (e.g., login page URL)
Name of the identity. Defaults to "Unnamed Identity" if not provided.
Optional credentials to associate with this identity (for example username/password or authenticator secrets). Omit this field or supply an empty array when you only need an identity for the given source URL and optional metadata.
- username_password
- authenticator
- custom
Optional metadata for the identity
Optional application name to associate with the identity
Optional application description
Response
Identity created successfully

