{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3959f602-2305-4a83-a0bf-f3e8bd118182",
    "slug": "y1l7kq",
    "name": "Next.js with Apollo Client",
    "description": "Next.js frontend with Apollo Client already configured to use with GraphQL.",
    "url": "https://railway.com/deploy/y1l7kq",
    "upstream": {
      "repo_url": "https://github.com/izzy2407/Next.JS-and-Express.js-GraphQL-Full-Stack-Starter-Kit"
    }
  },
  "services": [
    {
      "name": "Next.js with Apollo Client",
      "source": {
        "repo": "https://github.com/izzy2407/Next.JS-and-Express.js-GraphQL-Full-Stack-Starter-Kit"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NEXT_PUBLIC_API_URL",
      "service": "Next.js with Apollo Client",
      "description": "Provide a value for NEXT_PUBLIC_API_URL.",
      "secret": false,
      "strategy": "default",
      "default": "https://flyby-router-demo.herokuapp.com/"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "y1l7kq"
      }
    },
    "cli": "railway deploy --template y1l7kq",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3959f602-2305-4a83-a0bf-f3e8bd118182",
            "serializedConfig": {
              "services": {
                "8831552b-4892-4b95-8028-a99cda47c970": {
                  "name": "Next.js with Apollo Client",
                  "source": {
                    "repo": "izzy2407/Next.JS-and-Express.js-GraphQL-Full-Stack-Starter-Kit",
                    "branch": null,
                    "rootDirectory": "./frontend"
                  },
                  "variables": {
                    "NEXT_PUBLIC_API_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://flyby-router-demo.herokuapp.com/"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T10:20:04.787Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_57a4edd10e854860b007",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
