> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/dapta-mcp.md).

# Dapta MCP

- [Dapta MCP: Overview](https://docs.dapta.ai/dapta-mcp/mcp.md): Operate your Dapta workspace from inside Claude Desktop, Claude Cowork, or Claude Code using plain language. Connect once, and Claude already knows how to drive your agents, analytics, automations, an
- [Key Concepts](https://docs.dapta.ai/dapta-mcp/key-concepts.md): The few ideas that make the Dapta MCP click: one workspace-scoped API key, a connection that needs nothing installed, the preview-then-confirm safety model, and how keys are shown once and rotated.
- [Setup & Connection](https://docs.dapta.ai/dapta-mcp/setup.md): Everything you need to connect the Dapta MCP to Claude: prerequisites, then three short steps to mint a key, connect your Claude client, and verify it all works.
- [Mint your API key](https://docs.dapta.ai/dapta-mcp/setup/mint-your-api-key.md): Create the API key that authenticates your AI client as your Dapta workspace. Keys are owner-only and shown once, so save yours right away.
- [Connect Claude Desktop & Cowork](https://docs.dapta.ai/dapta-mcp/setup/connect-claude-desktop.md): Connect the Dapta MCP to Claude Desktop and Claude Cowork with a personalized plugin. No terminal, no connector URL, no OAuth: your key is baked into the plugin you download.
- [Connect Claude Code](https://docs.dapta.ai/dapta-mcp/setup/connect-claude-code.md): Register the Dapta MCP in Claude Code with a single terminal command. Copy the ready-to-run command straight from Dapta, key included.
- [Connect Codex](https://docs.dapta.ai/dapta-mcp/setup/connect-codex.md): Connect the Dapta MCP to the Codex CLI. Add one block to your Codex config file, restart, and Codex can drive your Dapta workspace.
- [Connect Cursor](https://docs.dapta.ai/dapta-mcp/setup/connect-cursor.md): Connect the Dapta MCP to Cursor. Add one entry to your Cursor MCP config, enable it in settings, and Cursor can drive your Dapta workspace.
- [Verify your connection](https://docs.dapta.ai/dapta-mcp/setup/verify.md): Confirm the Dapta MCP is connected by asking Claude a simple question about your workspace and checking that it answers from your Dapta data.
- [What Claude Can Do](https://docs.dapta.ai/dapta-mcp/skills.md): The things you can ask Claude to do in your Dapta workspace, in plain language. Browse the list, then open any area to see example phrases and what you get back.
- [Voice Agents](https://docs.dapta.ai/dapta-mcp/skills/voice-agents.md): What Claude can do with your Dapta voice agents once connected: create, configure, and calibrate agents, then review how their calls perform.
- [Text & WhatsApp Agents](https://docs.dapta.ai/dapta-mcp/skills/text-agents.md): Build text and chat agents with Claude, tune how they respond, and connect them to WhatsApp, all from a plain conversation.
- [Flow Studio](https://docs.dapta.ai/dapta-mcp/skills/flow-studio.md): The 2 Flow Studio skills: build and deploy automations from a chat, and inspect or report on the flows you already have.
- [Sales Meetings](https://docs.dapta.ai/dapta-mcp/skills/sales-meetings.md): The sales-meeting skill: find and analyze your recorded meetings, surfacing AI summaries, action items, and sales tips.
- [Accounts, Identity & Billing](https://docs.dapta.ai/dapta-mcp/skills/accounts.md): Ask Claude to check your accounts, usage, balance, and subscription. Everything here is read-only and scoped to your connected workspace.
- [Support](https://docs.dapta.ai/dapta-mcp/skills/support.md): The 3 support skills: instant answers to common Dapta questions, opening a tracked ticket, and retrieving your support history.
- [Research & Docs](https://docs.dapta.ai/dapta-mcp/skills/research.md): Ask Claude to research a company from its website and search the Dapta documentation, with a matching Academy tutorial suggested alongside the answer.
- [Tools Reference](https://docs.dapta.ai/dapta-mcp/tools-reference.md): A plain-English tour of what you can ask Claude to do in your Dapta workspace, grouped by the seven things it helps with: voice agents, text and WhatsApp agents, automations, analytics, meetings, acco
- [Safety & Security](https://docs.dapta.ai/dapta-mcp/safety-and-security.md): How the Dapta MCP keeps your data safe: workspace isolation, preview-then- commit on every write, and one-key-per-workspace key hygiene.
- [Troubleshooting](https://docs.dapta.ai/dapta-mcp/troubleshooting.md): Common Dapta MCP problems and how to fix them, from key creation errors to "unauthorized" responses and tools not appearing.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.dapta.ai/dapta-mcp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
