Installation
- Python
- TypeScript
Install the SDK with UV (recommended) or pip:
The SDK ships as a single, pure-Python wheel with minimal dependencies -
installation takes ~1 second.
Authentication
Grab your secret key from the nekuda customer portal and set it as an environment variable:Always keep your secret key secure on your backend. Never expose it in
client-side code.
Your First Call
Create your first script to test authentication:- Python
- TypeScript
hello.py