Skip to main content
WA-Templates
API reference

Account API

Read-only view of the org's metered usage — the same ledger the human dashboard and the billing meter count.

GET/usageusage:read

Read metered usage

Read the org's month-to-date metered usage — the same ledger the human dashboard and billing meter count.

Takes no arguments.

Request

curl -X GET "https://your-server/api/agent/usage" \
  -H "Authorization: Bearer $WA_AGENT_KEY"

Same call, as a tool

# MCP tool name
get_usage

# CLI (planned)
$ wa usage