Set Up for AI Agents
Give your AI agent (Claude Code, Cursor, etc.) the ability to discover and run data endpoints across the web.
1. Install the Monid Skill
Copy the following to your agent:
set up https://monid.ai/SKILL.mdThis gives your agent the knowledge to discover, inspect, and run data endpoints automatically.
2. Get an API Key
Go to https://app.dev.monid.ai to create an account if you don't have one. Then go to https://app.dev.monid.ai/access/api-keys to create an API key.
Copy the key -- it is only shown once.
3. Your Agent Will Guide You
Once the skill is installed and the API key is provided, your agent knows how to discover, inspect, and run data endpoints. For example, ask your agent:
"Find recent tweets about AI and save them to a file"
The agent will handle the rest -- discovering the right endpoint, checking its input schema, running it, and saving the results.