Skip to main content

llms-txt/llms-full.txt

Source: examples/llms-txt/llms-full.txt

When To Use This Example

Use this page as a concrete starting point when the file path and convention type match your project. Treat the content as a reference shape, not as a mandatory template.

How To Adapt It

  • Keep fields that describe real project behavior.
  • Remove placeholders that do not apply to your repository.
  • Prefer short, explicit instructions over broad policy language.
  • Link the adapted file back to the convention it supports when possible.

Source File

# Example Product Docs

This is an expanded documentation bundle for LLM ingestion. It contains the same high-value material linked from `llms.txt`, copied into one file.

## Getting Started

Create a workspace, invite teammates, and connect the billing provider before importing customers.

## API Overview

The API uses bearer token authentication. Requests and responses use JSON. Paginated endpoints accept `limit` and `cursor` parameters.

## Webhooks

Webhook events are delivered with an HMAC signature in the `X-Example-Signature` header. Failed deliveries are retried with exponential backoff.

## Changelog

- 2026-04-01: Added invoice CSV export.
- 2026-03-12: Added webhook event filtering.
- 2026-02-20: Deprecated the legacy customer notes endpoint.