> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meterlane.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Meterlane — USDC Payments for AI Agents and B2B Payouts

> Meterlane is metered USDC payment infrastructure — Agent Gateway for AI per-request payments and Stablecoin Corridor for fast B2B payouts on Base L2.

Meterlane is a dual-product payment infrastructure platform built on Base L2. Use **Agent Gateway** to monetize any HTTP API with per-request USDC micropayments that AI agents pay autonomously — no OAuth, no subscriptions, no human checkout. Use **Stablecoin Corridor** to quote and settle USDC into local fiat (BRL, MXN, NGN, KES, ZAR) for B2B payouts in minutes instead of days. Everything runs under a single org in the [Meterlane dashboard](https://meterlane.app).

<CardGroup cols={2}>
  <Card title="Introduction" icon="book-open" href="/introduction">
    Learn what Meterlane is, how the two products fit together, and which environments to use.
  </Card>

  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Make your first x402-protected API call and see the 402 → payment → 200 flow in under five minutes.
  </Card>

  <Card title="Agent Gateway" icon="server" href="/gateway/overview">
    Gate any HTTP endpoint behind USDC micropayments. AI agents pay per request using the x402 protocol.
  </Card>

  <Card title="Stablecoin Corridor" icon="arrow-right-arrow-left" href="/corridor/overview">
    Convert USDC to BRL, MXN, NGN, KES, or ZAR for B2B payouts via Circle CPN.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="TypeScript SDK" icon="npm" href="/integrations/sdk">
    Install `@meterlane/x402` and wire up agent payments or middleware in three lines of code.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Full REST reference for the Gateway and Corridor APIs, including authentication and error codes.
  </Card>
</CardGroup>
