Overview
The Email Connectors API is called with x-api-key: <API_KEY> against https://integrationapplication.atozemail.com/api/v1. Store the key server-side only.
API variables
| Variable | Required | Default | Description |
|---|---|---|---|
| ATOZ_EMAIL_API_KEY | Yes | — | API key sent as x-api-key header to https://integrationapplication.atozemail.com/api/v1 |
| ATOZ_EMAIL_API_URL | No | https://integrationapplication.atozemail.com/api/v1 | Override Integration Application API base URL |
App variables
Required by the Reinterface dashboard (Supabase auth, OAuth return URLs):
| Variable | Required | Default | Description |
|---|---|---|---|
| NEXT_PUBLIC_SITE_URL | Yes | https://reinterface.com | Canonical public site URL — used for SEO (sitemap, canonical tags, Open Graph) |
| NEXT_PUBLIC_SUPABASE_URL | Yes | — | Supabase project URL |
| NEXT_PUBLIC_SUPABASE_ANON_KEY | Yes | — | Supabase anon key for dashboard auth |
Security
Never expose to the client
Never expose
ATOZ_EMAIL_API_KEY or SUPABASE_SERVICE_ROLE_KEY in client-side code or public repositories. Use the x-api-key header for programmatic calls — not ?api_key= in URLs (except OAuth authorize links opened in a browser).