{
  "manifest_version": "1.0.0",
  "template": {
    "id": "21e45dc2-f4a9-433b-a455-e20c5d612323",
    "slug": "airi",
    "name": "Airi",
    "description": "AIRI Web, a self-hosted AI companion with Live2D, VRM and voice. airi",
    "url": "https://railway.com/deploy/airi",
    "upstream": {
      "image": "ghcr.io/xavto/airi-web-railway:latest"
    }
  },
  "services": [
    {
      "name": "Airi",
      "source": {
        "image": "ghcr.io/xavto/airi-web-railway:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "AIRI_VERSION",
      "service": "Airi",
      "description": "AIRI source tag used to build the image, e.g. v0.11.3.",
      "secret": false,
      "strategy": "default",
      "default": "v0.11.3"
    },
    {
      "key": "VITE_ENABLE_POSTHOG",
      "service": "Airi",
      "description": "Enable PostHog analytics during the frontend build.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "airi"
      }
    },
    "cli": "railway deploy --template airi",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "21e45dc2-f4a9-433b-a455-e20c5d612323",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "0e0dacda-2723-4962-8f95-cae364d631da": {
                  "icon": "https://airi.moeru.ai/docs/favicon.svg",
                  "name": "Airi",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/xavto/airi-web-railway:latest"
                  },
                  "variables": {
                    "AIRI_VERSION": {
                      "isOptional": false,
                      "description": "AIRI source tag used to build the image, e.g. v0.11.3.",
                      "defaultValue": "v0.11.3"
                    },
                    "VITE_ENABLE_POSTHOG": {
                      "isOptional": false,
                      "description": "Enable PostHog analytics during the frontend build.",
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T22:29:00.389Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4cd91ba01252436393b8",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 37,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "Airi"
  }
}
