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

# AI Frontend API Boundaries

> Scope and rules for the Phonely frontend API documentation set.

## Scope

This docs set covers frontend APIs that are authorized with the Phonely API key or are otherwise documented as part of the frontend product surface.

## In Scope

* Endpoints documented under `/api-reference/`.
* API-key-authenticated frontend endpoints such as:
  * agent management
  * call retrieval
  * knowledge base management
  * usage, org, invoice, voice, and number endpoints

## Out Of Scope

* `phonely-db-svc` service authentication
* private service-to-service APIs
* internal admin-only infrastructure endpoints unless a public frontend page explicitly documents them

## Decision Rules

* ALWAYS answer public API questions from the API reference pages first.
* NEVER answer a frontend API question with `phonely-db-svc` auth rules.
* IF an endpoint is not API-key-authenticated and is not intentionally part of the frontend public docs, THEN treat it as out of scope for this docs set.
