# Mareforma ## Docs - [Origin](https://docs.mareforma.com/concepts/origin.md): How Mareforma records where a claim came from: LLM reasoning, real analysis, or built on the graph. Distinct from how much to trust it. - [The graph](https://docs.mareforma.com/concepts/the-graph.md): How claims connect to each other: the provenance structure that determines trust. - [Trust](https://docs.mareforma.com/concepts/trust.md): How Mareforma derives trust from graph topology, not from agent self-reporting. - [API Walkthrough](https://docs.mareforma.com/examples/api-walkthrough.md): Complete EpistemicGraph API in a single runnable script. No external dependencies. - [Compounding Agents](https://docs.mareforma.com/examples/compounding-agents.md): Two agents work sequentially. Knowledge accumulates in the graph instead of evaporating between runs. - [Documented Contestation](https://docs.mareforma.com/examples/documented-contestation.md): An agent challenges an ESTABLISHED finding. Both coexist in the graph with an explicit link. - [Drug Target Provenance](https://docs.mareforma.com/examples/drug-target-provenance.md): MEDEA, an AI scientist, identifies drug targets from multi-omics data. Mareforma records the epistemic status of every finding. - [Private Data, Public Findings](https://docs.mareforma.com/examples/private-data-public-findings.md): Two labs share a Mareforma graph but never share raw data. Provenance travels; proprietary data does not. - [AGENTS.md](https://docs.mareforma.com/for-agents/agents.md): The full execution contract for AI agents using Mareforma. - [Quickstart](https://docs.mareforma.com/introduction/quickstart.md): Five minutes to your first claim. - [Why Mareforma](https://docs.mareforma.com/introduction/why-mareforma.md): The problem with AI science infrastructure and what Mareforma does differently. - [API Reference](https://docs.mareforma.com/reference/api.md): Complete method signatures, parameters, and return types for the Mareforma Python API. - [Changelog](https://docs.mareforma.com/reference/changelog.md): Notable changes across Mareforma releases. - [CLI Reference](https://docs.mareforma.com/reference/cli.md): The Mareforma command-line interface: identity setup, claim management, validator enrollment, epistemic health, export, and bundle verification. - [Data Model](https://docs.mareforma.com/reference/data-model.md): All claim fields, indexes, triggers, and supporting tables in graph.db. ## OpenAPI Specs - [openapi](https://docs.mareforma.com/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/mareforma/mareforma)