DocsEnvironment Variables
Documentation

Environment Variables

Server configuration for calling the Integration Application Email Connectors API.

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

VariableRequiredDefaultDescription
ATOZ_EMAIL_API_KEYYesAPI key sent as x-api-key header to https://integrationapplication.atozemail.com/api/v1
ATOZ_EMAIL_API_URLNohttps://integrationapplication.atozemail.com/api/v1Override Integration Application API base URL

App variables

Required by the Reinterface dashboard (Supabase auth, OAuth return URLs):

VariableRequiredDefaultDescription
NEXT_PUBLIC_SITE_URLYeshttps://reinterface.comCanonical public site URL — used for SEO (sitemap, canonical tags, Open Graph)
NEXT_PUBLIC_SUPABASE_URLYesSupabase project URL
NEXT_PUBLIC_SUPABASE_ANON_KEYYesSupabase 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).