Vol. I · No. I · MMXXVI
— A field guide to —

Pluckmail

A disposable inbox API for autonomous agents.

Specimen · curl
# Spawn an inbox. Pluck the verification code.
$ curl -X POST https://api.pluckmail.dev/v1/pluck \
    -H "Authorization: Bearer plk_live_…" \
    -d '{"timeout": 120}'

 {
    "code": "847291",
    "method": "regex",
    "confidence": 0.97
  }

An AI agent walks into a signup form. It needs an email. It needs to verify. Today, it interrupts a human — or it doesn't ship.

Pluckmail spawns a fresh inbox, waits for the verification email, and returns just the OTP or magic-link URL. One call. Per usage. Built for the agent, not the user.