Create a login
Creates a new login with required credentials
Request body
Name of the login for identification
URL of the authentication page
URL of the home page of the domain
Optional icon URL or data URL for the login logo.
Whether to persist the session after authentication
Whether this login requires manual authentication
Whether to use LLM-powered login detection. If false, uses URL-based detection instead.
Custom prompt to use for LLM-based login detection. Describes what the logged-out experience looks like.
Custom instructions for the login agent. Provides guidance on how to complete the login flow for this specific site.
Whether to allow concurrent logins using this login. When false, a lock is acquired before login to prevent simultaneous sessions.
Whether this login supports concurrent usage by multiple agents. When false (default), only one agent can use this login at a time.
Whether to automatically retry scheduled executions when the target service appears to be down.
Number of minutes to wait before retrying when service down is detected. Defaults to 30.
Maximum number of service-down retry attempts before giving up. Defaults to 3.
Response
Login created successfully
Unique identifier for the login
ID of the organization that owns this login.
Name of the login
URL of the authentication page
URL of the home page
Icon URL or data URL for the login logo. Null if no custom logo is set.
Timestamp when the login was created
Timestamp when the login was last updated
Whether to persist the session after authentication
Whether this login requires manual authentication
Whether to use LLM-powered login detection. If false, uses URL-based detection instead.
Custom prompt to use for LLM-based login detection. Describes what the logged-out experience looks like.
Custom instructions for the login agent. Provides guidance on how to complete the login flow for this specific site.
Whether to allow concurrent logins using this login. When false, a lock is acquired before login to prevent simultaneous sessions.
Whether this login supports concurrent usage by multiple agents. When false (default), only one agent can use this login at a time.
Whether to automatically retry scheduled executions when the target service appears to be down.
Number of minutes to wait before retrying when service down is detected.
Maximum number of service-down retry attempts before giving up.
Changes
No recorded changes to this endpoint across all 1 revision of this API.