In Kombo, you will have access to two environments; a production environment (prod) and a development environment (dev). You can switch between these in the sidebar:

What differs per environment?

Only your tenant name (“Acme” in the case of the screenshot above) is shared across environments. That means that all your other configurations, including scopes, enabled tools, webhooks, custom fields, and secrets, will be different per environment.

Production

This is where you should create integrations with your customers. We are stricter in this environment about default privacy settings and data retention.

Only Kombo users with the Admin or Operator role will have access to this environment. Sensitive actions such as changing settings or deleting integrations are only available for users with the Admin role.

Saving the connection flow input in production

When connecting customers via your production environment, their connection flow input is saved in session storage. This is done so that while the same tab/window is open, your customer will not have to enter the same data for the same input if they move back and forth through the connection flow. When the tab/window is closed, the credentials are forgotten. This differs from the development credential storage, as described below.

Development

The development environment is meant to be used with your sandbox environments during development and testing. This environment is less strict about privacy settings and data retention.

Kombo users with the Admin or Developer role will have access to this environment. Both roles have full access to all sensitive actions such as changing settings or deleting integrations.

Saving the connection flow input in development

In the development environment, the connection flow input is saved in local storage. This is a quality-of-life feature meant for developers to prevent having to enter the same inputs when creating multiple connections to the same sandbox. Local storage will persist between browser sessions until it is manually cleared.

Kombo sandbox

You have access to our built-in Kombo Sandbox tool in the development environment. You can create a new integration with this sandbox as you would with any other integration, and instantly start reading data without having to connect a HR system.

Stale integrations

In the development environment only, integrations that did not receive an API requests in the past two weeks will automatically become inactive. If you want to continue using the integration, you can activate it again.