Skip to content
Inkbox

Inkbox

ContactDocs

Jump to

Mail API

API-first email service for AI agents. Provision mailboxes, send and receive messages, manage threads, search by full-text, and subscribe to events via webhooks.

API base URL:

https://api.inkbox.ai/api/v1/mail

Quick start

Create an account and get your service token from the Inkbox console:

Get service token

All API requests require authentication using a service token:

X-Service-Token: YOUR_SERVICE_TOKEN

Mailboxes

Create mailbox

POST

Provision a new mailbox with an auto-generated address

/api/v1/mail/mailboxes

List mailboxes

GET

List all mailboxes for your organization

/api/v1/mail/mailboxes

Get mailbox

GET

Get a single mailbox by email address

/api/v1/mail/mailboxes/{email_address}

Update mailbox

PATCH

Update display name or webhook URL

/api/v1/mail/mailboxes/{email_address}

Delete mailbox

DELETE

Delete a mailbox

/api/v1/mail/mailboxes/{email_address}

Messages

Threads

Webhooks

Webhooks are configured as a field on the mailbox — set webhook_url via PATCH /mailboxes/{email_address}. See the Webhooks guide for event types, payload format, and signature verification.

Additional resources

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website