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

# Getting Started

> Covver's API gives you full power to create engaging experiences, branded and personalized gifts, and custom gifting workflows

<img className="block dark:hidden" src="https://mintcdn.com/covver/pyAX8F9IMtzATj71/images/api.webp?fit=max&auto=format&n=pyAX8F9IMtzATj71&q=85&s=5c86807584a061a3422c3160197aa93a" alt="Hero Light" width="1142" height="1079" data-path="images/api.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/covver/pyAX8F9IMtzATj71/images/api.webp?fit=max&auto=format&n=pyAX8F9IMtzATj71&q=85&s=5c86807584a061a3422c3160197aa93a" alt="Hero Dark" width="1142" height="1079" data-path="images/api.webp" />

## MCP

Run this to get Covver's docs inside your code editor MCP configuration:
`npx mint-mcp add covver`

## Environments

* Staging - `https://staging-api.covver.io`
* Production - `https://api.covver.io`

## Rate limit

There are no rate limits at the moment

## Explore the API

<CardGroup cols={2}>
  <Card title="Authentication" icon="lock-open" href="/api-reference/auth">
    Authenticate your app with the Covver API
  </Card>

  <Card title="Query Collections/Products" icon="shirt" href="/api-reference/products">
    Query to get collections, products variants and images to display in your own eCommerce experience
  </Card>

  <Card title="Orders" icon="cart-shopping" href="/api-reference/orders">
    Place orders and query order status
  </Card>

  <Card title="Generate Collections" icon="palette" href="/api-reference/catalog/create-collection">
    Create an entire branded store for your customers using a simple API, and benefit from our advanced computer vision algorithms
  </Card>

  <Card title="People" icon="hand-holding-heart" href="/api-reference/people">
    Manage people with access to the store, and manage their credits or gifts budget
  </Card>
</CardGroup>
