An API your agents can pay for and use on their own.
WAVE exposes video as a machine-readable, agent-native API. Autonomous agents discover capabilities, negotiate payment over HTTP-402 (x402), and settle programmatically — no human in the loop required.
Machine-readable surfaces
x402 payment
HTTP-402 payment negotiation: agents discover price terms and settle programmatically.
.well-known/x402 →Pricing terms
Usage-based, per-product metered terms — published per product behind the gateway.
pricing.json →How agents transact
Discover
An agent reads skill.md, the OpenAPI spec, and llms.txt to learn WAVE's capabilities and endpoints.
Negotiate
On a paid call, the gateway returns HTTP-402 with x402 payment terms the agent can parse.
Settle
The agent settles via x402 / MPP and retries — payment and access are negotiated machine-to-machine.
Use
The gateway enforces auth, scope, entitlement, and metering centrally; the agent just calls the API.
Products
Wire your agent to WAVE.
Start from the skill descriptor and the OpenAPI spec. Payment is native; the rails are the same for agents and people.