Handling Two-Factor Authentication (TOTP)
Aikido's AI agent can generate valid Time-based One-Time Passwords (TOTP) to bypass 2FA screens during authenticated scanning.
Use this feature if your application requires:
Authenticator Apps: The login flow asks for a 6-digit code from Google Authenticator, Authy, 1Password, etc.
How it works
Instead of scanning a QR code with your phone, you extract the raw Secret Key (or otpauth:// URI) from your application and paste it into Aikido. The agent uses this secret to mathematically generate valid codes on the fly during the scan.
Setup Guide
Locate the Secret Key
Go to the 2FA setup screen in your target application (where you would normally scan the QR code).
Look for a text link that says "Can't scan the QR code?", "Trouble scanning?", or "View Setup Key".
Click it to reveal the raw text code (the Secret Key).
Copy this string (e.g.,
4IKIDOI5AW35OME).

Update Login Logic
You must explicitly tell the agent when to enter the code.
Example Instruction:
1. Navigate to https://app.example.com/login
2. Enter username: admin
3. Enter password: abc123
4. Click "Log In"
5. When the 2FA screen appears, generate a TOTP code and enter it into the verification field.
6. Click "Verify"Last updated
Was this helpful?

