Documentation

Build With Confidence.

Comprehensive guides, API references, and tutorials to help you build on Henon.

⌘K
START HERE

Quick Start

Get up and running in 15 minutes. Connect your first data source and run your first query.

Data Integration

Guides for connecting fund admins, banks, custodians, and portfolio company data sources.

API Reference

Complete REST API documentation with authentication, endpoints, request/response schemas, and code examples.

M-Series Guides

Deep-dive documentation for M1 (Monitor), M2 (Model), and M3 (Measure).

henonGPT

Configuration, prompt engineering, and best practices for the zero-hallucination RAG system.

Security & Compliance

SSO setup, RBAC configuration, audit logging, and compliance framework documentation.

Reporting Templates

Pre-built templates for LP reports, quarterly reviews, and regulatory filings.

Administration

User management, workspace configuration, billing, and platform settings.

API Preview

Developer-First APIs

GET/api/v2/funds/{fund_id}/performance
{
  "fund_id": "fund_iii_2021",
  "as_of": "2025-12-31",
  "metrics": {
    "net_irr": 0.184,
    "gross_irr": 0.221,
    "tvpi": 1.62,
    "dpi": 0.45,
    "rvpi": 1.17
  },
  "verified": true,
  "lineage": {
    "source": "admin_feed_q4_2025",
    "computed_at": "2026-01-15T08:30:00Z",
    "audit_hash": "a3f8c2..."
  }
}