# Celery Root ## Docs - [Architecture](https://docs.celeryroot.eu/architecture/overview.md): How Celery Root processes events, stores data, and serves the UI. - [Authentication](https://docs.celeryroot.eu/guides/auth.md): Protect the Celery Root UI with basic auth, OAuth, or a custom handler. - [Beat](https://docs.celeryroot.eu/guides/beat.md): Run Celery beat against the Celery Root database and edit schedules in the UI. - [Configuration](https://docs.celeryroot.eu/guides/configuration.md): Configure Celery Root components, storage, metrics, and the UI. - [Demo project](https://docs.celeryroot.eu/guides/demo-project.md): Run Celery Root from source with seeded test data. - [Installation](https://docs.celeryroot.eu/guides/installation.md): Install Celery Root from PyPI. - [MCP server](https://docs.celeryroot.eu/guides/mcp.md): Expose a read-only MCP server for Celery Root data. - [Observability](https://docs.celeryroot.eu/guides/observability.md): Enable Prometheus and OpenTelemetry metrics for Celery Root. - [Quickstart](https://docs.celeryroot.eu/guides/quickstart.md): Connect Celery Root to your Celery app and open the UI. - [UI tour](https://docs.celeryroot.eu/guides/ui.md): Navigate tasks, workers, brokers, beat schedules, and logs in the web UI. - [Celery Root](https://docs.celeryroot.eu/index.md): Celery Root is a modern replacement for the unmaintained Celery Flower. Monitor workers, inspect tasks, and manage queues from one control plane. - [CLI](https://docs.celeryroot.eu/reference/cli.md): Run Celery Root as a standalone service or a Celery subcommand. - [Flower compatibility](https://docs.celeryroot.eu/reference/compatibility.md): Current compatibility notes for Celery Flower users. - [Config reference](https://docs.celeryroot.eu/reference/config.md): Configuration models and fields for Celery Root. - [Data model](https://docs.celeryroot.eu/reference/data-model.md): Core records stored in the Celery Root database. - [HTTP API](https://docs.celeryroot.eu/reference/http-api.md): JSON endpoints exposed by the Celery Root web UI. ## OpenAPI Specs - [openapi](https://docs.celeryroot.eu/api-reference/openapi.json)