# AI

Bunny is built to be driven by AI as much as by people. Whether you want to ask questions about your revenue in plain language, connect your own AI assistant to your billing data, or have your AI coding assistant integrate Bunny for you, there's a purpose-built way in.

There are three ways to put AI to work with Bunny, depending on what you're trying to do:

### [RevOps Agent](#revops-agent)

**Best for:** day-to-day questions and tasks, no setup required.

The RevOps Agent is Bunny's built-in AI assistant. Ask it about your accounts, subscriptions, and metrics — or have it carry out tasks like creating subscriptions, applying discounts, and exporting customer lists — in plain language. It's available right inside Bunny via the chat window, and in Slack as a bot you can message. If you just want answers and actions without wiring anything up, start here.

[Read more about the RevOps Agent →](#revops-agent)

### [MCP Server](#mcp-server)

**Best for:** connecting your own AI assistant to your live Bunny data.

The Bunny MCP server lets you connect external AI clients — such as Claude and ChatGPT — directly to your billing platform using the open [Model Context Protocol](https://modelcontextprotocol.io/). Once connected over OAuth, your assistant can read accounts, subscriptions, and revenue data and drive quoting, subscription management, and record updates, all within your existing permission scope. This is the same toolset that powers the RevOps Agent, made available to the client of your choice.

[Read more about the MCP Server →](#mcp-server)

### [Skills (Bunny AI Toolkit)](#skills-bunny-ai-toolkit)

**Best for:** developers integrating Bunny with the help of an AI coding assistant.

The Bunny AI Toolkit is a set of Agent Skills for AI coding assistants like Claude Code, Cursor, Gemini CLI, OpenAI Codex, and VS Code. The skills teach your assistant how to work with Bunny's GraphQL API, SDKs, React components, webhooks, and customer portal — so it can help you track signups and subscriptions, accept payments, and build billing UIs using correct, current patterns instead of guesswork.

[Read more about Skills →](#skills-bunny-ai-toolkit)

### Which one do I need?

| If you want to…                                                  | Use                                                   |
| ---------------------------------------------------------------- | ----------------------------------------------------- |
| Ask questions and run tasks inside Bunny or Slack, with no setup | [RevOps Agent](#revops-agent)                         |
| Connect Claude, ChatGPT, or another AI client to your Bunny data | [MCP Server](#mcp-server)                             |
| Integrate Bunny into your own app with an AI coding assistant    | [Skills (Bunny AI Toolkit)](#skills-bunny-ai-toolkit) |

The RevOps Agent and the MCP Server share the same underlying tools — the agent is the ready-to-use experience, while the MCP server exposes those same capabilities to the client of your choice. The Skills toolkit is aimed at writing integration code rather than operating your account.


---

# Agent Instructions: 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:

```
GET https://docs.bunny.com/guide/tour/ai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
