{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e1701b0b-e360-43d6-8c99-fd0a844247e9",
    "slug": "radicle-seed-template",
    "name": "radicle-seed-template",
    "description": "Radicle Seed and Explorer",
    "url": "https://railway.com/deploy/radicle-seed-template",
    "upstream": {
      "repo_url": "https://github.com/polats/free-the-claw"
    }
  },
  "services": [
    {
      "name": "radicle-seed",
      "source": {
        "repo": "https://github.com/polats/free-the-claw"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/radicle/.radicle",
      "http": true
    },
    {
      "name": "radicle-explorer",
      "source": {
        "repo": "https://github.com/polats/free-the-claw"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "radicle-seed",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "radicle-seed",
      "description": "Provide a value for RAILWAY_DOCKERFILE_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "Dockerfile.radicle-seed.railway"
    },
    {
      "key": "SEED_INTERNAL_HOST",
      "service": "radicle-explorer",
      "description": "Provide a value for SEED_INTERNAL_HOST.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "SEED_INTERNAL_PORT",
      "service": "radicle-explorer",
      "description": "Provide a value for SEED_INTERNAL_PORT.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "radicle-explorer",
      "description": "Provide a value for RAILWAY_DOCKERFILE_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "Dockerfile.radicle-explorer.railway"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "radicle-seed-template"
      }
    },
    "cli": "railway deploy --template radicle-seed-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e1701b0b-e360-43d6-8c99-fd0a844247e9",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "4ac66db3-60fb-4399-9b8f-99dfad9b7820": {
                  "icon": null,
                  "name": "radicle-seed",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 3
                  },
                  "source": {
                    "repo": "https://github.com/polats/free-the-claw",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8080"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "Dockerfile.radicle-seed.railway"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "4ac66db3-60fb-4399-9b8f-99dfad9b7820": {
                      "mountPath": "/home/radicle/.radicle"
                    }
                  }
                },
                "f3d25b25-9360-4cec-84f9-261b7cefee79": {
                  "icon": null,
                  "name": "radicle-explorer",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 3
                  },
                  "source": {
                    "repo": "https://github.com/polats/free-the-claw",
                    "rootDirectory": null
                  },
                  "variables": {
                    "SEED_INTERNAL_HOST": {
                      "isOptional": false,
                      "defaultValue": "${{radicle-seed.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "SEED_INTERNAL_PORT": {
                      "isOptional": false,
                      "defaultValue": "${{radicle-seed.PORT}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "Dockerfile.radicle-explorer.railway"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T12:32:53.108Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_bc919c08c12d4ce78c02",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 153,
    "typical_build_seconds": 51,
    "typical_start_seconds": 10,
    "slowest_service": "radicle-explorer"
  }
}
