Skip to main content

Workflow & Requirements

To automate logging in to websites with BrowserAI, please be aware of the requirements and proper workflow, especially when handling multifactor authentication.

Automated Login Process

BrowserAI can automate standard login flows in your tasks. However, if an OTP (One-Time Password), such as an SMS code, is required during the login process, you must follow a two-step approach:
1

Initiate Login Task

  • Open the target website and navigate to the login form.
  • Enter the username and password credentials.
  • Use the /tasks API endpoint to retrieve the corresponding execution_id.
2

Submit OTP for Verification

  • Once you receive the OTP (for example, via SMS), you need to provide this code to BrowserAI.
    You have 3 minutes to submit the OTP code as an instruction before the task is canceled!
  • Submit the OTP as a new instruction for the same task by using the /instructions API endpoint.
  • This step allows BrowserAI to complete the authentication and proceed with your original workflow.
Signing in to login forms using BrowserAI requires successful completion of KYC procedure before any activity can be performed.

If you have any questions or require further guidance, please refer to the API documentation or contact the BrowserAI team for support.