airbox.fyi

API & SDK

Manage inboxes, connections, and activity programmatically

Base URL

https://api-test.airbox.fyi

Interactive OpenAPI docs (Swagger) are served at https://api-test.airbox.fyi/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 https://api-test.airbox.fyi/inboxes \
  -H "X-API-Key: YOUR_KEY" | jq