---
name: marketing.402box.io
description: marketing.402box.io provides two AI-generated marketing content endpoints: one for producing brand strategy documents and one for drafting email marketing campaign plans. Both endpoints accept a natural-language prompt and return structured text-based planning content generated by LLM-backed agents.
host: marketing.402box.io
---

# marketing.402box.io

This host serves businesses and agents that need to generate foundational marketing content from scratch using a single API call. It covers two distinct but complementary planning layers: brand identity (voice, positioning, messaging framework) and email campaign execution (copy, subject lines, segmentation, KPIs). It does not deliver, schedule, or analyze live campaigns, nor does it produce visual assets or real-time market intelligence.

## When to use this host

Use this host when an agent needs to generate text-based marketing planning content — either a brand strategy document or an email campaign plan — from a natural-language prompt with no additional data inputs required. Do not use it for transactional email delivery or scheduling (use an ESP such as SendGrid or Mailchimp instead), live campaign analytics retrieval, competitor or market pricing research, or visual/logo design. If the task requires only one of the two outputs, invoke the relevant skill directly rather than chaining both.

## Capabilities

### Brand Strategy Generation

Produces a structured brand identity document from a natural-language business description, covering brand voice, positioning statement, messaging framework, tagline options, and sample copy.

- **`generate-brand-strategy`** — Generates a brand strategy package including voice system, messaging framework, positioning strategy, and written identity guidelines based on a business description prompt.

### Email Campaign Planning

Generates a comprehensive email marketing campaign plan from a campaign brief prompt, including messaging strategy, email copy, subject lines, A/B test variants, segmentation guidance, and performance benchmarks.

- **`generate-email-campaign-content`** — Accepts a natural-language prompt describing a campaign brief and returns a structured email marketing campaign plan including strategy, copy, subject lines, A/B tests, and KPIs, generated by a Gemini Pro-backed agent.

## Workflows

### Brand-to-Campaign Content Pipeline

*Use when an agent needs to build both a foundational brand identity and a ready-to-execute email campaign for a new or rebranding business in a single coordinated flow.*

1. **`generate-brand-strategy`** — Generate the brand voice, positioning statement, and messaging framework from a business description to establish the strategic foundation.
2. **`generate-email-campaign-content`** — Feed the brand positioning and messaging output into the campaign brief prompt to produce email copy and strategy that is tonally and strategically consistent with the brand identity.

## Skill reference

### `generate-brand-strategy`

**Brand Architect AI** — Generates a brand strategy package including voice system, messaging framework, positioning strategy, and written identity guidelines based on a business description prompt.

*Use when:* Use when an agent needs to produce a structured brand strategy document for a business, including brand voice, core messaging, positioning statement, tagline options, and sample copy, given a natural-language description of the business and its audience.

*Not for:* Do not use for real-time market data, competitor pricing analysis, or visual/logo design; this endpoint returns text-based brand strategy content only.

**Inputs:**

- `message` (string, required) — Natural-language prompt describing the business, target audience, differentiators, and desired brand strategy deliverables for the AI agent to process.

**Returns:** Returns success=true, agent name, and a data.response string containing a full markdown brand strategy document with voice attributes, messaging framework, positioning statement, tagline options, and sample copy sections.

**Example:** `{"message": "Generate a complete brand strategy for Verdant Roots, a DTC plant-based supplement brand targeting health-conscious adults 30-50. Include brand voice with do/don't examples, core messaging framework, positioning strategy with competitor comparison, and identity guidelines with tagline options and sample homepage copy."}`

---

### `generate-email-campaign-content`

**Email Campaign Specialist** — Accepts a natural-language prompt describing a campaign brief and returns a structured email marketing campaign plan including strategy, copy, subject lines, A/B tests, and KPIs, generated by a Gemini Pro-backed agent.

*Use when:* Use when an agent or user needs to draft, plan, or analyze an email marketing campaign and wants a comprehensive output covering messaging strategy, email copy, subject lines, segmentation, and performance benchmarks in a single call.

*Not for:* Do not use for transactional email delivery, real-time send scheduling, or retrieving live campaign analytics from an ESP; this endpoint generates planning content only.

**Inputs:**

- `message` (string, required) — Natural-language prompt or query describing the campaign context, goals, audience, and any specific deliverables requested from the agent.

**Returns:** Returns success=true, agent name, an ISO timestamp, and a data.response string containing a detailed markdown campaign plan with strategy, segmented email copy, subject lines, A/B test hypotheses, and performance metrics.

**Example:** `{"message": "Plan a 30-day B2B SaaS cold outreach email campaign targeting marketing ops leaders at mid-market companies. Provide: campaign strategy, 3-touch email sequence with full copy, 10 subject lines per touch, 5 A/B test ideas, and KPI benchmarks."}`

---
