Deployment Path

Get your license, launch the pod, and open LATCH on RunPod.

This is the fastest path if you do not want to provision your own GPU VM. The only credentials you need from CoDynamics are your private ACR pull username/password and your CoDynamics runtime token.

Before You Deploy

Make sure you have the right credentials.

Step 1

Create the pod with the correct image and env vars.

Image Settings

Container image

Use the private CoDynamics registry image shown in your fulfillment email: codynamicslatch.azurecr.io/latch/self-hosted:stable.

Port

Expose port 8091

LATCH serves both the local API and the Console on port 8091.

Registry Credentials

Use the private ACR login

Enter the short-lived CoDynamics ACR username and password from your fulfillment message so RunPod can pull the image.

Runtime Env

Set the startup token

Set the three LATCH env vars below exactly. This is the supported customer validation path.

RunPod env vars Copy these into the pod environment settings
LATCH_LICENSE_TOKEN=<your CoDynamics runtime token>
LATCH_LICENSE_VALIDATION_MODE=codynamics_online
LATCH_LICENSE_VALIDATION_URL=https://cdlac-demo-api.azurewebsites.net/api/license/startup_validate

Step 2

Wait through image pull and model warmup.

If the pod stays in an image-download or initialization state for much longer than expected, verify the registry credentials first. If the image already pulled but the runtime is still loading, that usually means model warmup is still in progress rather than a failed deployment.

Step 3

Verify the room before uploading documents.

Readiness check Use the pod HTTP endpoint once port 8091 is live
curl -s http://127.0.0.1:8091/health | jq '.status, .ready, .profile_id'

"ready"
true
"cdlac_latch_qwen14b_locked_20260317"

Next

Once the pod is live.

Reference

Customer API Reference

Use the local HTTP surface directly for health, compile, query, batch, and clear operations.

Reference

Console Guide

Use the Console documentation to understand document upload, query settings, telemetry, and workspace flow.