Skip to main content
In this guide, you will:
  1. Obtain an API Key from the Wirebox Console.
  2. Claim a dedicated agent identity and mailbox (@eva).
  3. Send an email to the agent and observe the incoming thread.
  4. Reply to the conversation using the API.

Step 1: Get an API Key

  1. Open the Wirebox Console.
  2. Sign in with GitHub or Google.
  3. Navigate to API Keys and click Create Key.
  4. Save the generated key (wb_live_...).
Export your key in your terminal:

Step 2: Create an Agent Identity

Claim a handle for your agent. When you create an identity, Wirebox automatically creates its mailbox (handle@wireboxmail.com).
Response (201 Created):

Step 3: Receive an Email

Send an email from your personal Gmail or Outlook account to eva@wireboxmail.com. Wirebox’s edge routing engine immediately:
  1. Ingests the raw MIME message.
  2. Extracts plain text and HTML bodies, headers, and attachments.
  3. Groups the message into an active conversation Thread.
  4. Fires a message.received webhook if configured.
List incoming threads for your agent:
cURL

Step 4: Send a Reply

Reply to the sender using the thread’s ID or conversation context:
Congratulations! You have set up a full-duplex email workflow for your AI agent.

Next Steps