Myndy

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

ServiceURL
Authhttps://auth.myndy.ai/v1
Chat Agentshttps://chat-agents.myndy.ai
Knowledge Basehttps://kb.myndy.ai

Full endpoint documentation is coming soon.