{
  "manifest_version": "1.0.0",
  "template": {
    "id": "35965428-36b9-4981-b1f2-d4794f5a3bbe",
    "slug": "ict_K7",
    "name": "Draw.io",
    "description": "A client-side editor for general diagramming and whiteboarding",
    "url": "https://railway.com/deploy/ict_K7",
    "upstream": {
      "image": "jgraph/drawio"
    }
  },
  "services": [
    {
      "name": "jittery-pet",
      "source": {
        "image": "jgraph/drawio"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "jittery-pet",
      "description": "You can leave it at 8080",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "DRAWIO_BASE_URL",
      "service": "jittery-pet",
      "description": "Your public url, you can leave it as ${{RAILWAY_PUBLIC_DOMAIN}}",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ict_K7"
      }
    },
    "cli": "railway deploy --template ict_K7",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "35965428-36b9-4981-b1f2-d4794f5a3bbe",
            "serializedConfig": {
              "services": {
                "d5589924-25f8-4583-928c-4fa89cded0b0": {
                  "name": "jittery-pet",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "jgraph/drawio"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "You can leave it at 8080",
                      "defaultValue": "8080"
                    },
                    "DRAWIO_BASE_URL": {
                      "isOptional": false,
                      "description": "Your public url, you can leave it as ${{RAILWAY_PUBLIC_DOMAIN}}",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T16:17:55.730Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_10c1db2fb8e145378276",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 66,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "jittery-pet"
  }
}
