airbox.fyi

API & SDK

Manage inboxes, connections, and activity programmatically

Base URL

http://localhost:8000

Interactive OpenAPI docs (Swagger) are served at http://localhost:8000/docs.

Authentication

The dashboard uses a signed HTTP-only session cookie. The SDK and scripts use X-API-Key — mint a key in Dashboard → Settings (shown once).

See Authentication.

Quick example

curl -s http://localhost:8000/inboxes \
  -H "X-API-Key: YOUR_KEY" | jq