{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9be7d7a0-3efb-484f-9a44-2b15b38430d0",
    "slug": "invokeai",
    "name": "InvokeAI",
    "description": "A powerful creative engine and WebUI for Stable Diffusion image generation",
    "url": "https://railway.com/deploy/invokeai",
    "upstream": {
      "image": "ghcr.io/invoke-ai/invokeai:latest"
    }
  },
  "services": [
    {
      "name": "invokeai",
      "source": {
        "image": "ghcr.io/invoke-ai/invokeai:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "invokeai"
      }
    },
    "cli": "railway deploy --template invokeai",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9be7d7a0-3efb-484f-9a44-2b15b38430d0",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "3020c767-2d44-4f73-ab48-6f82c4cc9bf6": {
                  "icon": "https://cdn-avatars.huggingface.co/v1/production/uploads/63e004bdf0c75dfb87690d5c/AtX_SwdU0j5UkJdDEkNsS.png",
                  "name": "invokeai",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/invoke-ai/invokeai:latest"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:9090": {
                        "port": 9090
                      }
                    }
                  },
                  "volumeMounts": {
                    "3020c767-2d44-4f73-ab48-6f82c4cc9bf6": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T04:14:34.944Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T17:41:47.420Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e3e160d64e354c57a51c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 260,
    "typical_build_seconds": 0,
    "typical_start_seconds": 194,
    "slowest_service": "invokeai"
  }
}
