{
  "manifest_version": "1.0.0",
  "template": {
    "id": "777db437-598f-4c39-aabf-473015be93a2",
    "slug": "rivet-cloud-starter",
    "name": "Rivet Cloud Starter",
    "description": "Connect a Rivet application with Rivet Cloud",
    "url": "https://railway.com/deploy/rivet-cloud-starter",
    "upstream": {
      "repo_url": "https://github.com/rivet-dev/template-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Example App",
      "source": {
        "repo": "https://github.com/rivet-dev/template-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "RIVET_RUNNER",
      "service": "Example App",
      "description": "Runner name to connect as. (Advanced)",
      "secret": false,
      "strategy": "default",
      "default": "rivetkit"
    },
    {
      "key": "RIVET_ENDPOINT",
      "service": "Example App",
      "description": "Rivet endpoint to connect to on the backend.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "RIVET_PUBLIC_ENDPOINT",
      "service": "Example App",
      "description": "Rivet endpoint to connect to from the frontend.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "rivet-cloud-starter"
      }
    },
    "cli": "railway deploy --template rivet-cloud-starter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "777db437-598f-4c39-aabf-473015be93a2",
            "serializedConfig": {
              "services": {
                "551dd08e-d7d3-4446-ab0f-cc2dd3c6132f": {
                  "icon": "https://nodejs.org/static/images/favicons/favicon.png",
                  "name": "Example App",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/rivet/health"
                  },
                  "source": {
                    "repo": "https://github.com/rivet-dev/template-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "RIVET_RUNNER": {
                      "isOptional": false,
                      "description": "Runner name to connect as. (Advanced)",
                      "defaultValue": "rivetkit"
                    },
                    "RIVET_ENDPOINT": {
                      "isOptional": false,
                      "description": "Rivet endpoint to connect to on the backend.",
                      "defaultValue": "{{RIVET_ENDPOINT}}"
                    },
                    "RIVET_PUBLIC_ENDPOINT": {
                      "isOptional": false,
                      "description": "Rivet endpoint to connect to from the frontend.",
                      "defaultValue": "{{RIVET_PUBLIC_ENDPOINT}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Example App",
      "method": "GET",
      "path": "/api/rivet/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
