Set up Email OTP forwarding

Forward verification emails to Augento so your AI agents can handle email-based 2FA automatically.

1

Find your forwarding address

Open Augento on your Mac, go to the Email tab, and copy your unique forwarding address. It looks like a8f3k2e1@otp.augento.io.

2

Create a Gmail filter

In Gmail, go to SettingsFilters and Blocked AddressesCreate a new filter.

Set the filter to match OTP emails. For example:

Option A: Catch all verification emails

Subject contains: verification code OR security code OR one-time OR OTP OR Einmalkennung

Option B: Per service

From: noreply@github.com

Then select “Forward it to” and paste your Augento forwarding address.

Note: Gmail requires you to verify the forwarding address first. Check the Email tab in Augento for the verification code.

3

Codes appear automatically

When a service sends you a verification code via email, Gmail forwards it to Augento. The code appears in the Email tab and is available via the REST API and MCP server. Your AI agent can fetch it with one call.

4

Agent integration

Your agent can fetch the latest email OTP via the MCP server or REST API:

# Via MCP tool
get_email_otp
# Via REST API
curl -H "Authorization: Bearer $JWT" \
  https://augento.io/api/otp/emails