MeterCall DOCS Get an API key

Build on MeterCall

One API for 2,000+ modules. Meter every call, pay with cards, credits, or crypto, and let agents pay agents via x402. Integrate in under 5 minutes.

Ship fast #

What is MeterCall? #

MeterCall is a universal API gateway for software. Every time your app (or an AI agent acting on your behalf) calls an external service, that call goes through MeterCall. In return you get:

Your first call #

Every authenticated request uses your API key in the Authorization header. Here is the canonical call:

POST https://metercall.ai/v1/module/stripe-replacement/call
Authorization: Bearer mc_live_abc123...
Content-Type: application/json

{
  "action": "charge",
  "amount": 4900,
  "currency": "usd",
  "source": "tok_visa"
}

Ready to try it? Jump into the quickstart.

Design principles #

Base URL #

https://metercall.ai

All endpoints in this documentation are relative to this host. Testnet modules are available on /v1/test/....

Support #

Need help? hi@metercall.ai for API issues, the builder directory if you want to ship a module and earn revenue share, or GitHub for SDK bugs.