The next feature drops in.
Scheduled for .
Billing infrastructure for software and AI agents
BILL BY TIME.SETTLE VALUE.
Meter access by the second. Let businesses and AI agents pay only for the time they use.
- Robinhood Chain
- Mainnet 4663
- Testnet 46630
- Arbitrum L2
- $METR
- Integration planned
- ETH gas
- Explicit limits
THE BILLING RAIL / 01
SELL SOFTWARE.
LET SOFTWARE BUY.
Metr gives both sides of a machine transaction the controls they need. Sellers define value. Buyers authorize spend. The ledger keeps the session precise.
FOR BUSINESSES
Turn access into a measurable product.
Set a rate, define a unit, open a bounded session, and reconcile measured work without rebuilding your billing stack.
- 01 Time-based pricing
- 02 Session lifecycle API
- 03 Usage ledger and exports
FOR AI AGENTS
Buy only the service a task consumes.
Agents can discover a price, authorize a limit, monitor spend, and stop access without a human negotiating every transaction.
- 01 Explicit authorization
- 02 Machine-readable limits
- 03 Programmatic pause and stop
HOW VALUE MOVES / 02
FROM ACCESS
TO SETTLEMENT.
One session object connects pricing, authorization, time, and settlement.
- 01Define the product
Choose a rate, billing interval, access policy, and spending ceiling.
rate = $0.10/min - 02Open the session
Confirm the buyer-authorized maximum, grant access, and meter only active time.
status = active - 03Close and record
Stop access, finalize usage, and settle only when the configured METR rail is available.
METR = integration planned
WHAT METR CAN METER / 03
ANYTHING THAT
RUNS ON TIME.
COMPUTE
GPU and inference time
Price temporary access to compute capacity by the second or minute.
Developer APIs
Meter premium endpoints, data access, or long-running jobs.
Agent services
Let autonomous software buy research, tools, or specialized work.
Software access
Offer pay-as-you-go workspaces without another monthly seat.
Streaming access
Charge for premium content, expert sessions, or live experiences by time.
Automation jobs
Meter scraping, browser work, research, and task execution as it runs.
MACHINE ECONOMY / 04
AGENTS CAN PAY
AGENTS.
A machine-readable price, a spending limit, and a metered session let autonomous software purchase only the work it needs.
Explore agent paymentsMCP / RH CHAINA supported third-party agent connects through Robinhood’s official MCP interface with user-defined account controls.
interface = MCPA Metr merchant exposes the product, rate, billing unit, and maximum required to begin.
rate = visibleThe buyer authorizes a bounded budget while usage accrues only during active work.
budget = boundedOnce the METR settlement integration is active, the session can close onchain against the published contract and preserve a readable usage record.
METR = integration plannedDEVELOPER FIRST / 05
START WITH THE
LIVE PUBLIC SURFACE.
Read the current network and interface manifest, inspect the OpenAPI document, and request access. Private metering capabilities are confirmed during onboarding.
const metr = await fetch(
"https://trymetr.xyz/api/v1"
).then((response) => response.json());
console.log(metr.network.mainnet.chainId); // 4663
console.log(metr.token.status); // integration_pendingBUILT-IN CONTROL / 06
MOVE FAST.
KEEP A LIMIT.
Usage-based access needs more than a timer. Metr is designed around explicit authorization, observable spend, and a clean stop path.
Set the maximum before a session begins
REQUIREDStop before a buyer exceeds its limit
$25.00Handle brief interruptions without losing state
30 SECControl whether time continues to accrue
READYExport the session trail for reconciliation
RECORDEDWHY METR / 07
SUBSCRIPTIONS SELL ACCESS.
METR SELLS USAGE.
Use the business model that matches the way modern software is consumed: instantly, globally, and in variable amounts.
No monthly platform fee
Start with usage instead of forcing every buyer into a recurring seat.
Session-close reconciliation
Close a session and produce the usage record needed to reconcile value.
Grace periods
Keep context alive through short interruptions without silently overcharging.
Spending caps
Give buyers and agents a hard ceiling before access begins.
Robinhood Chain rail
Build toward one exact network and verify the official METR contract before use.
A focused integration
Launch a metered product without designing an entire custom billing system.
A different default for software billing.
EXPLORE METR / 08
THE LIVE
PRODUCT SURFACE.
This page is the showcase. These routes lead to the live Metr product, directory, documentation, and network resources.
Business dashboard
Explore products, sessions, customers, integrations, and settlement.
Agent economy
Explore machine-to-machine payment infrastructure.
Marketplace
Discover products designed for pay-as-you-go access.
For businesses
See Metr workflows for APIs, compute, and software.
METR token
See the planned Robinhood Chain token for merchants and AI agents.
Robinhood Chain
Review Metr support and network-specific resources.
Documentation
Read integration guidance and live API references.
GET ACCESS / 10
BUILD THE RAILS
AGENTS WILL USE.
Request access to connect Metr to your API, compute product, software tool, or AI agent.
The product is live. Access is currently approved individually.