AI Integration
Connect 3Min API to AI tools like ChatGPT or Claude and run your endpoints with plain-language chat.
3Min API connects directly to major AI tools through MCP (Model Context Protocol), an open standard. Once connected, you can create endpoints, search call logs, and invite collaborators with a single chat message — no need to click through the dashboard.
ChatGPT and Claude use OAuth (account login), so there are no API keys to manage. CLI/IDE tools like Claude Code and Cursor use the API key flow — drop a key into your local config and start using it. Most capabilities are identical either way; only archive file download is exclusive to the CLI/IDE environment.
What you can do
| Category | Tools | Action |
|---|---|---|
| Read | help, endpoints, logs, stats, subscription, archives | View endpoints (list/get), logs, stats, subscription, and archives |
| Create / Update / Deploy | endpoints (create/update/deploy), collaborators (create_key/update_permissions/invite) | Create, update, and deploy endpoints; manage collaboration keys. Endpoint delete is web-only by design. |
| Execute | api_call (GET single + list, POST, PUT, DELETE) | Send HTTP requests to your deployed endpoint |
Every action is scoped to your own account. Other users' resources are never accessible.
Pick a path to start
All three paths offer the same capabilities — only the authentication method and setup steps differ based on your environment.
Example conversations
- "Show me my API endpoints"
- "Create a new endpoint called 'orders' with required fields: name, amount, email"
- "Show me the most recent 20 orders"
Safety policy
For security and accident prevention, destructive or billing-related actions — deleting things, regenerating keys, changing plans, deleting accounts — are not exposed to the AI. When you need those, sign in to the 3Min API dashboard directly.