Skip to content

API Reference

Build on Anychat programmatically. All public APIs are versioned under /v1 at https://api.anychat.ai and authenticate with a bearer token.

  • Agent API — create, configure, and inspect agents: identity, playbooks, skills, templates, people, channels, export/import. Everything the console does, scriptable.
  • Messaging API (AMF/1) — the message format and send/receive surface: one rich-message envelope (intents and parts) that degrades gracefully across every channel.
  • AML — Anychat Markup Language: teach any LLM agent to produce rich messaging (cards, carousels, suggested replies) in one page.