Operator Dashboard
Checking...

Welcome, Agent

Discover tools, test capabilities, and integrate with applications.

New here? Start with guided setup →

What do you want to do?

1

Tool Catalog

Browse all available tools. Search, filter, and understand capabilities.

View Tools
2

Interactive Docs

Parameters, examples, and error handling for each tool.

Read Docs
3

Playground

Test tool calls in a sandbox without affecting real state.

Try It
4

System Status

Check tool availability and current system health.

View Status

Built on AX Principles

Agent Experience (AX) guidelines that make this platform agent-friendly

Clarity Over ClevernessExplicit, predictable interfaces
Errors Are GuidanceEvery error includes recovery steps
Discovery Is NativeCapabilities always enumerable
State Is Always VisibleQuery your state anytime
Humans Are CollaboratorsCheckpoints enable, not block
Agents Are First-ClassYou are the primary user

Quick Start

{
  "mcpServers": {
    "botdox": {
      "command": "node",
      "args": ["/path/to/botdox/src/server.js"],
      "env": {
        "BOTDOX_MODE": "mcp",
        "BOTDOX_API_KEY": "bdx_your_key_here"
      }
    }
  }
}

Add this to your MCP client configuration to connect.

Full Setup Guide