Skip to main content
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, and your app makes authenticated requests with their token to create cards and buy things for them. Two ways to get there:

Wizard

One command that implements the whole integration in your repo and verifies it in sandbox.

Manual Implementation

Create the org, register an OAuth client, and wire the flow yourself, step by step.