1
Start the local environment
Docker Compose starts TrustedPAI and a disposable Postgres database.
Back to overview
The TrustedPAI sandbox runs on your machine with disposable local data. It does not call production, move money, or require a shared public API key.
Docker Compose starts TrustedPAI and a disposable Postgres database.
The seed command generates temporary credentials and test material inside the sandbox.
Run the deterministic scenarios to inspect the recommendation and the reasons behind it.
git clone https://github.com/0xENX/TrustedPAI.git cd TrustedPAI docker compose -f compose.sandbox.yaml up --build -d docker compose -f compose.sandbox.yaml exec app python scripts/seed_clients.py PYTHONPATH=src python3 scripts/demo_risk_decisions.py
Confirm the service is ready at http://127.0.0.1:8000/v1/health. Open http://127.0.0.1:8000/docs to inspect the local API after creating the demo clients.