{
  "manifest_version": "1.0.0",
  "template": {
    "id": "101384a4-2748-437a-b456-f302b4d850a7",
    "slug": "picoclaw-or-lightweight-alternative-of-o",
    "name": "PicoClaw | Lightweight Alternative of OpenClaw | Self Host",
    "description": "[May '26] One-click deploy PicoClaw. Any LLM. Any messaging platform.",
    "url": "https://railway.com/deploy/picoclaw-or-lightweight-alternative-of-o",
    "upstream": {
      "repo_url": "https://github.com/praveen-ks-2001/picoclaw-railway-template"
    }
  },
  "services": [
    {
      "name": "PicoClaw",
      "source": {
        "repo": "https://github.com/praveen-ks-2001/picoclaw-railway-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ADMIN_PASSWORD",
      "service": "PicoClaw",
      "description": "Auto generated password to login to setup page",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ADMIN_USERNAME",
      "service": "PicoClaw",
      "description": "Username to login to setup page",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "PICOCLAW_VERSION",
      "service": "PicoClaw",
      "description": "Branch to fetch from picoclaw git",
      "secret": false,
      "strategy": "default",
      "default": "main"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "picoclaw-or-lightweight-alternative-of-o"
      }
    },
    "cli": "railway deploy --template picoclaw-or-lightweight-alternative-of-o",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "101384a4-2748-437a-b456-f302b4d850a7",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "26697961-26d1-4576-9ebe-0a55539f2344": {
                  "icon": "https://picoclaw.net/logo.png",
                  "name": "PicoClaw",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/praveen-ks-2001/picoclaw-railway-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Auto generated password to login to setup page",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "ADMIN_USERNAME": {
                      "isOptional": false,
                      "description": "Username to login to setup page",
                      "defaultValue": "admin"
                    },
                    "PICOCLAW_VERSION": {
                      "isOptional": false,
                      "description": "Branch to fetch from picoclaw git",
                      "defaultValue": "main"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "26697961-26d1-4576-9ebe-0a55539f2344": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T19:39:07.691Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_f0a97da3b658429d80fc",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": false,
        "detail": "1 service(s) crashed within 30s"
      }
    ]
  }
}
