> ## 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.

# Overview

> From zero to issuing cards for your users

This quick start covers everything you need to get going:

* How to create an organization on Agentcard for yourself
* How to authenticate your users, so they can use Agentcard through your app
* How to issue cards and make purchases on their behalf

The expected flow is **OAuth with the MCP server**: each user authorizes your app once through the [OAuth flow](/companies/authentication/oauth), and your app makes [authenticated requests](/companies/mcp/overview) with their token to create cards and buy things for them.

Two ways to get there:

<CardGroup cols={2}>
  <Card title="Wizard" icon="wand-magic-sparkles" href="/companies/getting-started/wizard">
    One command that implements the whole integration in your repo and verifies it in sandbox.
  </Card>

  <Card title="Manual Implementation" icon="wrench" href="/companies/getting-started/manual-implementation">
    Create the org, register an OAuth client, and wire the flow yourself, step by step.
  </Card>
</CardGroup>
