Skip to main content
The SDK reads its config from three places. You rarely need more than the two credentials.

Settings

The v0.1 alpha still ships an older placeholder as its built-in default. Set MUDRAID_BASE_URL=https://api.mudraid.ai explicitly until the package default is updated.

Precedence

Kwarg beats OS env. OS env beats .env file.

The .env file

The SDK loads .env on its own. Put your credentials there:
Add .env to .gitignore.

What’s not configurable

Timeouts and cache TTLs are internal. They’re stable in v1. You don’t tune them.