Hand-drawn illustration of an inbox where AI drafts replies in speech bubbles and one assistant hits send on its own

Braze AI in 2026: What BrazeAI Actually Ships, and What It Leaves to You

“Braze AI” is not a third-party thing you bolt on. It’s BrazeAI — Braze’s own suite, and it’s substantial. If you searched this term you almost certainly meant the features already sitting in your dashboard: Sage AI agents, Predictive Churn, Intelligent Timing, Intelligent Channel, generative copy. Most of it is generally available. Some of the best parts are gated behind a conversation with your account manager, which is the part vendors’ marketing pages tend to skip.

Here’s what actually ships, what it costs you in credits, what your own API key can reach, and the specific category of work that BrazeAI does not touch — not because Braze is weak at orchestration, but because that work isn’t Braze’s job.


What ships under the BrazeAI name

Braze groups its AI under a single umbrella that has grown a lot since 2024. The pieces that matter to a lifecycle marketer:

  • Sage AI agents. AI helpers you build inside Braze that generate copy, route users, and enrich catalog fields. They deploy as an Agent step inside a Canvas, with Liquid variables and canvas context available, so an agent can write a subject line that reflects what that specific user did. Also usable to calculate or generate catalog field values.
  • Predictive Suite. Two models: Predictive Churn (a 0–100 risk score per user) and Predictive Events (likelihood a user takes a specific action, like a purchase). Scores land on the user profile and become segment and Canvas filters.
  • Intelligence Suite. Three optimizers: Intelligent Selection picks the winning variant and shifts traffic toward it, Intelligent Timing sends each user at their individual best hour, Intelligent Channel learns whether a given person responds to push or email and routes accordingly — with a configured fallback for users who don’t have enough history yet.
  • Generative AI in the dashboard. Copywriting assistance, image creation, data transformation, and SQL query generation, all inline.
  • Content Optimizer. Automatically tests and improves subject lines and CTAs across email, push, and SMS.
  • Decisioning Studio. 1:1 decisioning across offers, channels, and timing against a business metric.
  • Item Recommendations. Pulls specific catalog products into a message per user.

That’s a genuinely deep stack. Anyone telling you Braze needs an external AI to personalize messaging hasn’t looked at it recently.


The gating nobody puts on the feature page

Two things to budget for before you plan a quarter around this.

Agents require credits. Braze Agents are GA, but Message or Action Credits are mandatory to access them — you contact your account manager for credit access. There are also hard runtime limits: a default 250,000 daily invocations (expandable to a 1,000,000 ceiling), a 20-second timeout per run, and a 25 KB input limit per request. That 25 KB matters if you were imagining stuffing a rich user context blob into every agent call.

Predictive Churn ships in two tiers. Preview mode is pre-purchase: you can see a demo prediction on synthetic data and build one model on your own data, but you cannot message users based on the score and you don’t get regular score refreshes. Full access — up to three active predictions, real targeting, scores updated at your chosen frequency — requires contacting your account manager. So if a colleague showed you a churn model in the dashboard, confirm which tier it’s on before you build a win-back Canvas on top of it.

Neither of these is a knock on Braze. It’s enterprise software; enterprise software is priced in conversations. Just don’t scope a roadmap off a docs page.


What your own API key reaches

Braze has one of the better-documented REST APIs in the category, and an ordinary customer admin can generate a key themselves — no partner program, no sales call. That’s genuinely not true of a lot of vertical software.

You create one at Settings → APIs and Identifiers → API Keys → Create API Key, where you name it, optionally allowlist IPs or subnets, and check granular permissions by category (user data, email, messages, campaigns, Canvas, segments, and more). Braze’s API basics doc covers it.

The one detail that trips people up: your REST endpoint is not your dashboard URL. Braze runs instances (US-01 through US-10, EU-01/02, AU-01, ID-01, JP-01, KR-01) and each has a separate pair. US-01’s dashboard is dashboard-01.braze.com but its REST endpoint is rest.iad-01.braze.com; EU-01 is rest.fra-01.braze.eu. Use the REST endpoint, not the SDK endpoint. Auth is a bearer token.

Roughly what’s on the other side:

GroupRepresentative endpointsRead / write
User data/users/track, /users/export/ids, /users/export/segment, /users/delete, /users/mergeBoth
Messaging/messages/send, /messages/schedule/createWrite
Campaigns/campaigns/list, /campaigns/details, /campaigns/data_series, /campaigns/trigger/sendBoth
Canvas/canvas/list, /canvas/details, /canvas/data_series, /canvas/trigger/sendBoth
Catalogs/catalogs, /catalogs/{name}/itemsBoth
Email/email/status, /email/hard_bounces, /email/unsubscribesBoth
Segments/segments/list, /segments/details, /segments/data_seriesRead

The data_series endpoints are the quiet workhorses here — they’re how you get campaign and Canvas performance out of Braze on a schedule without a human opening a dashboard tab.

As for chat assistants: Braze ships an official MCP server for Claude, added to Anthropic’s directory in November 2025. It’s a local Desktop extension, exposes 38 functions across 15 categories, and Braze recommends a read-only key for it — it’s an analytics copilot, not a send button. ChatGPT has no native Braze connector. Both are worth knowing about, and neither runs when you’re not in the conversation.


Braze orchestrates the customer journey. Something else has to orchestrate the campaign.

This is where a lot of “AI for Braze” content goes wrong, so let’s be precise.

Braze absolutely reacts to events. Custom events fire Canvas entry, purchase behavior triggers a step, /campaigns/trigger/send exists for exactly this, and Canvas is one of the strongest journey orchestration engines on the market. If anyone tells you Braze can’t respond to what a user just did, they’ve never opened it. Real-time, event-driven messaging to your users is the product.

What Braze doesn’t do — and was never designed to do — is the work that happens around a campaign, among the humans shipping it. A launch is roughly: a brief lands in Slack, copy gets drafted, legal or brand reviews it, someone builds the Canvas, someone else QAs the segment, a stakeholder asks how last week’s flight did, results get pasted into a deck, a bug gets filed in Jira when the deep link breaks. Braze owns exactly one step in that chain. Everything before and after lives in your inbox, your project tracker, and your calendar.

That gap is what most lifecycle teams are actually drowning in. It’s not “our messaging isn’t personalized enough.” It’s that the growth lead at a consumer subscription app spends Monday morning pulling /campaigns/data_series numbers by hand, reformatting them, and writing the same summary email to the same four people.

General-purpose AI assistants don’t close that gap either, for a specific structural reason.

Scheduled work is no longer the dividing line — ChatGPT and Claude both run tasks on a timer without anyone watching. The line that still holds is event triggers. Nothing kicks off because something happened in one of your apps; it kicks off because the clock said so, which means anything time-sensitive waits for the next run.

So Claude with the Braze MCP server can tell you how a Canvas performed when you ask it. It cannot notice on Thursday that Tuesday’s send underperformed and tell you.


Where Carly fits around Braze

Carly is an AI executive assistant that runs on triggers and schedules in the cloud, and it’s aimed squarely at the coordination layer rather than at Braze’s orchestration. It doesn’t compete with Canvas — it does the parts Canvas was never pointed at:

  • Standing reports without the Monday morning tax. Pull /campaigns/data_series and /canvas/data_series on a schedule, format the numbers, and email the digest to the growth channel and the two VPs who ask for it. Your laptop can be closed.
  • Watch and escalate. Check open and click rates against last period on a cadence, and email or Slack you when something moves past a threshold you set — instead of you finding out at the weekly review.
  • Follow-through across tools. Braze results into a Notion doc, a Jira ticket when a deep link 404s, a CRM note on the enterprise accounts that hit the churn segment. Braze reaches your users; Carly reaches your stack.
  • Inbox and calendar work. Triage the lifecycle team’s shared inbox, draft and send replies from Gmail or Outlook with attachments, schedule the QA review, take notes in the launch retro.
  • Built by describing it. Say “I want a weekly Braze performance digest emailed to growth every Monday at 9,” and Carly interviews you and builds the workflow with you.

Braze connects through your own API key — generate it at Settings → APIs and Identifiers, then paste it along with your instance’s REST endpoint at carlyassistant.com/integrations. Carly reaches 200+ tools natively and anything else with a public API via your own key; see integrations.

Pricing: free, unlimited Zapier-style workflows, and AI agents from $35/month. If you’re evaluating more broadly, we keep a running list of the best AI agents for productivity and a rundown for marketing managers specifically.


FAQ

What is BrazeAI?

BrazeAI is Braze’s own bundle of AI features, not a third-party add-on. It covers Sage AI agents (deployed as Canvas steps to generate copy, route users, and enrich catalogs), the Predictive Suite (Predictive Churn and Predictive Events), the Intelligence Suite (Intelligent Selection, Intelligent Timing, Intelligent Channel), in-dashboard generative AI for copy, images, SQL and data transformation, plus Content Optimizer, Decisioning Studio, and Item Recommendations.

Is BrazeAI included in my plan?

Partly. The Intelligence Suite optimizers and in-dashboard generative AI are standard features. Braze Agents require Message or Action Credits, which you arrange through your account manager. Predictive Churn has a limited pre-purchase preview mode that lets you build one model but not message users based on the score — full access with up to three active predictions requires purchase.

Can Braze react to user events, or do I need an external tool for that?

Braze reacts to events natively and it’s the core of the product. Custom events trigger Canvas entry and steps, and the API exposes /campaigns/trigger/send and /canvas/trigger/send for programmatic triggering. You don’t need an external tool for customer-facing event-driven messaging. What you may want an external tool for is the internal work around a campaign: reporting, alerting, approvals, and follow-through into Slack, Jira, or your CRM.

How do I get a Braze API key?

In the Braze dashboard, go to Settings → APIs and Identifiers → API Keys and select Create API Key. Name it, optionally allowlist IPs, and select granular permissions per category. Then copy your instance’s REST endpoint from the same page — it differs from your dashboard URL (US-01 is dashboard-01.braze.com for the dashboard but rest.iad-01.braze.com for REST). Any customer admin can do this; there’s no partner program required.

Does ChatGPT or Claude connect to Braze?

Claude does, through Braze’s official MCP server — a locally installed Desktop extension listed in Anthropic’s directory since November 2025, exposing 38 functions and intended for read-only analytics. ChatGPT has no native Braze connector. Both only work inside a conversation you start or a task you scheduled by the clock.

Does Predictive Churn need a minimum audience size?

Braze doesn’t publish a hard user-count threshold in its public docs. It does require enough historical behavioral data for the model to distinguish churning from retained users, and the preview tier exists specifically so you can build a model against your own data and evaluate quality before purchasing. Build the preview model and look at the output before committing.


More: Claude + Braze · Klaviyo MCP · AI agents for marketing managers · Best AI workflow automation tools · Claude connectors

Ready to automate your busywork?

Carly schedules, researches, and briefs you—so you can focus on what matters.

See what people say

"Before Carly, I relied on a Calendly link, but the whole process felt impersonal and not very professional. Carly changed that by handling all the back-and-forth, so I'm no longer stuck in endless email threads trying to line up schedules.

Now Carly reaches out to candidates, shares my real-time availability, lets them pick a slot, then sends a Zoom link and drops it straight into my calendar. She sends reminders to both of us before each call, which has significantly reduced no-shows and last-minute confusion.

On top of scheduling, Carly acts like a full executive assistant, sending me my schedule the night before so I can prepare for each call. It reminds me of the old x.ai assistant, but Carly is noticeably smarter, faster, and better suited to my healthcare recruitment business."

Gus Ibrahim, Founder & Director, IHR