Skip to main content
Version: console

Environment

The Interactor Engine provides a framework for managing data sets across different environments. This allows the developers to use different data sets for development, testing, and production.

Clicking on the environment name opens a drop down where you can select from below options

  • Deployment options such as settings
  • Other environments

alt text

Settings

Below can be edited from the account section.

  • Name : You can name the environment anything your want. Typically you would have below environment
    • Production : live environment where the data set for you actual users are stored and managed
    • Testing : environment where the quality control or testing team validates before pushing to production
    • Development : environment where developers work with set of sample data
  • API Key : The data and access to each environment is controlled by API key.

alt text

API Key

API Key can be regenerated as many times as you need.

You can not view the same API key once you close the popup.

danger
  • Make sure you memo the API key in a secured location if you intend on using it multiple time.
  • Once you regenerate the API key, the previous API would not work!!!