What are the Prequel environments?
Every Prequel account is provisioned with two environments:staging and prod. Functionally, they behave the same, but with a few key differences.
Switching between staging and prod environments
API keys: sk_staging_* vs. sk_prod_*
API keys beginning with sk_staging_ will automatically route your request to your staging environment. API keys beginning with sk_prod_ will route requests to prod.
Admin UI toggle
In the Admin UI, the toggle at the bottom left of the screen can be used to switch between or verify environments.