The SDK is primarily a library. The CLI entry point exists so a new user typingDocumentation Index
Fetch the complete documentation index at: https://docs.minerva.io/llms.txt
Use this file to discover all available pages before exploring further.
python -m minerva gets a useful response rather than silence.
- Credential resolution (constructor args vs env vars)
- Quick examples for
mc.api.resolve,mc.api.enrich,mc.api.call,mc.usage.tallies - The two resource namespaces (
mc.api,mc.usage) - Where to dig deeper (
help(Minerva)in REPL)
Env vars the SDK reads
| Variable | Purpose |
|---|---|
MINERVA_API_KEY | Your x-api-key. Required if you don’t pass api_key= to the constructor. |

