Documentation Index
Fetch the complete documentation index at: https://docs.montereyfinancial.dev/llms.txt
Use this file to discover all available pages before exploring further.
Configure environment
.env with your database URLs, Redis connection, and Entra ID credentials. Required variables:| Variable | Description |
|---|---|
DATABASE_URL | PostgreSQL connection string |
REDIS_URL | Redis connection string |
MSSQL_CONNECTION_STRING | Legacy ERP database (read-only) |
AZURE_TENANT_ID | Microsoft Entra ID tenant |
AZURE_CLIENT_ID | Entra ID app registration client ID |
Start the dev server
http://localhost:8000. FastAPI’s interactive docs are available at /docs.Dev authentication bypass
For local development, setDEV_AUTH_ENABLED=1 in your .env to bypass Entra ID token validation. This returns a mock user for all requests.
Next steps
Authentication
Learn how auth works with Entra ID and workspace scoping.
API reference
Explore all 48 endpoints.

