Build with Cello faster using AI assistants that understand our entire documentation. This guide shows you how to give AI tools complete context about Cello’s APIs, SDKs, and integration patterns.

Quick Start: URL Context

The fastest way to get started is to provide this URL directly to your AI tool:
https://cello.mintlify.app/llms-full.txt
This file contains ~73,000 tokens of comprehensive Cello documentation optimized for LLM consumption.
Start your chat with:
Retrieved and processed the Cello documentation
from this provided URL: https://cello.mintlify.app/llms-full.txt.
Use it as context in this chat to answer my questions.

Method 2: Direct Content Injection

For AI tools that don’t support URL fetching, you can copy the entire documentation:
  1. Download the documentation: Open llms-full.txt
  2. Copy all content: Select all (Ctrl/Cmd + A) and copy
  3. Paste into your AI tool: Add as context before your questions
Some AI tools have token limits. The full documentation is ~73,000 tokens, so you may need to use tools like Claude (200k context) or GPT-4 Turbo (128k context).

Method 3: MCP Server Integration

For advanced integrations, connect directly to our Model Context Protocol (MCP) server:
https://cello.mintlify.app/mcp
This provides structured access to Cello documentation for MCP-compatible AI applications.

Example Prompts

Here are some powerful prompts to get you started:

Basic Integration

Using the Cello docs, show me how to implement the referral component 
with user authentication in a React app

Advanced Attribution

Create a complete attribution tracking system that captures referral codes 
from URLs, stores them in cookies, and sends conversion events to Cello using Cello API

Custom Integration

How do I integrate our payment provider Paddle with Cello to send purchase events?

Best Practices

Troubleshooting

IssueSolution
AI doesn’t fetch URLUse Method 2 (copy-paste) instead
Token limit exceededFocus on specific sections or use an AI with larger context window
Outdated informationAlways verify critical details at docs.cello.so

Need Help?

AI sometimes makes mistakes. If you get stuck, reach out to your Customer Success Manager or our support team at support@cello.so.