Security and privacy
How Search2o protects an account. The license key admits agent servers, the vault keeps secrets out of agents, encryption protects what leaves your organization, Data privacy says where every kind of data ends up, and Running multiple environments keeps development, staging and production apart.
- License key rotationThe license key is what connects an agent server to the account. Every request an agent server makes to Search2o Cloud carries the key, and a server without …
- Secret vaultPasswords, API keys and tokens must never appear in an agent definition or in a profile. An agent reads a secret at runtime with sys.secret[name], and the Se…
- EncryptionSearch2o has builtin encryption that stores sensitive information in encrypted form. You can switch to end-to-end encryption for even more privacy.
- Data privacyData falls into four categories: what never leaves your organization, what leaves only in encrypted form, what leaves in plain form but is stored encrypted, …
- Running multiple environmentsMost organizations run their systems in several environments — development, test, staging, production. Search2o supports this with one account per environment.

