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.Documentation Index
Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new environment
To create a new environment, click Create a new environment in the Deploy pillar:

View all environments
Click All environments to see every environment configured for your project:
Delete an environment
To delete an environment, click the minus sign next to its name:
Next steps
Deploy Your Prompt
Ship prompts to your configured environments.
Configure Webhooks
Set up real-time notifications for deployments.