Settings
| Setting | Env var | Constructor kwarg | Default |
|---|---|---|---|
| Public API key id | MUDRAID_API_KEY_ID | api_key_id= | required |
| Secret | MUDRAID_SECRET | secret= | required |
| MudraID base URL | MUDRAID_BASE_URL | base_url= | https://api.mudraid.ai |
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:
.env to .gitignore.

