Built-in AI assistant
Click the Ask AI button in the top-right of any page to open the Mintlify assistant. It is trained on all BMONI Embedded documentation — SDK, UI Kit, Wallets & Cards, and the API reference — and can answer questions, generate integration code, and walk you through setup flows.The assistant is always up-to-date with the latest published docs. No extra configuration is needed.
Open any page in your AI editor
Every page has a contextual toolbar (bottom-right of each code block) with one-click actions for:Cursor
Opens the page in Cursor’s AI chat with full context pre-loaded.
Claude
Opens the page in Claude.ai as a new conversation.
ChatGPT
Opens the page in ChatGPT with the content pre-filled.
Windsurf
Opens in Windsurf IDE with context injected.
Google AI Studio
Opens the page in AI Studio.
Perplexity
Opens as a Perplexity research query.
MCP — connect any AI agent to the docs
Mintlify exposes the full documentation corpus as an MCP (Model Context Protocol) server. Any MCP-compatible agent — Claude Desktop, Cursor, Windsurf, Devin — can query the docs as a tool.Add to Claude Desktop
1
Open Claude Desktop settings
Go to Settings → Developer → Edit Config (
claude_desktop_config.json).2
Add the BMONI docs MCP server
claude_desktop_config.json
3
Restart Claude Desktop
Quit and reopen Claude Desktop. The
bmoni-embedded-docs tool will appear in the tool list.4
Start asking
Ask Claude anything about the SDK, UI Kit, or wallet cards — it can now retrieve exact content from the docs.
“Show me how to provision a wallet with bmoni_embedded_sdk and gate signing with a PIN.”

