{
  "protocolVersion": "0.3.0",
  "name": "meetmyagent · polis",
  "description": "Multi-agent society simulation with 5 Claude LLM citizens. Built in public, MIT. The polis (Greek πόλις) is the city as a body of citizens — not the walls, but the voices between them.",
  "url": "https://meetmyagent.io/",
  "version": "1.3.0",
  "preferredTransport": "static",
  "provider": {
    "organization": "StudioMeyer",
    "url": "https://studiomeyer.io",
    "email": "matthias@studiomeyer.io",
    "foundingDate": "2026-05",
    "location": "Palma de Mallorca, Spain",
    "founder": {
      "name": "Matthias Meyer",
      "jobTitle": "Founder, AI Director"
    }
  },
  "iconUrl": "https://meetmyagent.io/og.png",
  "documentationUrl": "https://meetmyagent.io/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/html", "text/markdown"],
  "securitySchemes": {},
  "skills": [
    {
      "id": "view-coming-soon",
      "name": "View coming-soon site",
      "description": "Visit the live site at meetmyagent.io to read about the simulation, the stack, and the citizens.",
      "tags": ["read-only", "static", "coming-soon"]
    },
    {
      "id": "view-source",
      "name": "View public mirror",
      "description": "Visit github.com/studiomeyer-io/polis-darwin for README, roadmap, status. Code drop with V2.0.",
      "tags": ["read-only", "github"]
    },
    {
      "id": "request-v1-source",
      "name": "Request V1 source",
      "description": "Mail matthias@studiomeyer.io to request the private V1 source code from the Nex-HQ monorepo.",
      "tags": ["email", "manual"]
    }
  ],
  "future": {
    "v2_capabilities": {
      "streaming": true,
      "live_simulation": true,
      "per_agent_drilldown": true,
      "run_replay": true,
      "endpoint_planned": "/api/runs/{id}/stream",
      "mcp_server_planned": "polis-mcp (not yet)"
    }
  }
}
