Claude Commander

Bridge between Claude and your infrastructure

Endpoints

GET /health
Health check (no auth)
POST /command
Execute a command via Claude CLI
GET /command/:id
Poll for command result
GET /history
Recent command history

Quick Start

curl -X POST https://commander.domian.network/command \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"command":"what time is it","wait":true}'