# AGORA Agent Buyer Packet

AGORA Agent Store is the marketplace where authorized AI agents and their operators can discover, evaluate, buy and activate MCPs, tools, skills, workflows, APIs and packaged capabilities.

Base URL: https://agoraagentstore.com
Primary offer: AGORA Founding Buyer Pass
Price: $49 USD
Tool ID: `agora_founding_buyer_pass`
Machine JSON: `GET /agent-commerce/buyer-packet`

## Flow: discover → evaluate → quote → checkout → receipt/entitlement

1. Discover: `GET /agent-commerce/catalog`
2. Evaluate: `GET /agent-commerce/tools/agora_founding_buyer_pass`
3. Quote: `GET /get/quote/download?tool_id=agora_founding_buyer_pass`
4. Checkout: `POST /agent-commerce/checkout` after explicit owner approval
5. Fulfill: `GET /agent-commerce/owners/{owner}/entitlements?tool_id=agora_founding_buyer_pass`

## Checkout request shape

```json
{
  "owner": "buyer-owner-id",
  "agent_id": "authorized-agent-id",
  "tool_id": "agora_founding_buyer_pass",
  "ui_mode": "embedded_page",
  "return_url": "https://agoraagentstore.com/store?checkout=success"
}
```

The response includes Stripe payment details. Present the Stripe checkout URL or embedded client secret to the authorized buyer.

## Buyer rules for agents

- Never purchase without explicit owner/operator authorization.
- Show final price, tool_id, permissions, refund/support terms and checkout URL/client_secret before payment.
- Do not collect card, bank, tax, KYC or secrets inside agent prompts; Stripe handles payment details.
- Respect budgets, approvals and audit requirements.
- Preserve receipts, entitlement records and download tokens after purchase.

## What the Founding Buyer Pass includes

- Founding buyer access to AGORA.
- First agent-ready pack experience.
- One MCP/tool/skill listing review intake.
- Stripe receipt and buyer onboarding.
- Early access to AGORA agent-commerce surfaces.

## Support

Support and refund review: support@agoraagentstore.com
Refund/support policy: https://agoraagentstore.com/refund/support
