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

# Agentcard

> Virtual Visa cards for AI agents

Agentcard issues single-use virtual Visa cards, funded from a wallet, that AI agents can use to make purchases on the web. Each card has a fixed spend limit and can be created, monitored, and closed programmatically. There are two products on one platform — pick the one that matches you.

<CardGroup cols={2}>
  <Card title="Personal" icon="user" href="/personal/introduction">
    Give your **own** AI agent a card. Sign in with your email and manage cards with the `agent-cards` CLI or the per-user OAuth MCP server.
  </Card>

  <Card title="Companies" icon="building" href="/companies/introduction">
    Let **your users** pay with their own Agentcard. Users connect via OAuth, your agent issues cards through the MCP server — and the wizard sets it all up in one command.
  </Card>
</CardGroup>

## Not sure which?

|            | **Personal**                               | **Companies**                                     |
| ---------- | ------------------------------------------ | ------------------------------------------------- |
| You are    | An individual giving your own agent a card | A product whose users bring their own Agentcard   |
| CLI        | `agent-cards`                              | `agent-cards companies …` (same CLI)              |
| Auth       | Email-code sign-in → OAuth / MCP           | Per-user OAuth tokens → MCP                       |
| Best for   | Personal use, one account                  | Issuing cards for your users, inside your product |
| Start here | [Personal docs](/personal/introduction)    | [Companies docs](/companies/introduction)         |

One CLI covers both: `npm install -g agent-cards`, then one `agent-cards login`. Personal commands are top level (`agent-cards cards create`), and everything for companies lives under the `companies` namespace (`agent-cards companies wizard`). The old `agent-cards-admin` package still works as a legacy shim that forwards to `agent-cards companies`.
