{
  "manifest_version": "1.0.0",
  "template": {
    "id": "bc181fc4-5c92-4747-b11b-2f0714b3888a",
    "slug": "astro-railway-template",
    "name": "Astro",
    "description": "Simple Astro starter for blogs, portfolios, and landing pages.",
    "url": "https://railway.com/deploy/astro-railway-template",
    "upstream": {
      "repo_url": "https://github.com/codestorm-official/astro-starter-template"
    }
  },
  "services": [
    {
      "name": "astro-starter-template",
      "source": {
        "repo": "https://github.com/codestorm-official/astro-starter-template"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "astro-starter-template",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "4321"
    },
    {
      "key": "NODE_ENV",
      "service": "astro-starter-template",
      "description": "Provide a value for NODE_ENV.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "ADMIN_SECRET",
      "service": "astro-starter-template",
      "description": "Provide a value for ADMIN_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PUBLIC_SITE_URL",
      "service": "astro-starter-template",
      "description": "Provide a value for PUBLIC_SITE_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PUBLIC_SITE_TITLE",
      "service": "astro-starter-template",
      "description": "Provide a value for PUBLIC_SITE_TITLE.",
      "secret": false,
      "strategy": "default",
      "default": "Astro Portfolio & Blog Starter"
    },
    {
      "key": "PUBLIC_SITE_AUTHOR",
      "service": "astro-starter-template",
      "description": "Provide a value for PUBLIC_SITE_AUTHOR.",
      "secret": false,
      "strategy": "default",
      "default": "Asep Saputra"
    },
    {
      "key": "PUBLIC_SITE_DESCRIPTION",
      "service": "astro-starter-template",
      "description": "Provide a value for PUBLIC_SITE_DESCRIPTION.",
      "secret": false,
      "strategy": "default",
      "default": "A developer and creator building things for the web."
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "astro-railway-template"
      }
    },
    "cli": "railway deploy --template astro-railway-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "bc181fc4-5c92-4747-b11b-2f0714b3888a",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "2063873a-b8a3-41d6-b116-d6b176f7f7ec": {
                  "icon": "https://astro.build/assets/press/astro-icon-light-gradient.svg",
                  "name": "astro-starter-template",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/codestorm-official/astro-starter-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "4321"
                    },
                    "NODE_ENV": {
                      "isOptional": false,
                      "defaultValue": "production"
                    },
                    "ADMIN_SECRET": {
                      "isOptional": false,
                      "defaultValue": "{{ADMIN_SECRET}}"
                    },
                    "PUBLIC_SITE_URL": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "PUBLIC_SITE_TITLE": {
                      "isOptional": false,
                      "defaultValue": "Astro Portfolio & Blog Starter"
                    },
                    "PUBLIC_SITE_AUTHOR": {
                      "isOptional": false,
                      "defaultValue": "Asep Saputra"
                    },
                    "PUBLIC_SITE_DESCRIPTION": {
                      "isOptional": false,
                      "defaultValue": "A developer and creator building things for the web."
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T08:12:48.934Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4dcfc7c7a4b44fee92f9",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 102,
    "typical_build_seconds": 40,
    "typical_start_seconds": 10,
    "slowest_service": "astro-starter-template"
  }
}
