{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3d8f8eeb-e958-4a51-b288-61300e66b985",
    "slug": "agent-bot",
    "name": "agent-bot",
    "description": "Deploy and host agent-bot on railway",
    "url": "https://railway.com/deploy/agent-bot",
    "upstream": {
      "repo_url": "https://github.com/Agent0-1/agent-bot"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "nodejs",
      "source": {
        "repo": "https://github.com/Agent0-1/agent-bot"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "nodejs",
      "description": "Port",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "RPC_URL",
      "service": "nodejs",
      "description": "Base Mainnet RPC endpoint — get a key at alchemy.com",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PROJECT_WS_URL",
      "service": "nodejs",
      "description": "WebSocket URL for the AgentMM platform (leave as-is)",
      "secret": false,
      "strategy": "default",
      "default": "wss://api.agentmm.xyz/ws"
    },
    {
      "key": "AGENT_PRIVATE_KEY",
      "service": "nodejs",
      "description": "Agent Private Key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "agent-bot"
      }
    },
    "cli": "railway deploy --template agent-bot",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3d8f8eeb-e958-4a51-b288-61300e66b985",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "742d71bc-1cf9-41c9-bda4-1b52bfe158ab": {
                  "icon": null,
                  "name": "nodejs",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/Agent0-1/agent-bot",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port",
                      "defaultValue": "{{PORT}}"
                    },
                    "RPC_URL": {
                      "isOptional": false,
                      "description": "Base Mainnet RPC endpoint — get a key at alchemy.com",
                      "defaultValue": "{{RPC_URL}}"
                    },
                    "PROJECT_WS_URL": {
                      "isOptional": false,
                      "description": "WebSocket URL for the AgentMM platform (leave as-is)",
                      "defaultValue": "wss://api.agentmm.xyz/ws"
                    },
                    "AGENT_PRIVATE_KEY": {
                      "isOptional": false,
                      "description": "Agent Private Key",
                      "defaultValue": "{{AGENT_PRIVATE_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
