For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Discord
DocsAPI Reference
DocsAPI Reference
  • Get Started
    • Welcome
    • Introduction
    • Quick Start
  • Run
    • Run Videos
    • Run Mode
    • Viewport Size
    • Preparation Test
    • Pull Request Testing
    • Production Monitoring
    • Group Webhooks
    • Run Troubleshooting
  • Auth
    • Test Credentials
    • API Keys
    • Agent Mail Inboxes
    • HTTP Basic Auth
    • Auth Troubleshooting
  • Mobile
    • Overview
    • App Uploads
    • Expo EAS
    • GitHub Actions
  • Integrations
    • Vercel
    • Coolify
    • Custom Infrastructure
    • Slack
    • Discord
    • Email
  • Guides
    • Testing Staging Environment
  • CLI
    • Getting Started
    • Local Development
    • Agentic Usage
  • AI
    • LLMs
LogoLogo
Discord
On this page
  • How it works
  • Static inboxes
Auth

Agent Mail Inboxes

||View as Markdown|
Was this page helpful?
Edit this page
Previous

API Keys

Next

HTTP Basic Auth

Built with

TesterArmy can generate temporary email inboxes for your tests. This is useful for flows that require email verification - sign ups, OTP codes, password resets, invitation links.

Each test run can create a fresh inbox or reuse a static one assigned to the project. The agent reads incoming emails, extracts verification codes or links, and continues the test flow automatically.

How it works

  1. The agent creates an inbox (e.g., test-abc123@inbox.testerarmy.com)
  2. Signs up or triggers an email-based flow using that address
  3. Waits for the email to arrive
  4. Reads the email content, extracts the OTP code or verification link
  5. Continues the test (enters the code, clicks the link)

Static inboxes

You can assign a permanent inbox to your project under Project → Test Accounts. This is useful when you need to re-use the same email across multiple test runs (e.g., testing login for an already-registered account).