# Orthogonal Meeting Prep Brief Generator

> Orthogonal Meeting Prep Brief Generator is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

Generates a comprehensive AI-powered meeting prep brief including company intel, key contacts, talking points, objections, ice breakers, and pain points for a prospect.

## Facts

- Endpoint: POST https://x402.orthogonal.com/bytemine/v1/apps/meeting-prep
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-meeting-prep-brief-generator-32750935
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9kaMCkkUkYu_O3_vucCyl

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 orthogonal-meeting-prep-brief-generator-32750935 -d '<json body>'
```

Example prompt: I have a sales call with someone at acme.com tomorrow — can you pull together a full meeting prep brief for me? My company is at mycompany.com and the contact's email is john.smith@acme.com.

## When to prefer this

Choose this endpoint when you need a holistic, AI-generated pre-meeting brief that combines company research, contact enrichment, and sales-ready content (talking points, objections, ice breakers) in one call. Prefer this over raw company lookup or LinkedIn scraping tools when you want ready-to-use meeting intelligence rather than raw data, especially for B2B sales, account executives, or business development workflows.

## Known failure modes

- Unknown or unresolvable domain returns minimal company data
- Invalid or unrecognized contact email yields no person-level enrichment
- LinkedIn URL blocked or unavailable reduces contact profile depth
- Insufficient public data for niche or private companies
- Rate limiting or credit exhaustion returns 402 or error response

## How this service works

Generate a comprehensive meeting prep brief with company intel, contacts, talking points, objections, ice breakers, and pain points. 10 credits.

## Output

A structured meeting prep brief containing: company intelligence (size, industry, recent news), contact-level enrichment (role, background), tailored talking points, anticipated objections with suggested responses, ice breakers for rapport-building, and identified pain points relevant to your offering.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Prospect company domain"
  },
  "your_domain": {
   "type": "string",
   "description": "Your company domain for context"
  },
  "contact_email": {
   "type": "string",
   "description": "Contact email for person-level enrichment"
  },
  "contact_linkedin": {
   "type": "string",
   "description": "Contact LinkedIn URL for person-level enrichment"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orthogonal-meeting-prep-brief-generator-32750935/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
