{
  "manifest_version": "1.0.0",
  "template": {
    "id": "50b874f6-4fc2-4ff2-9fb4-2d3d7a8297ec",
    "slug": "effect",
    "name": "Effect",
    "description": "A starter TypeScript Effect application.",
    "url": "https://railway.com/deploy/effect",
    "upstream": {
      "repo_url": "https://github.com/6ixfalls/effect-app"
    }
  },
  "services": [
    {
      "name": "Effect App",
      "source": {
        "repo": "https://github.com/6ixfalls/effect-app"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "effect"
      }
    },
    "cli": "railway deploy --template effect",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "50b874f6-4fc2-4ff2-9fb4-2d3d7a8297ec",
            "serializedConfig": {
              "services": {
                "b4e67595-3b89-4e04-917f-22cc2862a272": {
                  "icon": "https://effect.website/favicon.png",
                  "name": "Effect App",
                  "deploy": {
                    "startCommand": "node dist/dist/cjs/index.js",
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "6ixfalls/effect-app",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-19T04:14:37.968Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T22:48:46.120Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_07e3f3c88fa948ebaa21",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 91,
    "typical_build_seconds": 50,
    "typical_start_seconds": 0,
    "slowest_service": "Effect App"
  }
}
