Runnable Python, Node.js, and JavaScript Partner API starters.
Server-side starters for the sandbox happy path (ping → me → client → loan → repayment). Walkthrough and curl: Integration guide.
Setup
cp external/examples/.env.example external/examples/.env
# Set TENANT_SLUG and CLFY_TEST_KEY (Admin → Developers)
Never commit .env or expose keys in browsers or mobile apps.
Run
| Language | Command |
|---|---|
| Python | cd external/examples/python && pip install -r requirements.txt && python quickstart.py |
| Node.js (18+) | cd external/examples/node && npm install && npm run quickstart |
| JavaScript | cd external/examples/javascript && node quickstart.js |
Reusable clients: partner_client.py, partner-client.mjs, partner-client.js.
Next
- Integration guide — full walkthrough
- Quickstart — curl-only smoke test
- Full lab:
external/sample-apps/(make partner-lab)

