{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6fe91e0e-a070-4d54-8e0c-589b9b9201ea",
    "slug": "express-api-or-typescript-rate-limiting-",
    "name": "Express API | TypeScript, Rate Limiting and Security Headers",
    "description": "Express 5 and TypeScript, proxy-aware rate limiting and security headers",
    "url": "https://railway.com/deploy/express-api-or-typescript-rate-limiting-",
    "upstream": {
      "repo_url": "https://github.com/ak40u/express-api-railway-starter"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "API",
      "source": {
        "repo": "https://github.com/ak40u/express-api-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"
    },
    {
      "key": "RATE_LIMIT_PER_MINUTE",
      "service": "API",
      "description": "Provide a value for RATE_LIMIT_PER_MINUTE.",
      "secret": false,
      "strategy": "default",
      "default": "120"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "express-api-or-typescript-rate-limiting-"
      }
    },
    "cli": "railway deploy --template express-api-or-typescript-rate-limiting-",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6fe91e0e-a070-4d54-8e0c-589b9b9201ea",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "c7b76682-8de0-4006-9f0f-58a1797e9935": {
                  "icon": null,
                  "name": "API",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/ak40u/express-api-railway-starter",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "8080"
                    },
                    "RATE_LIMIT_PER_MINUTE": {
                      "isOptional": false,
                      "defaultValue": "120"
                    }
                  },
                  "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"
}
