You're one person. You don't have time to sign up for 12 dashboards, configure 12 webhooks, and reconcile 12 invoices. MeterCall is one gateway to 30,000,000 APIs. Bring your own credentials, pay per call, ship today.
Pick a combo. Bring your upstream keys. Route everything through one gateway.
Here is a real call. Route anything through gateway.treecommand.ai. Your upstream credential goes in X-Upstream-Auth. We log it, meter it, bill you per call.
# Ship a GPT-4 completion through MeterCall curl https://gateway.treecommand.ai/openai/v1/chat/completions \ -H "Authorization: Bearer nxs_live_YOUR_MAINFRAME_KEY" \ -H "X-Upstream-Auth: Bearer sk-YOUR_OPENAI_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-4o", "messages": [{"role":"user","content":"Ship it."}] }' # Same gateway, same key, different upstream — one call later: curl https://gateway.treecommand.ai/stripe/v1/charges \ -H "Authorization: Bearer nxs_live_YOUR_MAINFRAME_KEY" \ -H "X-Upstream-Auth: Bearer sk_live_YOUR_STRIPE_KEY" \ -d amount=1999 -d currency=usd
You already pay the upstream vendor. We charge the toll.
Beta access is first-come. Zapier is a great partner for no-code — we're the raw API layer underneath for people who write code for a living.
Get beta access