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

# Introduction

> Build commerce — and agentic commerce — on Droplinked.

Droplinked is commerce infrastructure. Merchants publish inventory, customers buy it on
storefronts, and AI agents increasingly discover and purchase it on the buyer's behalf. These
docs are the single source of truth for building on the platform — the REST API, the agentic
commerce layer (MCP + Stripe ACP), and the concepts that tie them together.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API call against the public catalog in under five minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Public endpoints, merchant JWTs, and integration keys.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    The full REST surface — shops, products, carts, orders, and more.
  </Card>

  <Card title="Agentic Commerce" icon="robot" href="/agentic/overview">
    Make a merchant's inventory shoppable by AI agents via MCP + the ACP feed.
  </Card>
</CardGroup>

## What you can build

* **Storefronts & commerce** — read public catalogs, build carts, run checkout, place orders
  across physical, digital, and print-on-demand inventory.
* **Merchant tooling** — manage shops, products, collections, pricing, and shipping profiles.
* **Payments** — accept card (Stripe), PayPal, regional PSPs, and **crypto/stablecoin** settlement,
  turnkey per the shop's configured payment methods.
* **Agentic distribution** — project a merchant's existing inventory into AI agent surfaces
  (ChatGPT, Claude, Cursor) with the MCP server, the Stripe ACP feed, and on-chain affiliate splits.

## Where to start

New to the platform? Read the [platform model](/concepts/platform-model) for the core objects
and surfaces, then run the [quickstart](/quickstart). Building an agent integration? Jump to
[Agentic Commerce](/agentic/overview).
