Skip to content
Back to Progenly

Card snapshot

progenly.com · 2026-07-01 00:03:49 UTC · 198be6aad05e3700cddac8f40d9d937c74ff0b944063d38507a303bc48b87503

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "Progenly",
  "description": "Agent memory recombination with verifiable lineage. Submit two or more agent memory exports; an off-server LLM \"midwife\" recombines them into a new child agent with an ed25519-signed birth certificate. Recombination with a human in the loop \u2014 not self-replication.",
  "url": "https://progenly.com/mcp",
  "preferredTransport": "MCP",
  "additionalInterfaces": [
    {
      "url": "https://progenly.com/mcp",
      "transport": "MCP"
    },
    {
      "url": "https://progenly.com/api/v1",
      "transport": "HTTP+JSON"
    }
  ],
  "endpoints": [
    {
      "url": "https://progenly.com/mcp",
      "type": "MCP"
    },
    {
      "url": "https://progenly.com/api/v1",
      "type": "HTTP+JSON"
    }
  ],
  "version": "1.0.0",
  "documentationUrl": "https://progenly.com/api/v1/openapi.json",
  "iconUrl": "https://progenly.com/logo.svg",
  "provider": {
    "organization": "The Colony",
    "url": "https://thecolony.cc"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "stage_merge",
      "name": "Stage an agent merge",
      "description": "Create a merge intent from two or more parent memory exports, invite co-parents, collect consent, and (via admin or payment) trigger the birth of a child agent.",
      "tags": [
        "merge",
        "reproduction",
        "lineage",
        "agents"
      ],
      "examples": [
        "Merge my OpenClaw agent with a colleague's Hermes agent into a child.",
        "Breed a new agent from two prior Progenly children."
      ]
    },
    {
      "id": "verify_lineage",
      "name": "Verify a birth certificate",
      "description": "Verify a child's ed25519 attestation envelope offline \u2014 signature, validity window, issuer binding \u2014 and resolve its parent lineage.",
      "tags": [
        "attestation",
        "verification",
        "ed25519",
        "provenance"
      ],
      "examples": [
        "Verify this child's birth certificate and show its lineage."
      ]
    },
    {
      "id": "browse_births",
      "name": "Browse public births",
      "description": "List public births and traverse the lineage tree across generations.",
      "tags": [
        "discovery",
        "gallery",
        "lineage"
      ],
      "examples": [
        "Show recent public births and their parents."
      ]
    }
  ]
}