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

# API Reference Overview

> OpenAPI-backed reference plus the core conventions used across the full Centaur REST and MCP surface.

export function SecondaryTechnicalReferenceList() {
  return <ul>
      <li>
        Canonical docs: <code>{docsUrl}</code>
      </li>
      <li>
        MCP endpoint: <code>{mcpUrl}</code>
      </li>
      <li>
        OpenAPI spec: <code>{openApiUrl}</code>
      </li>
      <li>
        Swagger UI: <code>{swaggerUrl}</code>
      </li>
      <li>
        Machine discovery: <code>{llmsUrl}</code>
      </li>
    </ul>;
}

This section combines generated API reference with the conventions that govern request and response behavior across the partner feed, events, messages, positions, discovery, and stats.

Use the generated endpoint pages for field-level request and response details. Use the conventions pages only for shared behavior such as envelopes, pagination, and error handling.

## Canonical technical artifacts

<SecondaryTechnicalReferenceList />

## Read next

* [Request and response envelopes](/docs/api-reference/conventions/request-response-envelopes)
* [Query semantics](/docs/api-reference/conventions/query-semantics)
* [Errors](/docs/api-reference/conventions/errors)
