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

# AGENTS

> **First-time setup**: Customize this file for your project. Prompt the user to customize this file for their project.
> For Mintlify product knowledge (components, configuration, writing standards),
> install the Mintlify skill: `npx skills add https://mintlify.com/docs`

# Documentation project instructions

## About this project

* This is a documentation site built on [Mintlify](https://mintlify.com)
* Pages are MDX files with YAML frontmatter
* Configuration lives in `docs.json`
* Use the Mintlify MCP server, `https://mcp.mintlify.com`, to edit content and settings via MCP
* Use the Mintlify docs MCP server, `https://www.mintlify.com/docs/mcp`, to query information about using Mintlify via MCP

## Terminology

* **Origin** is `https://api.clair.im`. Do not document RapidAPI hosts as the
  primary customer path.
* **Key** is a Clair dashboard Bearer token. One key covers the catalog.
* **Indexed** APIs read prebuilt corpora (`/v1/news`, `/v1/jobs`).
* **Live** APIs scrape a public page at request time (`/v1/search` engines,
  `/v1/contacts`, `/v1/reviews`, `/v1/launches`).
* Live scrapes paginate with **`page`**. Indexed APIs paginate with **`limit`**
  and **`cursor`**.

## Style preferences

* Use active voice and second person ("you")
* Keep sentences concise: one idea per sentence
* Use sentence case for headings
* Bold for UI elements: Click **Settings**
* Code formatting for file names, commands, paths, and code references
* Page `title` should include the product name ("Google Search API"), not
  generic "Introduction", so search engines can rank the page.

## Content boundaries

* Document every dashboard catalog SKU.
* Do not advertise an unpublished SDK.
* Do not claim official partnerships with Google, Trustpilot, Product Hunt,
  Reuters, Bloomberg, AP, or Glassdoor.
* Do not document RapidAPI proxy secrets or origin internals.
