{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d3106146-1d30-4a97-9487-323ab10d7e1e",
    "slug": "veritly-connector-template",
    "name": "veritly-connector-template",
    "description": "Run an outbound-only Veritly connector beside a private Railway database.",
    "url": "https://railway.com/deploy/veritly-connector-template",
    "upstream": {
      "image": "ghcr.io/mixindennisbarzanoffmixin/connector:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "veritly-connector",
      "source": {
        "image": "ghcr.io/mixindennisbarzanoffmixin/connector:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/veritly",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "veritly-connector",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "VERITLY_GATEWAY_URL",
      "service": "veritly-connector",
      "description": "Provide a value for VERITLY_GATEWAY_URL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "VERITLY_STATUS_ADDR",
      "service": "veritly-connector",
      "description": "Provide a value for VERITLY_STATUS_ADDR.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "VERITLY_PAIRING_CODE",
      "service": "veritly-connector",
      "description": "Provide a value for VERITLY_PAIRING_CODE.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "veritly-connector-template"
      }
    },
    "cli": "railway deploy --template veritly-connector-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d3106146-1d30-4a97-9487-323ab10d7e1e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "06be7709-4dde-4003-b796-2e94007fc25d": {
                  "icon": null,
                  "name": "veritly-connector",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/mixindennisbarzanoffmixin/connector:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "{{PORT}}"
                    },
                    "VERITLY_GATEWAY_URL": {
                      "isOptional": false,
                      "defaultValue": "{{VERITLY_GATEWAY_URL}}"
                    },
                    "VERITLY_STATUS_ADDR": {
                      "isOptional": false,
                      "defaultValue": "{{VERITLY_STATUS_ADDR}}"
                    },
                    "VERITLY_PAIRING_CODE": {
                      "isOptional": false,
                      "defaultValue": "{{VERITLY_PAIRING_CODE}}"
                    }
                  },
                  "volumeMounts": {
                    "06be7709-4dde-4003-b796-2e94007fc25d": {
                      "mountPath": "/var/lib/veritly"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T22:14:43.398Z",
  "generator_version": "0.1.0"
}
