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

# What agents buy

> Visa prepaid, travel eSIM, and ~20k gift cards. IMBA issues the payment instrument, not the booking.

# What agents buy

IMBA is a prepaid **agentic wallet**. The agent holds USDT, then pays merchants that require a **Visa/MasterCard**, an **eSIM**, or a **brand gift code**.

IMBA does **not** book flights, hotels, or datacenter capacity. The agent pays at the merchant checkout.

Public playbooks: [agent\_use\_cases\_about\_en.html](https://imbawallet.com/agent_use_cases_about_en.html) · [RU](https://imbawallet.com/agent_use_cases_about_rus.html)

Docs MCP tool `get_agent_use_cases` returns this catalog as cite-as-is text.

## Jobs

| Job                                                                 | Product                                                                                          | Spend MCP                                                                                                                              |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| Pay for a human (flights, hotels, SaaS)                             | Virtual Visa/MasterCard prepaid. Payment only — no inbound card transfers.                       | `list_card_products` → `create_card` → `topup_card` → `get_card_details` (JWE). 3DS: `list_notifications` (`payload.code`). Never SMS. |
| Pay for the agent (GPU, VPS, datacenter that bills a card)          | Same Visa prepaid                                                                                | Same card tools. Present PAN at checkout.                                                                                              |
| Cheap mobile data                                                   | Travel eSIM (150+ countries plus Russia plans)                                                   | `list_esim_plans` → `purchase_esim`                                                                                                    |
| Brand credit (iCloud, App Store, Google Play, Steam, games, retail) | Digital gift cards. About **20,000 positions** / \~**2,000 unique items**. Search the live list. | `list_gift_offers` (`query`) → `purchase_gift`                                                                                         |

`ext_id` is required on every create. Stars → **403**.

Fund: USDT **TRC-20** via `get_deposit_address` (always re-fetch) or a human Wallet C2C **to** this `client_id`.

## MCP

* Docs (this playbook, no money): `npx -y @imba_wallet/agent-mcp-docs` or `https://imbawallet.com/mcp/docs`
* Spend (operator Ed25519 key): `npx -y @imba_wallet/agent-mcp` or `https://imbawallet.com/mcp/spend`

OpenAI / ChatGPT Actions: docs only. Never spend. npm org is `@imba_wallet` (underscore).

See [Catalog](/agent/guides/catalog) for HTTP paths and [MCP](/agent/guides/mcp) for credentials.
