voicegw onboard | Four-question wizard: project, storage, port, daemon. Writes config and (optionally) installs and starts the daemon. | cli/onboard |
voicegw init | Scaffold a voicegw.yaml from the bundled template. | cli/init |
voicegw serve | Run the daemon in the foreground: HTTP API, dashboard, and MCP server on one port. | cli/serve |
voicegw start | Start the OS-managed daemon. | cli/serve#voicegw-start |
voicegw stop | Stop the OS-managed daemon. | cli/serve#voicegw-stop |
voicegw restart | Restart the OS-managed daemon. | cli/serve#voicegw-restart |
voicegw daemon-logs | Tail the OS-native daemon log stream. | cli/serve#voicegw-daemon-logs |
voicegw uninstall-daemon | Remove the daemon registration (config and database preserved). | cli/serve#voicegw-uninstall-daemon |
voicegw dashboard | Open the dashboard in your browser. Starts nothing; the daemon already serves it. | cli/dashboard |
voicegw status | Provider configuration status. | cli/status |
voicegw doctor | Numbered punch list with fix steps (config, providers, daemon, dashboard, smoke test, secret key). | cli/status#voicegw-doctor |
voicegw check | Verify metering and storage end to end by driving one synthetic request. | cli/check |
voicegw livekit agents | List agents currently in LiveKit rooms. | cli/livekit |
voicegw livekit latency | Probe an agent and report its reply latency split. | cli/livekit |
voicegw livekit sfu | Probe SFU node health (single- or multi-vantage). | cli/livekit |
voicegw livekit check | Run the combined gate (agents/sfu/sfu_load/latency) and exit non-zero on failure, for CI. | cli/livekit |
voicegw livekit report | Export a recorded diagnostics run as a report, without probing anything. | cli/livekit |
voicegw logs | Recent request logs, filterable by project and modality. | cli/logs |
voicegw costs | Cost summary by provider and model for a period. | cli/costs |
voicegw calls | Recent calls with per-call cost and activity. | cli/calls |
voicegw replay | Print the dashboard replay URL for a session (needs attach(snapshots=True)). | cli/replay |
voicegw reconcile | Diff recorded costs against a provider’s usage export. | cli/reconcile |
voicegw export-costs | Export per-request cost line items as CSV or JSON. | cli/export-costs |
voicegw prices ls | Print the billing rate card in effect (default markup + rules). | cli/prices |
voicegw prices reconcile | Roll up rated revenue vs. recorded cost per tenant; flag thin or negative margins. | cli/prices |
voicegw prices sync | Check fixed ($/unit) rate rules against the current voice-prices base cost. | cli/prices |
voicegw prices set | Add or update a rate-card rule. | cli/prices |
voicegw prices rm | Remove a rate-card rule. | cli/prices |
voicegw loadtest import | Ingest an external SIP load generator’s run artifacts. | cli/loadtest |
voicegw loadtest runs | List imported load-test runs. | cli/loadtest |
voicegw loadtest report | Render a capacity report from an imported run, correlated with node metrics. | cli/loadtest |
voicegw projects | List all configured projects. | configuration/projects |
voicegw project <id> | Show one project’s details and today’s spend. | configuration/projects |
voicegw mcp | Run the MCP server (stdio or HTTP/SSE) so coding agents can manage the gateway. | cli/mcp |