Settings

Checking...

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_URLPublic

Backend API base URL (public)

Example: http://localhost:8000

NEXT_PUBLIC_ENABLE_MOCK_DATAPublic

Enable demo/mock data mode

Example: false

NEXT_PUBLIC_MANUAL_POSTING_MODEPublic

Force manual posting mode

Example: true

BACKEND_API_BASE_URLServer-only

Backend API URL (server-only)

Example: http://localhost:8000

BACKEND_INTERNAL_API_KEYServer-only

Internal API key (server-only, never exposed)

Example: ••••••••••••

Backend Safety Defaults

AUTONOMY_MODEgateAll risky actions require approval
ENABLE_AUTOPOSTfalseAutoPost disabled by default
ENABLE_ACCOUNT_OPSfalseAccount operations disabled
Publishingrequires approvalNo publish without sign-off
Renderingrequires approvalRender gate active