1
Create a Monid account
Sign up at monid.ai.
2
Generate an API key
Get a key from the Monid dashboard.
3
Fund your wallet
Add credit to your Monid wallet. That balance is what individual calls draw against, usually a fraction of a cent each.
4
Send it on every request
Set
X-API-KEY on each REST call and each MCP client config.curl
What a rejected key looks like
An empty, missing, or malformedX-API-KEY header gets a 401 before the request reaches Monid.
401 and the same unauthorized code, once the call reaches Monid.
MCP uses the same header
The MCP transport at/mcp (and its alias /api) reads X-API-KEY the same way REST does. Set it as a header on the client’s HTTP transport config. See MCP Server for exact client configs.
Each key is rate limited to 60 requests per minute by default. See Rate limits.