# Brand Strategist AI Agent

> Brand Strategist AI Agent is a paid API for AI agents from marketing.402box.io, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Generates brand voice definitions, messaging frameworks, positioning strategies, and brand identity guidelines for consistent communication

## Facts

- Endpoint: POST https://marketing.402box.io/brand_strategist
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/marketing-402box-io-02f7d03d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T6Pmsarw6_iC4_cqPGwYp

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability marketing-402box-io-02f7d03d -d '<json body>'
```

Example prompt: Help me define a brand voice and messaging framework for my B2B SaaS startup called ClearPath — we help mid-market logistics companies reduce shipping delays, and we want to come across as confident and data-driven but approachable, targeting operations managers.

## When to prefer this

Choose this endpoint when you need to establish or refine foundational brand strategy elements — voice, messaging, and positioning — rather than executing tactical marketing tasks like writing social posts, running ads, or producing content. Ideal for early-stage brand building or repositioning exercises.

## Known failure modes

- Empty or vague message prompt returns generic or unhelpful brand guidelines
- Missing business context leads to misaligned positioning recommendations
- Overly broad prompts may produce generic output not specific to the brand
- API returns success:false if the Gemini Pro backend encounters an error
- Timeout or service unavailability returns a failed response with no data

## How this service works

Define brand voice, messaging framework, positioning strategy, and brand identity guidelines for consistent communication

## Output

Returns a structured text response from Gemini Pro containing brand voice attributes, a messaging framework with key pillars, a positioning strategy, and brand identity guidelines tailored to the prompt provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "message"
 ],
 "properties": {
  "message": {
   "type": "string",
   "description": "Your prompt/query for the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "properties": {
    "response": {
     "type": "string",
     "description": "Agent response from Gemini Pro"
    }
   }
  },
  "agent": {
   "type": "string",
   "description": "Agent name"
  },
  "success": {
   "type": "boolean",
   "description": "Whether the request was successful"
  },
  "timestamp": {
   "type": "string",
   "description": "ISO 8601 timestamp"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/marketing-402box-io-02f7d03d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from marketing.402box.io](https://www.zero.xyz/host/marketing.402box.io/llms.txt)
