{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1df86c81-8e26-40df-9209-7ba478971ffe",
    "slug": "tHOg9a",
    "name": "Disposable Email Checker",
    "description": "API for detecting disposable email adresses.",
    "url": "https://railway.com/deploy/tHOg9a",
    "upstream": {
      "repo_url": "https://github.com/envokersh/disposable-email-checker"
    }
  },
  "services": [
    {
      "name": "Server",
      "source": {
        "repo": "https://github.com/envokersh/disposable-email-checker"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DOMAIN_LIST",
      "service": "Server",
      "description": "URL to the domain list (you can remove this variable)",
      "secret": false,
      "strategy": "default",
      "default": "https://disposable.github.io/disposable-email-domains/domains.txt"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "tHOg9a"
      }
    },
    "cli": "railway deploy --template tHOg9a",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1df86c81-8e26-40df-9209-7ba478971ffe",
            "serializedConfig": {
              "services": {
                "50ef36fa-f0d5-4677-b83a-e1ecdef0f6cb": {
                  "name": "Server",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/envokersh/disposable-email-checker"
                  },
                  "variables": {
                    "DOMAIN_LIST": {
                      "isOptional": true,
                      "description": "URL to the domain list (you can remove this variable)",
                      "defaultValue": "https://disposable.github.io/disposable-email-domains/domains.txt"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "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-21T18:26:00.071Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_96fdc7a3564d4a49b981",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 119,
    "typical_build_seconds": 41,
    "typical_start_seconds": 10,
    "slowest_service": "Server"
  }
}
