{
  "manifest_version": "1.0.0",
  "template": {
    "id": "89f1731c-d341-4280-9abc-cb1b4d3e5c66",
    "slug": "rocket-or-rust-json-api-in-an-18-mb-cont",
    "name": "Rocket | Rust JSON API in an 18 MB Container",
    "description": "Rocket 0.5 on current Rust, committed lockfile, 18 MB runtime image",
    "url": "https://railway.com/deploy/rocket-or-rust-json-api-in-an-18-mb-cont",
    "upstream": {
      "repo_url": "https://github.com/ak40u/rocket-railway-starter"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "API",
      "source": {
        "repo": "https://github.com/ak40u/rocket-railway-starter"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "API",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "rocket-or-rust-json-api-in-an-18-mb-cont"
      }
    },
    "cli": "railway deploy --template rocket-or-rust-json-api-in-an-18-mb-cont",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "89f1731c-d341-4280-9abc-cb1b4d3e5c66",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "45625b3b-22bd-44c6-84d6-6d6dde818740": {
                  "icon": null,
                  "name": "API",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/ak40u/rocket-railway-starter",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-04T17:54:19.363Z",
  "generator_version": "0.1.0"
}
