What is a UAT and PROD (production) environment

The answer is quite simple.
UAT stands for User ‘Acceptance and Testing’ a UAT environment can thus be used for testing your integrations and making changes before using them in production.
It should also only be connected to ‘sandboxes’ and not live systems.

This brings us to the PROD or otherwise referred to as Production environment.
A production environment will be your live environment, connected to live systems.

Other terms used for a UAT environment are Demo, Sandbox, Test, Build or Development environment.

If you have a UAT Alumio environment you should be able to access it by prefixing “uat-” to your environment.
For example “company-co” would become “uat-company-co”.