Skip to main content
The Monid CLI lets you discover, inspect, and run data endpoints from the command line.

Installation

Verify:

Setup

1. Get an API Key

Go to https://app.monid.ai to create an account if you don’t have one. Then go to https://app.monid.ai/access/api-keys to create an API key. Copy the key — it is only shown once.

2. Add the Key

The first key you add is automatically set as the active key.

3. Switch Active Key

If you have multiple keys, switch between them:

Example Workflow

Global Flags

All data commands support:

Polling Strategies

Endpoint execution times vary widely depending on the endpoint and data volume. The recommended approach is to run without --wait and poll separately:
For blocking use cases, you can use --wait which polls with automatic exponential backoff until the run completes:

Environment Variables

Commands

Endpoints

Runs

Keys & Access

Examples

See Examples for complete end-to-end workflows.