{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e27e071e-633c-4849-b64e-206825d3ecc0",
    "slug": "agentaxis",
    "name": "Agents - Self Host",
    "description": "Multi agents,Tasks,MCPS,RAG powered by OpenClaw.",
    "url": "https://railway.com/deploy/agentaxis",
    "upstream": {
      "repo_url": "https://github.com/arloodots/AgentAxis"
    }
  },
  "services": [
    {
      "name": "AgentAxis",
      "source": {
        "repo": "https://github.com/arloodots/AgentAxis"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "RAILWAY_RUN_UID",
      "service": "AgentAxis",
      "description": "Provide a value for RAILWAY_RUN_UID.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "AGENTOS_API_TOKEN",
      "service": "AgentAxis",
      "description": "Provide a value for AGENTOS_API_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "OPENCLAW_GATEWAY_TOKEN",
      "service": "AgentAxis",
      "description": "Provide a value for OPENCLAW_GATEWAY_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "RAILWAY_SHM_SIZE_BYTES",
      "service": "AgentAxis",
      "description": "Provide a value for RAILWAY_SHM_SIZE_BYTES.",
      "secret": false,
      "strategy": "default",
      "default": "268435456"
    },
    {
      "key": "AGENTOS_INITIAL_ADMIN_PASSWORD",
      "service": "AgentAxis",
      "description": "Min 8 Characters. i.e Zizu786$",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "AGENTOS_INITIAL_ADMIN_USERNAME",
      "service": "AgentAxis",
      "description": "Provide a value for AGENTOS_INITIAL_ADMIN_USERNAME.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "agentaxis"
      }
    },
    "cli": "railway deploy --template agentaxis",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e27e071e-633c-4849-b64e-206825d3ecc0",
            "serializedConfig": {
              "services": {
                "7a285905-c94b-422e-817c-c393d2c0d106": {
                  "name": "AgentAxis",
                  "source": {
                    "repo": "arloodots/AgentAxis",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "RAILWAY_RUN_UID": {
                      "defaultValue": "0"
                    },
                    "AGENTOS_API_TOKEN": {
                      "description": "",
                      "defaultValue": "{{AGENTOS_API_TOKEN}}"
                    },
                    "OPENCLAW_GATEWAY_TOKEN": {
                      "description": "",
                      "defaultValue": "{{OPENCLAW_GATEWAY_TOKEN}}"
                    },
                    "RAILWAY_SHM_SIZE_BYTES": {
                      "defaultValue": "268435456"
                    },
                    "AGENTOS_INITIAL_ADMIN_PASSWORD": {
                      "description": "Min 8 Characters. i.e Zizu786$",
                      "defaultValue": "{{AGENTOS_INITIAL_ADMIN_PASSWORD}}"
                    },
                    "AGENTOS_INITIAL_ADMIN_USERNAME": {
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "7a285905-c94b-422e-817c-c393d2c0d106": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T06:10:28.293Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3dce85739fcb4d6aae77",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 163,
    "typical_build_seconds": 112,
    "typical_start_seconds": 11,
    "slowest_service": "AgentAxis"
  }
}
