Run a capability-scoped tool through the gateway.
curl -sf -X POST https://gateway.flocks.local/v1/tool \ -H 'Content-Type: application/json' \ -d '{ "auth_token": "ops", "namespace": "flocks.builtin", "name": "shell", "arguments": { "command": "echo flocks-tool-ok" } }'
{ "result": { "exit_code": 0, "stdout": "flocks-tool-ok\n", "stderr": "" }, "is_error": false }
namespace.name