Overview
Deployment types represent deployed prompts with their complete configuration, messages, tools, and variables.Deployment
A specific instance of a prompt that has been deployed to an environment.id- Deployment identifiercreatedAt- Creation timestampupdatedAt- Last update timestampcreatedByUserId- Creator user IDupdatedByUserId- Last updater user IDprojectId- Associated project IDpromptId- Associated prompt IDdeploymentEnvironmentId- Target environment IDprompt- Complete deployed prompt snapshot
PromptSnapshot
See the dedicated PromptSnapshot page for full documentation. Prompt snapshot with messages, tools, config, and variables.config- Model provider and settingsmessages- Array of prompt messagestools- Array of tool function definitionsvariables- Array of prompt variable definitions
PromptSnapshotConfig
See the dedicated PromptSnapshotConfig page for full documentation. Model provider and settings configuration. All fields are optional because a deployment snapshot may have an incomplete configuration.providerName- Provider name (e.g., ‘openai’, ‘anthropic’, ‘google’)providerId- Adaline internal provider UUIDmodel- Model identifier (e.g., ‘gpt-4o’, ‘claude-3-opus’)settings- Provider-specific runtime configuration