Skip to main content
Flux provides distinct environments to ensure you can safely develop and test your integrations without affecting production data.
Never run automated tests or development scripts against the Production environment.

Internal APIs (Metadata Service)

The Metadata Service is only accessible from within the internal network. Depending on which internal network you are connected to (via VPN or VPS), the base URL changes:
EnvironmentBase URLUsage
Developmenthttp://meta.dev.internal:8080Unstable, contains bleeding-edge features. Database is wiped frequently.
Staginghttp://meta.staging.internal:8080Pre-production environment. Mirrors production data structure. Use this for testing your integrations.
Productionhttp://meta.internal:8080Live production data. Strictly for production traffic.

Public APIs (Flux Pass)

Flux Pass is accessible from the public internet. Use the following base URLs:
EnvironmentBase URLUsage
Staginghttps://api.staging.fluxdrop.comSafe testing environment for Auth and User management.
Productionhttps://api.fluxdrop.comLive production API.