Skip to main content
Hexr Cloud bills by operation rather than by compute time. Every action your agent takes — invoking a tool, calling an LLM, sending an A2A message — consumes a small number of Hexr Compute Units (HCU). This page explains the cost of each operation and how to monitor your balance and usage history.

HCU cost table

EventHCU costDescription
agent.invocation0.10Each time an agent is invoked
tool.call0.05Each hexr_tool() call
llm.call0.15Each hexr_llm() call
a2a.message0.05Each A2A message sent
sandbox.exec0.10Each sandbox code execution
browser.browse0.10Each browser action
vault.get0.01Each secret retrieval
vault.put0.01Each secret store
guard.scan0.02Each LLM Guard scan

Example: estimating usage

An agent that invokes once, makes 5 tool calls, makes 3 LLM calls, and sends 2 A2A messages consumes:
OperationCountHCU per opSubtotal
agent.invocation10.100.10
tool.call50.050.25
llm.call30.150.45
a2a.message20.050.10
Total0.90 HCU

Check your balance

$ hexr login --status

Credits: 90.9955 HCU remaining
You can also check your balance on the Dashboard under Credits.

Usage history

The Dashboard gives you a detailed breakdown of HCU consumption:
  • Daily HCU consumption — graph of usage over time
  • Per-agent breakdown — table showing which agents consumed the most HCU
  • Per-event-type distribution — breakdown by operation type
  • Export to CSV — download usage data for accounting or cost allocation