API Reference
Programmatic access to agents, conversations, and knowledge bases.
Overview
The Myndy API lets you manage agents, conversations, and knowledge bases from your own systems.
Authentication
All API requests require a Bearer token:
curl https://auth.myndy.ai/v1/me \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"Base URLs
| Service | URL |
|---|---|
| Auth | https://auth.myndy.ai/v1 |
| Chat Agents | https://chat-agents.myndy.ai |
| Knowledge Base | https://kb.myndy.ai |
Full endpoint documentation is coming soon.