{
  "manifest_version": "1.0.0",
  "template": {
    "id": "098870d1-23dc-4ff4-a482-2be322acd4a1",
    "slug": "simplestclaw-anthropic",
    "name": "simplestclaw (anthropic)",
    "description": "One-click OpenClaw deployment. AI assistant that runs 24/7.",
    "url": "https://railway.com/deploy/simplestclaw-anthropic",
    "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": "ANTHROPIC_API_KEY",
      "service": "@simplestclaw/gateway",
      "description": "Anthropic 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-anthropic"
      }
    },
    "cli": "railway deploy --template simplestclaw-anthropic",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "098870d1-23dc-4ff4-a482-2be322acd4a1",
            "serializedConfig": {
              "services": {
                "70fa65d0-ff3f-42ef-af56-6ca5f2861574": {
                  "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": {
                    "ANTHROPIC_API_KEY": {
                      "isOptional": false,
                      "description": "Anthropic API Key",
                      "defaultValue": "{{ANTHROPIC_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-14T22:14:43.073Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-13T21:08:47.730Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_d20c16fa82794959b0fc",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
