MACHINE PAYMENTS / AGENTS
LET AGENTS BUY.METER EVERY SECOND.
Give autonomous software a machine-readable price, a prepaid spending limit, and a clean way to stop paying when the work is complete.
LIVE SYSTEM MAPSTATE / ACTIVEAGENT ECONOMY / 01
A price your software can understand.
Metr turns paid access into a session object. The buyer sees the rate, authorizes a maximum, receives the service, and pays only while the meter is active.
04 SYSTEM PRIMITIVESDISCOVERMachine-readable pricing
Return the price, supported rail, and authorization requirements before access begins.
CONTROLHard spending limits
Let an agent approve a maximum amount before it can consume a paid service.
METERPer-second metering
Accrue cost only during active work, including pause, resume, and grace-period states.
PROVESigned session trail
Keep a readable history of the request, authorization, elapsed time, and settlement.
WORKFLOW / 02
THE SYSTEM
IN MOTION.
Each stage has a visible input, an explicit state, and a result the next stage can verify.
- 01Discover
The buyer agent asks a service for price and payment requirements.
GET /rate - 02Authorize
The agent funds or selects a prepaid balance and defines its limit.
cap = 5 USDC - 03Consume
The service runs while session-state updates record that work is still active.
status = active - 04Settle
The meter closes and records the final usage charge.
status = settled
VISIBLE EVIDENCE / 03
MAKE THE STATE
READABLE.
Product activity should leave a trace a developer, operator, or customer can understand. The showcase uses realistic sample data where a live feed is not connected.
buyer: research-agent-04seller: market-data-noderate: 0.03 USDC / minuteauthorized: 5.00 USDCelapsed: 00:04:28settled: 0.0134 USDCshowcase / deterministicBUILD WHAT
GETS METERED.
Metr is live. Access is currently approved individually for businesses, developers, and agent builders.
Request access