guideEnvironments overview

An environment is a logical structure that separates data in the CKEditor Cloud Services ecosystem.
A single product can contain many environments. It allows for creation of independent spaces on the Collaboration Server and other services.

# Security

Each environment has its own set of accessKeys and apiSecret. It means that for every environment the token endpoint and the request signature script need to be separate. It reduces the risk of connecting unintentionally to other environments.

Data belonging to the environment is encrypted by using different encryption keys for each environment.

You can learn more about security in System Security guide.

# Next steps