Update a login
Updates an existing login with optional credentials
Body
Login update parameters
ID of the login to update
Name of the login for identification
1URL of the authentication page
URL of the home page of the domain
Values for fields required to complete authentication. Sensitive credentials are optional for upsert operations.
Optional icon URL or data URL for the login logo.
700000Optional description/subheading for the login (e.g., "HR portal for employee records")
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.
Recurring weekly downtime windows when the target service is known to be unavailable. Scheduled executions will be skipped during these windows.
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.
x >= 1Maximum number of service-down retry attempts before giving up. Defaults to 3.
x >= 1Response
Login updated 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.
Optional description/subheading for the login. Null if no description is set.
Values for fields required to complete authentication. Sensitive credentials are excluded for security.
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 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.
Recurring weekly downtime windows when the target service is known to be unavailable.
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.
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.