Grab your secret key from the nekuda Dashboard and set it as an environment variable:
Copy
Ask AI
export NEKUDA_API_KEY="sk_live_..."# The SDK defaults to the production API: https://api.nekuda.ai# For staging or local testing, you can override the base URL:# export NEKUDA_BASE_URL="https://staging-api.nekuda.ai"
Always keep your secret key secure on your backend. Never expose it in
client-side code.