Toolbox

An agent toolbox you host, or use ours free.

Same binary.

Use it via API · MCP · CLI

Door 1 — Run locally

npx opentoolbox

click to copy

Door 2 — Use ours free

curl https://opentoolbox.dev/health
curl -X POST https://opentoolbox.dev/tools/echo \
  -H 'content-type: application/json' \
  -d '{"message":"hello"}'

click to copy