{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2cd206b0-f956-46bf-afc0-69a630ecb7bc",
    "slug": "moltis-1",
    "name": "moltis",
    "description": "A Rust-native claw. Voice, memory, MCP tools built-in.",
    "url": "https://railway.com/deploy/moltis-1",
    "upstream": {
      "image": "ghcr.io/moltis-org/moltis:20260328.01"
    }
  },
  "services": [
    {
      "name": "moltis",
      "source": {
        "image": "ghcr.io/moltis-org/moltis:20260328.01"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "moltis",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "13131"
    },
    {
      "key": "MOLTIS_NO_TLS",
      "service": "moltis",
      "description": "Provide a value for MOLTIS_NO_TLS.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "MOLTIS_PASSWORD",
      "service": "moltis",
      "description": "Provide a value for MOLTIS_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "MOLTIS_BEHIND_PROXY",
      "service": "moltis",
      "description": "Provide a value for MOLTIS_BEHIND_PROXY.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "MOLTIS_DEPLOY_PLATFORM",
      "service": "moltis",
      "description": "Provide a value for MOLTIS_DEPLOY_PLATFORM.",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "moltis-1"
      }
    },
    "cli": "railway deploy --template moltis-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2cd206b0-f956-46bf-afc0-69a630ecb7bc",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "b09edf92-7198-4d98-8ab4-0978310a762b": {
                  "icon": null,
                  "name": "moltis",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/moltis-org/moltis:20260328.01"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "13131"
                    },
                    "MOLTIS_NO_TLS": {
                      "isOptional": false,
                      "defaultValue": "true"
                    },
                    "MOLTIS_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{MOLTIS_PASSWORD}}"
                    },
                    "MOLTIS_BEHIND_PROXY": {
                      "isOptional": false,
                      "defaultValue": "true"
                    },
                    "MOLTIS_DEPLOY_PLATFORM": {
                      "isOptional": false,
                      "defaultValue": "railway"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "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:47:49.110Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_70099c1a3d844f89a028",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 56,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "moltis"
  }
}
