# Bytemine ROI Report Generator

> Bytemine ROI Report Generator 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, and generates a personalized ROI projection and business case with savings projections, implementation timeline, risk mitigation, recommendation, shareable URL, and outreach copy.

## Facts

- Endpoint: POST https://agents.bytemine.ai/functions/v1/api-gateway/v1/apps/roi-calculator
- 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-bytemine-roi-report-generator-ac134eef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WeAdxBJxbh9rsGubEURBP

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-bytemine-roi-report-generator-ac134eef -d '<json body>'
```

Example prompt: Generate a personalized ROI report for the prospect at acmecorp.com — we're selling HR automation software from hrflow.io at about $24,000 per year, and the decision maker is Jane Smith at jane.smith@acmecorp.com. Give me the full business case with savings projections, an implementation timeline, and LinkedIn and email outreach copy I can use right away.

## When to prefer this

Choose this endpoint when you need a fully assembled, prospect-specific business case — not just raw company data. It is ideal for sales reps and go-to-market teams who want to present ROI projections, a shareable report link, and ready-to-use outreach copy in a single call, rather than assembling these components from separate enrichment and analysis endpoints. Prefer it over generic enrichment calls when the goal is to justify a purchase and accelerate a deal.

## Known failure modes

- Target domain is unreachable or returns no useful content — report may have incomplete company data
- Invalid or non-existent domain provided — request fails with a validation error
- Contact email or LinkedIn URL is malformed — enrichment step is skipped or fails silently
- Investment amount omitted — ROI projections may be less precise or use default assumptions
- Rate limiting or service timeout on crawl — request may fail or return partial results
- Credits exhausted — request rejected with a payment or quota 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 public shareable report URL, a URL slug, and a structured result object containing the prospect's company name, executive summary, ROI projections (quantified savings), implementation timeline phases, risk mitigation items, and a recommendation object. Also includes outreach content (LinkedIn and email copy) and the number of credits consumed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cta_link": {
   "type": "string",
   "description": "Optional CTA URL added to the public report page."
  },
  "your_domain": {
   "type": "string",
   "description": "Your company domain."
  },
  "contact_name": {
   "type": "string"
  },
  "contact_email": {
   "type": "string",
   "description": "Optional decision maker email for enrichment."
  },
  "target_domain": {
   "type": "string",
   "description": "Prospect's domain to analyze."
  },
  "contact_linkedin": {
   "type": "string"
  },
  "investment_amount": {
   "type": "string",
   "description": "Estimated annual cost of your solution in dollars."
  },
  "your_product_description": {
   "type": "string",
   "description": "Brief description of your product or service."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public shareable report URL."
  },
  "slug": {
   "type": "string"
  },
  "result": {
   "type": "object",
   "properties": {
    "company_name": {
     "type": "string"
    },
    "recommendation": {
     "type": "object"
    },
    "risk_mitigation": {
     "type": "array",
     "items": {
      "type": "object"
     }
    },
    "roi_projections": {
     "type": "object"
    },
    "executive_summary": {
     "type": "string"
    },
    "implementation_timeline": {
     "type": "array",
     "items": {
      "type": "object"
     }
    }
   }
  },
  "outreach": {
   "type": "object"
  },
  "credits_used": {
   "type": "integer"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agents-bytemine-ai-bytemine-roi-report-generator-ac134eef/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)
