Create and manage isolated deployment environments for your AI applications
Deployment environments in Adaline are isolated containers for specific prompt versions.
They allow you to safely manage different versions of your prompts across stages like development, staging, and production — each integrated independently into your AI applications or CI/CD pipelines.Environments are owned and maintained at the project level.
In other words, all the prompts within a project share the same environments.
This is because each project is akin to an AI agent, and each environment is a separate, isolated instance of that agent.
To create a new environment, click Create a new environment in the Deploy pillar:Give your environment a descriptive name:When you create a new environment, the content of the currently selected deployed environment is transferred to it. This is why you will see a new space with Undeployed changes — these represent the prompt version ready to be deployed to the new environment.
Click All environments to see every environment configured for your project:From this view you can create additional environments, switch between them, or compare deployments across environments.
To delete an environment, click the minus sign next to its name:
Deleting an environment also deletes all deployments within that environment across all prompts in the project. Any API or SDK calls targeting this environment will fail after deletion. This action cannot be undone.