{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ca05ce6c-117b-445d-a128-90a3fa959cc8",
    "slug": "resend-email-railway",
    "name": "Send Emails on Railway Without SMTP — Resend API Starter",
    "description": "Fix Railway's email restriction. Resend HTTPS API — 3,000 free emails/month",
    "url": "https://railway.com/deploy/resend-email-railway",
    "upstream": {
      "repo_url": "https://github.com/resend/resend-node-railway-starter"
    }
  },
  "services": [
    {
      "name": "Resend",
      "source": {
        "repo": "https://github.com/resend/resend-node-railway-starter"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "RESEND_API_KEY",
      "service": "Resend",
      "description": "API Key from your Resend account. You can create a new key at https://resend.com/api-keys",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "resend-email-railway"
      }
    },
    "cli": "railway deploy --template resend-email-railway",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ca05ce6c-117b-445d-a128-90a3fa959cc8",
            "serializedConfig": {
              "services": {
                "fec022a6-bf79-44f2-8235-1c9c9e961efd": {
                  "icon": "https://resend.com/static/favicons/favicon@180x180.png",
                  "name": "Resend",
                  "source": {
                    "repo": "resend/resend-node-railway-starter",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "RESEND_API_KEY": {
                      "isOptional": false,
                      "description": "API Key from your Resend account. You can create a new key at https://resend.com/api-keys",
                      "defaultValue": "{{RESEND_API_KEY}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T10:23:24.774Z",
  "success_rate_30d": 0.8333,
  "validation": {
    "last_run_id": "run_7f1ac2d56b954c12b9c3",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 94,
    "typical_build_seconds": 23,
    "typical_start_seconds": 0,
    "slowest_service": "Resend"
  }
}
