# Environments

Alphi is a multi-environment nocode backend that allows you two to have two versions of the same endpoint.

## Development

The development flow can **only** be run if the flow is open and in development mode.

{% hint style="info" %}
URL `https://dev.api-server.io/`
{% endhint %}

## Production

The production flow can only be updated if you deploy development to production.

{% hint style="info" %}
URL `https://live.api-server.io/`
{% endhint %}

## Rollback

To revert the changes in development to the last flow deployed to production, select **'Rollback development to production'**.

{% hint style="info" %}
The production flow will not be affected.
{% endhint %}
