{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6b3549e2-f30a-4feb-a4dd-bc5097ef0d9a",
    "slug": "aurogen",
    "name": "aurogen",
    "description": "Aurogen is a modular multi-agent platform inspired by OpenClaw",
    "url": "https://railway.com/deploy/aurogen",
    "upstream": {
      "image": "xiaosong233/aurogen-railway:v0.2.0post2-amd64fix1"
    }
  },
  "services": [
    {
      "name": "aurogen",
      "source": {
        "image": "xiaosong233/aurogen-railway:v0.2.0post2-amd64fix1"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/aurogen/.workspace",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "aurogen",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "DEPLOY_STAMP",
      "service": "aurogen",
      "description": "Provide a value for DEPLOY_STAMP.",
      "secret": false,
      "strategy": "default",
      "default": "20260326D"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "aurogen"
      }
    },
    "cli": "railway deploy --template aurogen",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6b3549e2-f30a-4feb-a4dd-bc5097ef0d9a",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "4012ab70-294b-48c2-a130-a328d188736f": {
                  "icon": null,
                  "name": "aurogen",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/system/status",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "xiaosong233/aurogen-railway:v0.2.0post2-amd64fix1"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "8000"
                    },
                    "DEPLOY_STAMP": {
                      "isOptional": false,
                      "defaultValue": "20260326D"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "4012ab70-294b-48c2-a130-a328d188736f": {
                      "mountPath": "/app/aurogen/.workspace"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "aurogen",
      "method": "GET",
      "path": "/system/status",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T08:00:14.209Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1555e2e8dc4b40ce91e8",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 73,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "aurogen"
  }
}
