{
  "manifest_version": "1.0.0",
  "template": {
    "id": "53a36528-4883-4f81-bf7e-5d89773efc98",
    "slug": "resend",
    "name": "Resend",
    "description": "Send transactional and marketing emails from your app",
    "url": "https://railway.com/deploy/resend",
    "upstream": {
      "repo_url": "https://github.com/resend/resend-node-railway-starter"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Resend Starter",
      "source": {
        "repo": "https://github.com/resend/resend-node-railway-starter"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "RESEND_API_KEY",
      "service": "Resend Starter",
      "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"
      }
    },
    "cli": "railway deploy --template resend",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "53a36528-4883-4f81-bf7e-5d89773efc98",
            "serializedConfig": {
              "services": {
                "57bc5226-1628-4ed8-bbe7-63e88d8cdeda": {
                  "icon": "https://resend.com/static/favicons/favicon@180x180.png",
                  "name": "Resend Starter",
                  "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}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-08T11:54:27.954Z",
  "generator_version": "0.1.0"
}
