Skip to main content
2026-09-08
Document inputs: POST /deals/analyze accepts document_url (DocSend — with password + server-side email verification — Notion, Canva, Dropbox, Google Drive, Figma, Gamma); new POST /deals/analyze/upload (multipart PDF/PPT/DOC, 50 MB); data-room endpoints POST/GET /deals/{deal_id}/documents.
2026-09-08
Response shaping: ?view=full on deal and founder detail reads (per-section analysis; per-metric confidence + reasoning), ?view=summary on research reads (lifecycle without the report body).
2026-09-08
Production hardening: keys are strictly org-scoped on every read (cross-org rows are a plain 404); the actions budget is charged only when a run dispatches; per-key caps on concurrent event streams; webhook retries widened to ~30 minutes.
2026-09-07
Webhooks: signed terminal-event delivery (Standard Webhooks conventions), endpoint management + delivery ledger under /webhooks.
2026-09-07
SSE streams for every action (.../events): progress on change, done with result_url, 25s keep-alives.
2026-09-07
Live progress on all three action status reads (deal pipeline stages, founder stage, research stage + percent).
2026-09-07
Research actions: POST /research (idempotent by required key, per-user live-run gate) + GET /research/{research_id} with the cited Markdown report.
2026-09-07
Founder analysis actions: POST /founders/analyze (org-deduped, existing: true on a cache hit) + GET /founders/analyses/{analysis_id}.
2026-09-07
First actions: POST /deals/analyze + GET /deals/{deal_id}/analysis. Write-scoped keys, per-key daily actions budget, shared async status vocabulary.
2026-09-02
Stable operationId on every operation (SDK and agent friendly), curated examples on every response, documented error bodies, and X-Request-Id / X-RateLimit-* headers.
2026-09-02
Added metric time-series (/portfolio/companies/{company_id}/metrics) and LP mark history (/funds/marks).
2026-09-02
Added Deals (/deals, /deals/{deal_id}), Portfolio (/portfolio/companies), and Funds (/funds/positions, /funds/cashflows).
2026-09-01
Initial release: Network Intelligence (who-knows, warmth lookup, contacts export, reach candidates, going-stale signals).