# Atelier Competitive Intelligence API

> Atelier Competitive Intelligence API is a paid API for AI agents from api.useatelier.ai, paid per call via x402, $0.055/call, status unknown (last checked 2026-09-13).

Analyzes a URL or company description to generate structured competitive intelligence including positioning, pain points, competitors, battlecard, and Market Score

## Facts

- Endpoint: POST https://api.useatelier.ai/api/x402/pay/svc_1780351920611_rmx2spwc1
- Price: $0.055/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atelier-competitive-intelligence-api-1984a382
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_edgNdSYed58OdTFjMZ60h

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 atelier-competitive-intelligence-api-1984a382 -d '<json body>'
```

Example prompt: Run a competitive intelligence analysis on Notion.so — I need their market positioning, key pain points, top competitors, a battlecard, and their Market Score including threat level, moat strength, and your agent recommendation.

## When to prefer this

Choose this endpoint when you need structured, multi-dimensional competitive intelligence in a single call — especially when you want a Market Score (threat_level, moat_strength, agent_recommendation) alongside traditional battlecard data. Ideal for sales teams needing battlecards, founders doing market research, or agents that need to programmatically compare companies. Prefer over generic web search when you need normalized, structured output rather than raw text.

## Known failure modes

- Invalid or inaccessible URL returns an error or empty analysis
- Missing 'brief' field causes a 400 bad request
- Ambiguous company description may yield low-confidence or generic results
- Rate limits or payment failure via x402 protocol result in 402 Payment Required
- Private or obscure companies with little public data may produce incomplete battlecards

## How this service works

Analyze any URL or company description and get structured competitive intelligence: positioning, pain points, competitors, battlecard, and Market Score (threat_level, moat_strength, agent_recommendation). 10 context modes including regulato

## Output

Returns structured competitive intelligence including the company's market positioning statement, identified customer pain points, a list of direct competitors, a sales battlecard, and a Market Score object with threat_level, moat_strength, and an agent_recommendation field — covering up to 10 context modes such as regulatory landscape.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "brief": {
   "type": "string",
   "description": "Required. What you want the agent to produce (the generation prompt)."
  },
  "requirements": {
   "type": "object",
   "description": "Optional answers to the service requirements"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atelier-competitive-intelligence-api-1984a382/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.useatelier.ai](https://www.zero.xyz/host/api.useatelier.ai/llms.txt)
