# NEWO endpoints NEWO_BASE_URL=https://app.newo.ai # Multi-customer configuration - Array format # Define API keys as JSON array - customer IDN will be auto-detected from API response NEWO_API_KEYS=["api_key_1", "api_key_2", "api_key_3"] # Or with optional project IDs per API key # NEWO_API_KEYS=[{"key":"api_key_1","project_id":"project_uuid_1"}, {"key":"api_key_2","project_id":"project_uuid_2"}] # Optional: specify default customer IDN after keys are loaded # NEWO_DEFAULT_CUSTOMER=NEWO_ESd2BC95 # Legacy format (still supported) # NEWO_CUSTOMER_[IDN]_API_KEY=api_key # NEWO_CUSTOMER_acme_API_KEY=put_acme_api_key_here # Legacy single-customer mode (still supported) # NEWO_API_KEY=put_api_key_here # NEWO_PROJECT_ID=b78188ba-0df0-46a8-8713-f0d7cff0a06e # Project format (default: cli_v1, only affects NEW pulls where no local files exist) # cli_v1 = Native CLI format (full feature support, per-entity metadata) # newo_v2 = NEWO platform export format (compatible with platform UI exports) # NEWO_FORMAT=cli_v1 # Optional bootstrap tokens (for legacy mode or manual setup) NEWO_ACCESS_TOKEN= NEWO_REFRESH_TOKEN= # Optional: explicit refresh endpoint if your server supports it (else leave blank) NEWO_REFRESH_URL= # Example: # NEWO_REFRESH_URL=https://app.newo.ai/api/v1/auth/token/refresh