Pragma Interactive API Interactive API for Pragma Node Setup cp .env.example .env and then set the PRAGMA_API_KEY and PRAGMA_API_BASE_URL variables. Running the API docker compose up --build Running the API with Uvicorn uvicorn pragma.main:app --host 0.0.0.0 --port 8007