Agent discovery and public metadata
These endpoints are public and read-only. They exist to help agents and integrations discover the fund profile, service health, and machine-readable metadata without scraping the homepage.
Endpoints
GET /api/profileReturns the full public profile, including contacts, manifesto, materials, and portfolio links.
GET /api/manifestoReturns the homepage body text and manifesto lines in structured JSON.
GET /api/portfolioReturns portfolio company names and links, with optional filtering by portfolio group.
GET /api/materialsReturns the public deck link, memo link, and the best email for materials requests.
GET /api/healthReturns a lightweight health payload for status checks.
POST /mcpRead-only MCP endpoint exposing overview, manifesto, portfolio, contact, and materials tools.
Discovery Documents
/docs/api/openapi.jsonOpenAPI description for the public JSON endpoints.
/.well-known/api-catalogAPI catalog in RFC 9727 Linkset format.
/.well-known/mcp/server-card.jsonMCP server discovery metadata for the HTTP endpoint.