Integration Guide

Railway + Meridian

Deploy Meridian on Railway in minutes. One-click template, automatic scaling, and zero-downtime updates for your licensing infrastructure.

Quickstart

1Click the Deploy on Railway button above
2Railway clones the Meridian template into your account
3Set the environment variables below
4Railway builds and deploys automatically
5Your Meridian instance is live at the assigned Railway domain

Environment Variables

Set these in your Railway service dashboard under Variables.

VariableDescriptionExample
MERIDIAN_BASE_URLYour Meridian instance URLhttps://meridian.example.com
MERIDIAN_API_KEYAPI key from Meridian dashboardmk_live_...
MERIDIAN_WEBHOOK_SECRETWebhook signing secretwhsec_...

Verify Deployment

Once deployed, hit the health endpoint to confirm everything is running.

curl https://your-service.railway.app/api/health
{
  "status": "ok",
  "version": "1.0.0",
  "uptime": 3600
}

Next Steps