Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Run ID
Body
application/json · object
Request to discover login fields
Response
Discovery completed successfully with fields found
Response from discover endpoint matching AuthBlueprint schema
Whether discovery succeeded
Whether user is already logged in
URL of the discovered login page
Example:
"https://example.com/login"
Discovered form fields (present when success is true)
Title of the login page
Example:
"Sign In"
Error message if discovery failed
Example:
"No form fields found"

