{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3c765775-6673-4f2b-a31b-19cd8431d135",
    "slug": "owyhee-governed-openclaw-agent",
    "name": "Owyhee-governed OpenClaw agent",
    "description": "OpenClaw agent with Owyhee governance: custody, approvals, audit trail.",
    "url": "https://railway.com/deploy/owyhee-governed-openclaw-agent",
    "upstream": {
      "image": "ghcr.io/machinesofdesire/owyhee-openclaw:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "machinesofdesire/owyhee-openclaw:latest",
      "source": {
        "image": "ghcr.io/machinesofdesire/owyhee-openclaw:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "OWYHEE_BASE_URL",
      "service": "machinesofdesire/owyhee-openclaw:latest",
      "description": "Owyhee control plane URL. Leave the default unless you self-host Owyhee.",
      "secret": false,
      "strategy": "default",
      "default": "https://console.kipplelabs.com"
    },
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "machinesofdesire/owyhee-openclaw:latest",
      "description": "Anthropic API key the agent uses for inference (from console.anthropic.com).",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "OWYHEE_DEPLOY_REF",
      "service": "machinesofdesire/owyhee-openclaw:latest",
      "description": "Deploy path identifier — leave as \"railway\".",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    },
    {
      "key": "OWYHEE_DEPLOY_EMAIL",
      "service": "machinesofdesire/owyhee-openclaw:latest",
      "description": "Your email — receives the claim link for the governed account.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "owyhee-governed-openclaw-agent"
      }
    },
    "cli": "railway deploy --template owyhee-governed-openclaw-agent",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3c765775-6673-4f2b-a31b-19cd8431d135",
            "serializedConfig": {
              "services": {
                "119bad01-56c3-4cdf-94e8-332fcffcac1a": {
                  "name": "machinesofdesire/owyhee-openclaw:latest",
                  "source": {
                    "image": "ghcr.io/machinesofdesire/owyhee-openclaw:latest"
                  },
                  "variables": {
                    "OWYHEE_BASE_URL": {
                      "isOptional": false,
                      "description": "Owyhee control plane URL. Leave the default unless you self-host Owyhee.",
                      "defaultValue": "https://console.kipplelabs.com"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": false,
                      "description": "Anthropic API key the agent uses for inference (from console.anthropic.com).",
                      "defaultValue": "{{ANTHROPIC_API_KEY}}"
                    },
                    "OWYHEE_DEPLOY_REF": {
                      "isOptional": false,
                      "description": "Deploy path identifier — leave as \"railway\".",
                      "defaultValue": "railway"
                    },
                    "OWYHEE_MCP_SERVERS": {
                      "isOptional": true,
                      "description": "Optional: MCP servers to connect through Owyhee's governed proxy (comma-separated).",
                      "defaultValue": ""
                    },
                    "OWYHEE_DEPLOY_EMAIL": {
                      "isOptional": false,
                      "description": "Your email — receives the claim link for the governed account.",
                      "defaultValue": "{{OWYHEE_DEPLOY_EMAIL}}"
                    },
                    "OWYHEE_DEPLOY_TOKEN": {
                      "isOptional": true,
                      "description": "Optional: provisioning token from Kipple Labs, needed while claimable accounts are gated.",
                      "defaultValue": ""
                    }
                  },
                  "volumeMounts": {
                    "119bad01-56c3-4cdf-94e8-332fcffcac1a": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
