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

# Getting started with AI in Beefree SDK

Beefree SDK gives you more than one way to bring AI into your application. Whether you want to launch a ready-made AI feature this week or build a fully custom, agentic content workflow, this documentation page is your starting point for everything AI-related in the SDK.

Use the sections below to find the right entry point for what you're building, or jump straight to a specific feature.

### Three ways to build with AI

Beefree SDK supports three broad pathways for adding AI to your product. You don't have to pick one forever: many teams start on one path and grow into another as their needs evolve.

#### 🚀 AI AddOns: specialized assistants

Beefree SDK's AI AddOns are plug-and-play AI features you can install and launch in your application without any AI development work on your end. Great for specific tasks such as generating copy, images, translations, alt-text, these are the fastest way to bring AI-assisted content creation to your users.

<figure><img src="/files/0lzeQ1FWzrC0yxHhIgdg" alt=""><figcaption></figcaption></figure>

You can install AI AddOns directly from the Developer Console and right away offer them to your end users.

| AddOn                                                                                           | What it does                                                                                                               |
| ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| [AI Writing Assistant](/beefree-sdk/ai-and-mcp/ai-addons/ai-writing-assistant.md)               | Adds a "Write with AI" button to Title, Paragraph, List, and Button blocks. Powered by OpenAI, Azure OpenAI, or Anthropic. |
| [Custom AI Writing Assistant](/beefree-sdk/ai-and-mcp/ai-addons/custom-ai-writing-assistant.md) | Connect your own LLM to the "Write with AI" experience, with full control over the prompt and modal UI.                    |
| [Stability AI (Text to image)](/beefree-sdk/ai-and-mcp/ai-addons/stability-ai.md)               | Text-to-image generation, directly inside the builder.                                                                     |
| [Generate Alt Text with AI](/beefree-sdk/ai-and-mcp/ai-addons/generate-alt-text-with-ai.md)     | Automatically generates alt text for images using computer vision.                                                         |
| [DeepL (AI-powered translation)](/beefree-sdk/ai-and-mcp/ai-addons/deepl.md)                    | Instantly translates content across multi-language templates.                                                              |

[Learn more about the Beefree AI partner AddOns.](/beefree-sdk/ai-and-mcp/ai-addons.md)

#### ✨Beefree AI: email generation copilot

{% hint style="info" %}
Beefree AI is currently in closed beta. [Learn more](/beefree-sdk/ai-and-mcp/beefree-ai-copilot-closed-beta.md).
{% endhint %}

<figure><img src="/files/qfQ1KGtZSfi8ywk7hJ8Q" alt=""><figcaption></figcaption></figure>

[Beefree AI (closed beta)](/beefree-sdk/ai-and-mcp/beefree-ai-copilot-closed-beta.md) is a ready-to-launch prompt-to-design AI agent you can bring to your integration with no development work on your end. Unlike the single-purpose AddOns above, it's designed as a more complete AI experience empowering your end-users to

* create email design from a prompt
* edit existing design by adding blocks, modifying copy, or changing colors
* generate content variations
* check the effectiveness of existing templates

Beefree AI supports Anthropic, Gemini, and OpenAI.

#### 🤖 MCP Server: custom agentic workflows

If you want to build truly custom AI experiences, [Beefree SDK's MCP Server](/beefree-sdk/ai-and-mcp/getting-started.md) is the way to go. It allows you to connect any AI agent directly to your SDK-powered application, enabling both in-editor and headless use cases:

* Generate email designs from a prompt, including sequences
* Edit and improve existing designs
* Translate content into another language or tone of voice
* Run AI-powered QA and validation workflows

{% embed url="<https://drive.google.com/file/d/1sHvjGc82AdyDvUrCyItUo8aXbjfSzP82/view?usp=sharing>" %}

{% hint style="info" %}
**Want to reduce AI token usage?** Try [Code Mode](/beefree-sdk/ai-and-mcp/getting-started/mcp-server-installation-and-setup.md#code-mode), an alternative way of connecting the MCP server and your AI agento that exposes a single TypeScript-scripting tool instead of many individual tool calls. This can reduce AI token consumption by up to 96%!
{% endhint %}

Start here with the MCP: [Getting started](/beefree-sdk/ai-and-mcp/getting-started.md)

## Your path, our tech

**Building with a vibe coding or AI-assisted dev tool?**

See our [dedicated guide for vibe coders](https://developers.beefree.io/vibecoders) to get up and running fast.

**Have a vision for AI in your product, but not sure where to start?**

Talk to your CSX or [drop us an email](https://devportal.beefree.io/hc/en-us/requests/new). We'll work with you to turn your idea into a great content creation experience for your users.

## What's coming next

This page is the home for all current and future AI capabilities in Beefree SDK. As new AI features, agent updates, and MCP capabilities ship, they'll be added here first: check back or watch the [changelog](https://changelog.beefree.io/) for updates.


---

# 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.beefree.io/beefree-sdk/ai-and-mcp/getting-started-with-ai-in-beefree-sdk.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.
