Open source · Apache 2.0 · v0 — under construction

Strategy-driven
AI agent framework
for ad operations.

Open-source framework for AI agents — Claude Code, Cursor, Codex, Gemini — to operate Google Ads, Meta Ads, Search Console, and GA4. Grounded in your business strategy. Bounded by explicit security rules. Built so a prompt-injection cannot move money.

01

Three pillars

The properties that distinguish mureo from generic LLM wrappers and AutoGPT-class autonomy.

  1. a.

    Strategy-first

    Every analysis consults STRATEGY.md — persona, USP, brand voice, goals — before it touches metrics. The same CPA spike produces different recommended actions per strategy.

  2. b.

    Security-bounded

    Credential guard, allow-list rollback gating, GAQL validation, anomaly detection on the action stream. The framework refuses to act outside its allow-list even when instructed to.

  3. c.

    Learnable

    A diagnostic knowledge base that gets sharper at your account class over time. Evidence-gated: no recommendation without a sample size, baseline, and confidence threshold.

02

Quick start

Three commands. Local-first execution — credentials never leave your machine.

$ pip install mureo
$ mureo setup claude-code

# In Claude Code:
> /onboard

Read the full getting-started guide for prerequisites (Google Ads dev token, Meta app), MCP setup, and the first end-to-end workflow.

03

Explore further