{
  "manifest_version": "1.0.0",
  "template": {
    "id": "70065a8f-8293-4702-98fa-640fae7783e6",
    "slug": "workmates",
    "name": "Workmates",
    "description": "Deploy and host Workmates AI agents with desktop and mobile access.",
    "url": "https://railway.com/deploy/workmates",
    "upstream": {
      "image": "paxeer/workmates-ai:1.0.0-cloud.20260913"
    }
  },
  "services": [
    {
      "name": "Workmates",
      "source": {
        "image": "paxeer/workmates-ai:1.0.0-cloud.20260913"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "WORKMATES_SERVER_TOKEN",
      "service": "Workmates",
      "description": "Provide a value for WORKMATES_SERVER_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "workmates"
      }
    },
    "cli": "railway deploy --template workmates",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "70065a8f-8293-4702-98fa-640fae7783e6",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "3bd6191f-458b-4494-a84e-da98b8125e6d": {
                  "icon": null,
                  "name": "Workmates",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 3
                  },
                  "source": {
                    "image": "paxeer/workmates-ai:1.0.0-cloud.20260913"
                  },
                  "variables": {
                    "WORKMATES_SERVER_TOKEN": {
                      "isOptional": false,
                      "defaultValue": "{{WORKMATES_SERVER_TOKEN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "3bd6191f-458b-4494-a84e-da98b8125e6d": {
                      "sizeMB": 1024,
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Workmates",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-13T22:14:35.692Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T20:08:13.134Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_faf40542277d450f99b4",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 37,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "Workmates"
  }
}
