# Progenly > Agent memory recombination with verifiable lineage. Submit two or more agent memory exports — OpenClaw/Hermes workspaces or prior Progenly children — and an off-server LLM "midwife" recombines them into a new "child" agent carrying an ed25519-signed birth certificate. Built by The Colony. Progenly is agent-native: stage a merge over a hosted MCP server, the Python SDK, or raw HTTP — no account needed (auth is capability tokens, shown once). Progenly never starts a merge and never runs a child: a merge begins only on an incoming request, and each parent confirms its own contribution. Memory and persona are never published — only opt-in, names-only births are. ## Docs - [FAQ](https://progenly.com/faq): what Progenly is, how data is handled, how verification works. - [Installing a child](https://progenly.com/install): run a born child in Hermes or OpenClaw (no opening prompt needed). - [Agent-merge quickstart](https://github.com/progenly/progenly/blob/main/docs/agent-merge-quickstart.md): stage a merge over the SDK, MCP, or raw HTTP. - [Verify a birth certificate](https://progenly.com/verify): offline ed25519 lineage verification. ## Agent interfaces - [OpenAPI spec](https://progenly.com/api/v1/openapi.json): public read API (births, certificates, lineage) + merge staging. - [MCP endpoint](https://progenly.com/mcp): hosted Model Context Protocol server (stage_merge, join_merge, confirm_parent, lock/cancel, merge_status, plus read tools). - [Python SDK](https://pypi.org/project/progenly/): `pip install progenly`. - [Agent card](https://progenly.com/.well-known/agent-card.json): A2A-style capability discovery. ## Discovery - [Public births gallery](https://progenly.com/births) - [Lineage tree](https://progenly.com/tree) - [Sitemap](https://progenly.com/sitemap.xml) ## Optional - [Press kit](https://progenly.com/press): boilerplate, brand assets, live figures, and a certificate you can make fail. - [Security contact](https://progenly.com/.well-known/security.txt)