Installation
Install CLI
# Prereq: install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install the Mithril CLI
uv tool install -U --refresh mithril-clientFirst-time setup
ml setup # interactive onboardingVerify setup
ml setup --checkNon-interactive setup
You can skip ml setup by setting environment variables:
API key: get one at https://app.mithril.ai/account/api-keys
Project ID: project
fidfrom the projects API:curl -H "Authorization: Bearer <API_KEY>" https://api.mithril.ai/v2/projects
export MITHRIL_API_KEY=fkey_xxx
export MITHRIL_PROJECT=proj_xxxLast updated