{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4fa23a10-4015-4da1-b092-4fe463a07fd0",
    "slug": "simplestclaw-gemini",
    "name": "simplestclaw (gemini)",
    "description": "One-click OpenClaw deployment. AI assistant that runs 24/7.",
    "url": "https://railway.com/deploy/simplestclaw-gemini",
    "upstream": {
      "repo_url": "https://github.com/mbron64/simplestclaw"
    }
  },
  "services": [
    {
      "name": "@simplestclaw/gateway",
      "source": {
        "repo": "https://github.com/mbron64/simplestclaw"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "GOOGLE_API_KEY",
      "service": "@simplestclaw/gateway",
      "description": "Gemini API Key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "OPENCLAW_GATEWAY_TOKEN",
      "service": "@simplestclaw/gateway",
      "description": "Provide a value for OPENCLAW_GATEWAY_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "simplestclaw-gemini"
      }
    },
    "cli": "railway deploy --template simplestclaw-gemini",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4fa23a10-4015-4da1-b092-4fe463a07fd0",
            "serializedConfig": {
              "services": {
                "c62755e4-e6d2-4b0a-8d2a-38f38c5ee86c": {
                  "icon": null,
                  "name": "@simplestclaw/gateway",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/mbron64/simplestclaw",
                    "rootDirectory": "/apps/gateway"
                  },
                  "variables": {
                    "GOOGLE_API_KEY": {
                      "isOptional": false,
                      "description": "Gemini API Key",
                      "defaultValue": "{{GOOGLE_API_KEY}}"
                    },
                    "OPENCLAW_GATEWAY_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{OPENCLAW_GATEWAY_TOKEN}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-13T04:14:39.446Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-11T18:35:55.480Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_5e3271852d9b40b2afa8",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
