Skip to main content
The fastest way to integrate ClarioDesk is to not write the integration yourself. Copy the prompt below into your AI coding agent (Claude Code, Cursor, Codex, or any agent that can edit your project), replace the placeholder with your app’s publishable key, and let it work. The prompt makes the agent:
  • detect your framework — Flutter, bare React Native, or Expo (including the Expo Go evaluation lane),
  • ask you the decisions that are actually yours — prebuilt chat UI vs. building screens in your own design system, where support opens from, push now or later, attachments,
  • consult these docs instead of guessing — every step links the exact reference page, and the rules for AI agents are embedded,
  • verify the result — it finishes by round-tripping a real message to your dashboard inbox, not by declaring success.
Your pk_live_ key is publishable — it’s safe to paste into a prompt and ship in your app binary. It can only register devices; it can’t read tickets. Get it at dashboard.clariodesk.com → your app → API key. When you create a new app, the dashboard shows this same prompt with your key already filled in.

The prompt

Connect the docs MCP server

These docs also run a hosted MCP server at https://docs.clariodesk.com/mcp (tools: search_clario_desk for search, query_docs_filesystem_clario_desk for reading pages). With it connected, your agent retrieves live ClarioDesk docs mid-task instead of guessing.

Working docs-first instead?

If you’d rather have your agent research as it goes, point it at the machine-readable docs:
  • llms.txt — index of every page; llms-full.txt — the full docs in one file.
  • The distilled rules for AI agents.
  • Every page here can be pulled as markdown by appending .md to its URL, or through the docs MCP server above.