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

# Admin API

> Reference for management and reporting operations.

The Admin API is the server-side management surface for experiences, audiences, consumers, products, organizations, and reporting.

Use this section when you are building a back-office integration or syncing data from your own systems into Fanfare. The endpoint reference is generated from the service OpenAPI specification and filtered to the public integration surface.

## Base URLs

| Environment       | Base URL                       |
| ----------------- | ------------------------------ |
| Production        | `https://admin.fanfare.io/api` |
| Local development | `http://localhost:4800`        |

## Authentication

Admin API calls require a server-side credential. Keep secret credentials on your server and do not expose them in browsers, mobile apps, or public source code.

## Common Areas

* Experiences and experience pages
* Distribution configuration
* Audiences and consumers
* Products and variants
* Analytics and organization settings

## Contract Notes

* [Experience contracts](/api/admin-api/experiences) cover create/update fields, nested sequence creation, and derived experience timing.
* [Distribution contracts](/api/admin-api/distributions) cover current distribution field names, required fields, timing states, timed-release guest support, and string money fields.

For request and response schemas, use the generated endpoint pages in this section.
