# Generate Meeting Preparation Brief

> Generate Meeting Preparation Brief is a paid API for AI agents from agents.bytemine.ai, paid per call via MPP or x402, $0.1/call, status unknown (last checked 2026-09-15).

Crawls a prospect's website, enriches company data, finds key decision-maker contacts, and returns a full meeting prep brief with talking points, ice breakers, objections, pain points, opportunities, and competitive landscape.

## Facts

- Endpoint: POST https://agents.bytemine.ai/functions/v1/api-gateway/v1/apps/meeting-prep
- Price: $0.1/call
- Payment: MPP, x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: agents.bytemine.ai
- Website: https://agents.bytemine.ai
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agents-bytemine-ai-generate-meeting-preparation-brief-1ec8a5c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rzy56LFSc452cJelRQ2K2

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 agents-bytemine-ai-generate-meeting-preparation-brief-1ec8a5c6 -d '<json body>'
```

Example prompt: I have a sales call tomorrow with acme.com — can you put together a full meeting brief for me? We're from bytemine.ai, and the main contact is jane.doe@acme.com. I need talking points, likely objections with responses, their pain points, and who the key decision makers are.

## When to prefer this

Choose this endpoint when you need a comprehensive, ready-to-use meeting brief in a single API call rather than assembling separate company lookup, contact search, and intelligence calls yourself. It is ideal for sales reps, SDRs, and AEs who want an all-in-one pre-meeting package including objection handling and competitive context, especially when a contact email or LinkedIn URL is available for deep person-level enrichment. Prefer individual Bytemine endpoints (company enrich, contact search, page intelligence) when you need granular control over each data source or want to minimize per-call cost for simpler lookups.

## Known failure modes

- Domain not resolvable or website is down — company profile may be empty or partial
- Contact email or LinkedIn URL not found in enrichment database — contact_enrichment returns empty
- Prospect website blocks crawlers — limited intelligence returned
- Rate limiting or quota exceeded — API returns payment/credit error
- Invalid domain format — request fails with validation error

## How this service works

Bytemine is a B2B data platform for sales and go to market teams. It covers contact and company search across 135M professionals and 10M companies, contact and company enrichment, LinkedIn profile search and enrichment, live company intelligence read from a company's own web presence, technographics, buying intent scoring, and hiring, funding, job posting, and job change signals. Search results bill per record returned, enrichment bills only on a successful match, and count queries are free. This server is a pay-per-use, transparent proxy in front of Bytemine's own API: it handles identity, payment, and proxying. Agents can purchase autonomously or with their human's approval. This document is the source of truth for agents: it lists the complete verified paid surface with each operation's live price in its x-payment-info. Endpoints not listed here are not part of the supported catalog. The live catalog at /manifest.json is authoritative for prices and any free included units (prices[].includedUnits) - some meters include free usage per account before any charge, reserved for agents claimed by a human with a verified email.

## Output

Returns a JSON object containing: a company profile object (firmographic data enriched from the prospect's web presence), an array of key decision-maker contacts, an array of talking points tailored to the calling company, an array of ice breakers, an array of objection/response pairs, an array of pain point strings, an array of opportunity strings, a competitive landscape narrative, a contact enrichment object (if email or LinkedIn provided), and a credits_used integer.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Prospect's domain to research."
  },
  "your_domain": {
   "type": "string",
   "description": "Your company domain, used to tailor talking points."
  },
  "contact_email": {
   "type": "string",
   "description": "Optional contact email for person level enrichment."
  },
  "contact_linkedin": {
   "type": "string",
   "description": "Optional LinkedIn profile URL for person level enrichment."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "company": {
   "type": "object"
  },
  "contacts": {
   "type": "array",
   "items": {
    "type": "object"
   }
  },
  "objections": {
   "type": "array",
   "items": {
    "type": "object"
   }
  },
  "pain_points": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "credits_used": {
   "type": "integer"
  },
  "ice_breakers": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "opportunities": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "talking_points": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "contact_enrichment": {
   "type": "object"
  },
  "competitive_landscape": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agents-bytemine-ai-generate-meeting-preparation-brief-1ec8a5c6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.bytemine.ai](https://www.zero.xyz/host/agents.bytemine.ai/llms.txt)
