{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0c7a3d14-fab2-4766-adc5-1794a54a7599",
    "slug": "openhuman",
    "name": "OpenHuman",
    "description": "OpenHuman core with persistent memory and secure RPC. openhuman Open Human",
    "url": "https://railway.com/deploy/openhuman",
    "upstream": {
      "image": "ghcr.io/tinyhumansai/openhuman-core:latest"
    }
  },
  "services": [
    {
      "name": "openhuman-core",
      "source": {
        "image": "ghcr.io/tinyhumansai/openhuman-core:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/openhuman/.openhuman",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "BACKEND_URL",
      "service": "openhuman-core",
      "description": "official TinyHumans backend used by OpenHuman for auth, OAuth, and cloud services",
      "secret": false,
      "strategy": "default",
      "default": "https://api.tinyhumans.ai"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "openhuman-core",
      "description": "runs the container as root to avoid Permission denied errors on the Railway volume",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "OPENHUMAN_WORKSPACE",
      "service": "openhuman-core",
      "description": "persistent core workspace: config, SQLite databases, memory, skills, and local state",
      "secret": false,
      "strategy": "default",
      "default": "/home/openhuman/.openhuman"
    },
    {
      "key": "OPENHUMAN_CORE_TOKEN",
      "service": "openhuman-core",
      "description": "Railway-generated secret used as the Bearer token to protect the core JSON-RPC API",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "OPENHUMAN_CORE_RPC_URL",
      "service": "openhuman-core",
      "description": "public JSON-RPC endpoint URL for clients connecting to this Railway core",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openhuman"
      }
    },
    "cli": "railway deploy --template openhuman",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0c7a3d14-fab2-4766-adc5-1794a54a7599",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "1efb8ea5-8ccf-4fd8-b5db-c2b95cf22df1": {
                  "icon": "https://bc.xavto.fr/xavto/openhuman.png",
                  "name": "openhuman-core",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/tinyhumansai/openhuman-core:latest"
                  },
                  "variables": {
                    "BACKEND_URL": {
                      "isOptional": false,
                      "description": "official TinyHumans backend used by OpenHuman for auth, OAuth, and cloud services",
                      "defaultValue": "https://api.tinyhumans.ai"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "runs the container as root to avoid Permission denied errors on the Railway volume",
                      "defaultValue": "0"
                    },
                    "OPENHUMAN_WORKSPACE": {
                      "isOptional": false,
                      "description": "persistent core workspace: config, SQLite databases, memory, skills, and local state",
                      "defaultValue": "/home/openhuman/.openhuman"
                    },
                    "OPENHUMAN_CORE_TOKEN": {
                      "isOptional": false,
                      "description": "Railway-generated secret used as the Bearer token to protect the core JSON-RPC API",
                      "defaultValue": "{{OPENHUMAN_CORE_TOKEN}}"
                    },
                    "OPENHUMAN_CORE_RPC_URL": {
                      "isOptional": false,
                      "description": "public JSON-RPC endpoint URL for clients connecting to this Railway core",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}/rpc"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:7788": {
                        "port": 7788
                      }
                    }
                  },
                  "volumeMounts": {
                    "1efb8ea5-8ccf-4fd8-b5db-c2b95cf22df1": {
                      "mountPath": "/home/openhuman/.openhuman"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T06:36:36.712Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f9507a7a3dd649dfb816",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 38,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "openhuman-core"
  }
}
