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

# Overview

> Build custom tools, integrations, and workflows on the Supercycle API with AI assistance

Connect the [Builders MCP](/ai/builders-mcp/overview) to your AI tool and start building on the Supercycle API. Describe what you want in natural language and your AI will use Supercycle's documentation to help you build it accurately.

***

## Applications

Use platforms like [Retool](https://retool.com), [Lovable](https://lovable.dev), or custom code to build full applications that read and write Supercycle data through the [Admin API](/api-reference/admin/introduction).

* **Operations dashboards** — Cycle performance by SKU, inventory utilization, revenue breakdowns
* **Warehouse apps** — Scan-to-receive tools, pick lists, restocking workflows
* **Customer portals** — Branded rental experiences, account management, self-service returns
* **Admin tools** — Bulk operations, custom reporting, team-specific views

***

## Integrations and automations

Connect Supercycle to your existing systems and automate workflows using the [Admin API](/api-reference/admin/introduction) and [Shopify Flow](/documentation/manage/automation/automation).

* **System integrations** — Sync data with your ERP, WMS, or CRM via the Admin API
* **Workflow automations** — Build triggers and actions in Make, Zapier, or custom scripts
* **Notification systems** — Slack alerts for returns, email reminders for overdue cycles
* **Data pipelines** — Export cycle, charge, and inventory data to your analytics stack

***

## Working with Shopify

Supercycle is built on Shopify, so many projects will involve both platforms. When building, you may also need:

* [Shopify Developer Documentation](https://shopify.dev/docs) — APIs, webhooks, themes, and app development
* [Shopify Dev MCP](https://shopify.dev/docs/apps/build/devmcp) — Give your AI tools access to Shopify's developer docs alongside Supercycle's
* [Customer Account MCP](https://shopify.dev/docs/apps/build/storefront-mcp/servers/customer-account) — Access customer account data and actions
* [Storefront MCP](https://shopify.dev/docs/apps/build/storefront-mcp/servers/storefront) — Access storefront data for building custom shopping experiences

Connecting both MCPs gives your AI tool a complete picture of the Supercycle + Shopify stack.

***

## Key resources

<CardGroup cols={2}>
  <Card title="Admin API" icon="folder-gear" href="/api-reference/admin/introduction">
    Server-side API for managing cycles, inventory, charges, products, and customers
  </Card>

  <Card title="Storefront API" icon="pen-ruler" href="/api-reference/storefront/introduction">
    Customer-facing API for availability, intents, and custom storefronts
  </Card>

  <Card title="Builders MCP setup" icon="plug" href="/ai/builders-mcp/setup">
    Connect the MCP to your preferred AI coding tool
  </Card>

  <Card title="Guidance for AI" icon="robot" href="/ai/building/guidance-for-ai">
    Instructions for AI agents working with the Supercycle API
  </Card>
</CardGroup>
