REST
POST /v1/runs then poll. Every response is JSON; the report is JSON, HTML or PDF.Command line
npx phronel run monzo.com --wait. JSON when piped, structured errors, exit codes.MCP
Add
https://mcp.phronel.ai to Claude, Cursor or ChatGPT and ask for a run in plain language.How a run works
- You start a run with a company. Phronel resolves it (or creates it in your pipeline) and enrols it for collection.
- Phronel collects the company’s market-wave signals from the open web: hiring, funding, product, press, competitors. This is deep research and takes a few minutes.
- The decision report is composed from those signals, plus CRI and thesis fit if a deck and a thesis are present.
- You get the report back by polling, by email, or by webhook. Reading a run also advances it, so a poll is never wasted.
enrolled, scored, composing, complete and failed. A failed run refunds a paid credit.
Pricing
Three runs a month are free on every workspace. After that you buy credits in advance; the per-run price falls with monthly volume.GET https://api.phronel.ai/v1/pricing returns the live ladder without a key.
The same key everywhere
A Phronel key is a Caplia investor key (cap_inv_live_… or cap_inv_test_…). It works on api.phronel.ai, on mcp.phronel.ai, and on the wider Venture API on the same host, so a run can be followed by deck upload, thesis management, deal-flow reads and everything else in this documentation.
Test keys route to the sandbox (api-sandbox.phronel.ai, mcp-sandbox.phronel.ai); live keys route to production.