{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4d6aeece-34fc-42d0-a14d-bcc6db2df5cc",
    "slug": "clawless",
    "name": "Clawless",
    "description": "Clawless: Production-ready AI agents with durable state and structured UI.",
    "url": "https://railway.com/deploy/clawless",
    "upstream": {
      "repo_url": "https://github.com/cloudlinqed/clawless"
    }
  },
  "services": [
    {
      "name": "clawless",
      "source": {
        "repo": "https://github.com/cloudlinqed/clawless"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DEFAULT_PROVIDER",
      "service": "clawless",
      "description": "Provide a value for DEFAULT_PROVIDER.",
      "secret": false,
      "strategy": "default",
      "default": "openai"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "clawless"
      }
    },
    "cli": "railway deploy --template clawless",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4d6aeece-34fc-42d0-a14d-bcc6db2df5cc",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "3656814b-bd2e-42f0-9872-1701a2f0159a": {
                  "icon": "https://raw.githubusercontent.com/cloudlinqed/clawless/main/logo.svg",
                  "name": "clawless",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/cloudlinqed/clawless",
                    "rootDirectory": null
                  },
                  "variables": {
                    "DEFAULT_MODEL": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "DEFAULT_PROVIDER": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "openai"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "clawless",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T15:09:36.600Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1a3406d8fd5c4d528c34",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 105,
    "typical_build_seconds": 61,
    "typical_start_seconds": 11,
    "slowest_service": "clawless"
  }
}
