{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f025f143-e69f-4d0f-b51c-d2016b8d3082",
    "slug": "astro-starter",
    "name": "Astro",
    "description": "The basic Astro template‎ ",
    "url": "https://railway.com/deploy/astro-starter",
    "upstream": {
      "repo_url": "https://github.com/brody192/astro-basic-template"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Astro",
      "source": {
        "repo": "https://github.com/brody192/astro-basic-template"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Astro",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "astro-starter"
      }
    },
    "cli": "railway deploy --template astro-starter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f025f143-e69f-4d0f-b51c-d2016b8d3082",
            "serializedConfig": {
              "services": {
                "ff7561ff-9674-465f-a3e3-940afb99024c": {
                  "icon": "https://astro.build/assets/press/astro-icon-light-gradient.svg",
                  "name": "Astro",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "brody192/astro-basic-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-08T05:54:19.399Z",
  "generator_version": "0.1.0"
}
