Skip to main content
Deploying a prompt makes it available to your AI applications via the Adaline API or SDK. You can deploy directly to any deployment environment — and promote prompts across environments as they progress through your pipeline.

Deploy to an environment

The deployment environment view is the central space for managing deployments. It is divided into three zones: Deployment environment view in Adaline
The banner at the bottom shows the deployment direction (e.g., Editor -> Production). This is a visual indicator of what you are about to deploy — it is not clickable.

Confirm the deployment

When you are ready, click Deploy to push the prompt to the selected environment: Confirming a deployment in Adaline After deployment completes, Adaline shows the deployed state: Completed deployment in Adaline The right panel now displays:
  • Integration IDs — Deployment snapshot ID, environment ID, and prompt bench ID for use in your API/SDK calls. Adaline auto-fills the code snippets in the API Integration section.
  • Webhook executions — Status of any webhook deliveries triggered by the deployment.

Deploy to another environment

To promote a prompt from one environment to another (e.g., staging to production), select the prompt and click Deploy to…: Deploying to another environment This lets you move prompts forward or backward through your deployment pipeline. For example:
  • Staging -> Production — Promote a tested prompt to your live application.
  • Production -> Staging — Pull a production prompt back to staging for further testing or iteration.
Before deploying to production, compare the deployments between environments to review exactly what will change.

Access deployed prompts

After deployment, your AI application can access the prompt via:
  • API — Use the Adaline REST API with your environment key and deployment IDs.
  • SDK — Use the TypeScript or Python SDK to fetch and execute deployed prompts.
  • WebhooksConfigure webhooks to receive real-time notifications whenever a deployment is created or rolled back.

What gets deployed

A deployment captures a complete snapshot of your prompt, including: Here is a sample deployment object returned by the API and SDK:
Deployments return prompt messages with {{variable_name}} placeholders intact. Replace them with runtime values before sending to your AI provider — see Use variables in a prompt for the pattern in TypeScript and Python.

Next steps

Rollback Your Prompt

Revert to a previous deployment instantly.

Compare Your Deployments

Review diffs between deployment versions.