{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2d5c6576-cd4a-43d2-92d2-9f5e5baa81ea",
    "slug": "openhands-or-just-updated-ai-coding-agen",
    "name": "OpenHands | (Just Updated) AI Coding Agent Whose API Key Isn't Public",
    "description": "Current Agent Canvas 1.14.0. Session key never baked into the page.",
    "url": "https://railway.com/deploy/openhands-or-just-updated-ai-coding-agen",
    "upstream": {
      "image": "ghcr.io/bon5co/openhands-railway:1.14.0"
    }
  },
  "services": [
    {
      "name": "openhands",
      "source": {
        "image": "ghcr.io/bon5co/openhands-railway:1.14.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/openhands/.openhands",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "OH_SECRET_KEY",
      "service": "openhands",
      "description": "Provide a value for OH_SECRET_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "OH_SESSION_API_KEYS_0",
      "service": "openhands",
      "description": "Provide a value for OH_SESSION_API_KEYS_0.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openhands-or-just-updated-ai-coding-agen"
      }
    },
    "cli": "railway deploy --template openhands-or-just-updated-ai-coding-agen",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2d5c6576-cd4a-43d2-92d2-9f5e5baa81ea",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "f7761d63-4d5f-49bc-9fd5-853afc9733c7": {
                  "icon": null,
                  "name": "openhands",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/openhands-railway:1.14.0"
                  },
                  "variables": {
                    "OH_SECRET_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{OH_SECRET_KEY}}"
                    },
                    "OH_SESSION_API_KEYS_0": {
                      "isOptional": false,
                      "defaultValue": "{{OH_SESSION_API_KEYS_0}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "f7761d63-4d5f-49bc-9fd5-853afc9733c7": {
                      "mountPath": "/home/openhands/.openhands"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "openhands",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-07T23:54:17.958Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-04T12:03:41.590Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4d9fffa9d5ec4b7da721",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 92,
    "typical_build_seconds": 0,
    "typical_start_seconds": 40,
    "slowest_service": "openhands"
  }
}
