Settings
Configuration and environment reference
Never expose BACKEND_INTERNAL_API_KEY to the browser. All internal backend calls go through Next.js API route handlers.
Environment Variables
NEXT_PUBLIC_API_BASE_URLPublicBackend API base URL (public)
Example: http://localhost:8000
NEXT_PUBLIC_ENABLE_MOCK_DATAPublicEnable demo/mock data mode
Example: false
NEXT_PUBLIC_MANUAL_POSTING_MODEPublicForce manual posting mode
Example: true
BACKEND_API_BASE_URLServer-onlyBackend API URL (server-only)
Example: http://localhost:8000
BACKEND_INTERNAL_API_KEYServer-onlyInternal API key (server-only, never exposed)
Example: ••••••••••••
Backend Safety Defaults
AUTONOMY_MODEgateAll risky actions require approvalENABLE_AUTOPOSTfalseAutoPost disabled by defaultENABLE_ACCOUNT_OPSfalseAccount operations disabledPublishingrequires approvalNo publish without sign-offRenderingrequires approvalRender gate active