# HeyCMO -- Marketing without hiring a marketing team

> Send your URL. 10 AI agents write your blog, run your social, send your email, and optimize your funnel. First drafts in 24 hours. **$99/mo. First 30 days free.**

This page is the markdown equivalent of https://heycmo.ai/. Crawlers and AI agents that prefer markdown can request it via `Accept: text/markdown` on the homepage, or fetch this file directly.

## What HeyCMO is

HeyCMO is a managed AI marketing team for founders and small teams. You send your URL. Within 24 hours we send back 3 blog drafts and a week of social posts in your voice. The 15-minute brand interview is the only setup. After that, 10 named AI agents (each with a clear role) keep working on your behalf -- and every output passes through your approval queue before it publishes.

## Capabilities

| Capability                       | Agent     | Output                                                      |
|----------------------------------|-----------|-------------------------------------------------------------|
| Blog drafts in your voice        | Riley     | 3 long-form posts every Monday                              |
| Social posts (6 platforms)       | Avery     | A week of platform-native posts (X, LinkedIn, IG, FB, TikTok, Pinterest) |
| Email sequences                  | Jordan    | Welcome flows, drips, newsletters with subject-line scoring |
| Paid ads (Meta + Google + LinkedIn) | Phoenix | Creatives with adversarial review against your past CTR data |
| Cold email + LinkedIn outreach   | Mia       | Personalised sequences, intent-scored, queued for approval  |
| Industry research                | Ronan     | Trends, competitor moves, keyword gaps                      |
| Revenue attribution              | Sage      | Maps revenue to the content that drove it                   |
| Conversion rate optimization     | Drew      | URL audits + experiments                                    |
| Sales enablement                 | Quinn     | Decks, one-pagers, proposals                                |
| Strategy + prioritisation        | Sam       | Weekly briefing + plan, escalations                         |

## Pricing

**$99/month.** First 30 days free. One-click cancel from the dashboard. Refund within the first paid month if the quality isn't there.

Full pricing detail: https://heycmo.ai/pricing.md

## How to integrate

### REST API
```
GET https://heycmo.ai/api/customer/{customerId}
Authorization: Bearer hcmo_live_...
```

OpenAPI 3.1 spec: https://heycmo.ai/openapi.json
Full endpoint reference: https://docs.heycmo.ai/docs/api/endpoints

### MCP (Model Context Protocol)

Claude Desktop, Cursor, Windsurf, and any MCP-compatible client can connect:

```
https://heycmo.ai/mcp/sse?token=hcmo_live_...
```

Server card (preview before opening a transport): https://heycmo.ai/.well-known/mcp/server-card.json

### CLI

```
npm install -g @heycmo/cli
heycmo auth login
heycmo scan https://example.com
```

### SDKs

- TypeScript / Node: `npm install @heycmo/sdk`
- Python: `pip install heycmo`

## Webhooks

Subscribe via `POST /api/hooks/{customerId}` with `{ "url": "...", "events": [...] }`. Events: `content.created`, `content.approved`, `content.published`, `content.rejected`, `workflow.completed`, `team.invited`. Payloads are HMAC-signed.

## Trust + safety

- All content encrypted at rest (AES-256-GCM)
- Per-customer memory isolation (Mastra Memory entries are tagged with `customerId`)
- API keys stored only as SHA-256 hashes, validated with timing-safe comparison
- Customer data is never used to train external models
- Full data export (CSV / JSON) anytime
- One-click cancellation, no exit interview

## Frequently asked

**How is this different from ChatGPT?**
ChatGPT is a chatbot -- you prompt it, it answers, you copy-paste. HeyCMO is the team running on top: 10 agents that research your industry, draft and score content, queue it for your approval, publish across channels, then map revenue back to which content drove it.

**$99/mo for AI? Really.**
A junior marketer is $5,000+/month and still needs your time. A freelance blog post alone is $150-500. $99/mo gets you 10 named agents writing, posting, running ads, and tracking revenue. Even one published blog post a month makes the math work.

**Will the content actually sound like my brand?**
Yes. The 15-minute interview learns your voice. Every piece passes a voice-alignment check before it reaches your approval queue. The system keeps a per-customer knowledge layer of what worked vs didn't.

**What if the quality isn't good enough?**
Every piece passes through your approval queue. You can edit, reject, or ask for a redo. If after 30 days the quality isn't there, email `hello@heycmo.ai` for a refund.

**Is my data safe?**
Yes. Encrypted at rest, isolated per customer, never used to train external models. You own it; you can export it; you can delete it.

**Can I connect my existing tools?**
Yes. HeyCMO speaks the MCP protocol (Claude Desktop, Cursor, Windsurf). Direct publishing for X, LinkedIn, Instagram, Facebook, TikTok, Pinterest, plus most CMS platforms and email providers via Composio.

## Compare

- HeyCMO vs Postiz (open-source social scheduler): https://heycmo.ai/vs/postiz
- HeyCMO vs Jasper / Copy.ai / Hootsuite / Buffer: https://heycmo.ai/compare

## Get started

- Sign up: https://heycmo.ai/signin
- Email: `hello@heycmo.ai`
- Docs: https://docs.heycmo.ai/

## Discovery files

- `/llms.txt` -- short product description, links
- `/llms-full.txt` -- concatenated documentation
- `/AGENTS.md` -- instructions for AI coding agents
- `/SKILL.md` -- MCP tool catalog
- `/openapi.json` -- OpenAPI 3.1 REST spec
- `/.well-known/agent.json` -- agent discovery
- `/.well-known/agent-card.json` -- A2A card
- `/.well-known/mcp/server-card.json` -- MCP server preview card
- `/.well-known/api-catalog` -- RFC 9727 linkset
- `/.well-known/oauth-protected-resource` -- RFC 9728
- `/.well-known/http-message-signatures-directory` -- RFC 9421 Web Bot Auth
