# Overview

> Make wallet-approved HTTP 402 requests, fund accounts, manage subscriptions, and discover providers.

This section is for people consuming paid APIs: making requests, funding the wallet that signs them, managing recurring charges, and browsing the catalog of providers.

If you're publishing a paid API, jump to [Building with pay](/docs/building-with-pay/getting-started). If you're looking for command syntax, [Commands](/docs/toolchain/commands) is the reference.

## Pages

| Page                                                           | What it covers                                                                                                 |
| -------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| [Pass-through commands](/docs/using-pay/pass-through-commands) | Wrap `curl`, `wget`, `http`, `claude`, `codex` so the request shape stays unchanged and `pay` handles 402.     |
| [Top-up Account](/docs/using-pay/topup)                        | Fund a mainnet account via onramp or a mobile wallet.                                                          |
| [Manage Accounts](/docs/using-pay/manage-accounts)             | Create accounts, switch between them, move stablecoins with `pay push`, and back up or restore the secret key. |
| [Manage Subscriptions](/docs/using-pay/subscriptions)          | Activate, list, inspect, and cancel MPP subscription delegations.                                              |
| [Skills](/docs/using-pay/skills)                               | The provider catalog the CLI and agents fetch from.                                                            |
