# DealGraph > DealGraph is a portfolio management platform for venture capital funds and family offices, > built agent-native: everything a human can do in the UI, an agent can do over the REST API v1.4.0 > or the hosted MCP server. Writes support dry-run validation, idempotency keys, a full audit > trail, and soft-delete undo. Key facts: - Base API URL: https://dealgraph.vc/api/v1 (bearer auth: `Authorization: Bearer dg_live_...`) - Try it without an account: the public read-only demo key is `dg_demo` - Hosted MCP server (streamable HTTP): https://dealgraph.vc/api/mcp - All monetary values are absolute EUR. Errors use a stable `{ error: { code, message } }` envelope. - Status: private beta. Request access at https://dealgraph.vc/#beta (free during beta; Angel €49/mo, Fund €199/mo, Enterprise custom after launch). ## Docs - [Full API documentation (single file, agent-optimized)](https://dealgraph.vc/llms-full.txt): everything in one fetch - [Quickstart](https://dealgraph.vc/docs/quickstart.md): first API call in 30 seconds - [Agent integration guide](https://dealgraph.vc/docs/agents.md): MCP setup, AGENTS.md snippet, write-safety golden loop - [Claude skill](https://dealgraph.vc/docs/skill.md): drop-in skill for Claude Code with the propose-before-write workflow - [OpenAPI 3.1 contract](https://dealgraph.vc/api/v1/openapi.json): machine-readable, always current ## Optional - [Landing page](https://dealgraph.vc/): product overview for humans - [Privacy](https://dealgraph.vc/privacy) - [Imprint](https://dealgraph.vc/imprint)