Sandbox
Your sandbox is a dedicated tenant that can be provisioned in up to three distinct environments: General Availability (GA), Preview, and Alpha. It is designed to help you build integrations, test workflows, and experiment with new features without affecting production data or systems.
You can choose to deploy your GA and Preview environments in a specific region. The Alpha environment is available only in Australia.
General Availability (GA)
The GA environment represents our production-ready staging environment. It is used for final-stage integration and data transition prior to full production deployment.
Region-specific endpoints:
Preview
The Preview environment provides early access to upcoming releases. Often, the codebase here is identical to that of GA. However, in cases where a release includes significant changes, this environment allows early adopters to validate and prepare ahead of time.
Code deployed here has passed internal user acceptance testing (UAT) but may not yet have been validated by external early adopters.
Region-specific endpoints:
- https://api-staging.preview.uk.evolvego.com/your-sandbox
- https://api-staging.preview.au.evolvego.com/your-sandbox
Alpha
The Alpha environment is our active development environment. It features the latest codebase, which may include experimental or unstable features. This environment is intended for integration development ahead of formal release cycles.
It tracks the main branch of our codebase, which receives frequent updates via merge requests. These updates have passed several layers of automated and manual testing, but have not undergone formal user acceptance testing. The environment is updated daily at 20:00 UTC and is hosted in our Australian data centre.
This approach reinforces the expectation that data in Alpha is transient. It encourages automation for test data setup and simplifies development by avoiding backward compatibility constraints during rapid iteration.
Endpoint:
- https://api.alpha.lfms.dev/<your-sandbox>