Made for agents.Built for automation.

AI agents automate browser workflows at scale. Government forms, legacy portals, enterprise dashboards without APIs. Then they hit 2FA and everything stops. One API or MCP call to Augento and they keep going.

REST APIMCP ServerLocalhost onlyBearer auth

macOS 14+ · $5/month or $40/year · 3-day free trial

AI agents handling 2FA verification automatically

Works with

Claude CodeGemini CLICursorGitHub CopilotWindsurfOpenClawManusBrowser UseLangChainCrewAI

The scenario.

You just got a fresh Mac Mini M4. You installed OpenClawon it, set up a Browser Use agent, and pointed it at your company's insurance portal to automate the monthly claims download.

The agent opens the browser, navigates to the login page, enters your credentials. Then:

“Enter the verification code we sent to your email.”

The agent stops. Waits. Times out. Fails.

This happens everywhere. Government tax portals. Bank dashboards. SaaS admin panels. HR systems. Every legacy app that added 2FA but never built an API. Your agent can navigate any UI, fill any form, click any button. But it can't open your phone, read your SMS, or check your email.

Augento solves this. Install it on the same Mac, and your agent gets TOTP codes, email OTPs, and SMS codes through a local API or MCP server. As if two-factor authentication doesn't exist.

Three channels. One app.

Augento handles every type of verification code your agent might encounter.

TOTP Codes

Scan the QR code once. Augento generates the 6-digit code locally, just like Google Authenticator. Your agent fetches it via API or MCP in milliseconds.

Works with: GitHub, AWS, Google, Stripe, Jira, Slack, and any TOTP-compatible service.

Email OTPs

Forward verification emails to your unique Augento address. An AI extracts the code automatically. Your agent calls wait_email_otp("apple") and gets it.

Setup guide

SMS Codes

Augento monitors iMessage for incoming SMS verification codes. Your agent callswait_sms and the code appears as soon as the text arrives.

Requires Full Disk Access on macOS. Twilio integration coming soon.

Get started in 5 minutes.

With Claude Code CLI

1

Install Augento and enable the API

Download from augento.io, open Settings, toggle “Enable Agent API”.

2

Register the MCP server

$ claude mcp add augento python3 /path/to/augento_mcp.py
3

Use it

Claude Code now has access to get_code, wait_email_otp, and wait_sms. Just ask it to log into a service and it handles 2FA automatically.

With Gemini CLI

1

Install Augento and enable the API

Same as above. Enable API, copy the bearer token.

2

Register the MCP server

$ gemini mcp add augento python3 /path/to/augento_mcp.py
3

Use it

Gemini can now call get_code("github") when it hits a 2FA prompt. Works in interactive and agentic mode.

With any agent (REST API)

# TOTP code
curl -H "Authorization: Bearer $TOKEN" \
  http://127.0.0.1:19780/v1/totp/github
# Wait for email OTP (smart matching)
curl -X POST https://augento.io/api/otp/emails/wait \
  -H "Authorization: Bearer $JWT" \
  -d '{"query": "apple", "timeout": 30}'
# Wait for SMS code
curl -H "Authorization: Bearer $TOKEN" \
  http://127.0.0.1:19780/v1/sms/wait

Where agents get stuck.

2FA is the last wall between your agent and full automation.

Legacy portals

Government sites, tax portals, insurance dashboards. No API, just forms and 2FA. Your agent navigates, Augento handles the codes.

Browser automation

Playwright, Selenium, Browser Use, Puppeteer. They all hit the same 2FA wall. One API or MCP call unblocks them instantly.

Multi-agent workflows

Coding agents that deploy, monitor, and test across dozens of authenticated services. No human in the loop for 2FA.

Localhost only

127.0.0.1. Nothing exposed. Nothing leaves your machine.

Bearer token auth

Token stored in Keychain. Regenerate anytime from settings.

MCP server included

Claude Code, Cursor, Windsurf, Codex, and other MCP-compatible agents connect directly.

AI-powered extraction

Email OTP codes are extracted by an LLM. Works with any format, any language, any service.

Unblock your agents.

$5/month or $40/year3-day free trialCancel anytime
Download Augento

4.7 MB · macOS 14+ · Cancel anytime