# Usage ## Serving the api run the following command to start the server ```bash uv run uvicorn atlas_librarian.app:app --reload --port 8000 ``` ## Deploy to prefect run the following command to deploy the flow to prefect ```bash uv run deploy ```