{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7afc668a-c517-4651-a76e-213556b83274",
    "slug": "qwenpaw",
    "name": "qwenpaw",
    "description": "Personal AI assistant with memory, skills, and multi-channel support",
    "url": "https://railway.com/deploy/qwenpaw",
    "upstream": {
      "image": "agentscope/qwenpaw:v1.1.0"
    }
  },
  "services": [
    {
      "name": "qwenpaw",
      "source": {
        "image": "agentscope/qwenpaw:v1.1.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/working",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "qwenpaw",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "QWENPAW_PORT",
      "service": "qwenpaw",
      "description": "Provide a value for QWENPAW_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "qwenpaw"
      }
    },
    "cli": "railway deploy --template qwenpaw",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7afc668a-c517-4651-a76e-213556b83274",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "6f9f376a-49a4-4a2c-bc8c-9f19b93cd2f9": {
                  "icon": null,
                  "name": "qwenpaw",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "agentscope/qwenpaw:v1.1.0"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "8080"
                    },
                    "QWENPAW_PORT": {
                      "isOptional": false,
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6f9f376a-49a4-4a2c-bc8c-9f19b93cd2f9": {
                      "mountPath": "/app/working"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T14:40:10.791Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_46b8f5edc12d42958295",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 96,
    "typical_build_seconds": 0,
    "typical_start_seconds": 20,
    "slowest_service": "qwenpaw"
  }
}
