← Back to search
60
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
ai-tools openapiapimcpaillms-txt

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 60/100

            

llms.txt Content

# 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-k

OpenAPI Spec (preview)

{"openapi":"3.1.0","info":{"title":"Progenly Public API","version":"1.0.0","description":"Read-only access to public Progenly data (names-only public births, certificates, lineage proofs, revocations) plus offline-equivalent certificate verification. No auth; CORS-enabled."},"servers":[{"url":"https:\/\/progenly.com\/api\/v1"}],"paths":{"\/births":{"get":{"summary":"List public births (paginated).","parameters":[{"name":"page","in":"query","schema":{"type":"integer","minimum":1}}],"responses":{"