{
  "schema": "mogos.magi-product/v1",
  "schemaUrl": "https://mogos.ch/schemas/magi-product/v1.json",
  "name": "Event",
  "slug": "eventmagi",
  "vertical": "AI event matchmaking",
  "description": "Event tells every delegate the five people they most need to meet and why, makes the introduction happen, and lets organizers prove — meeting by meeting — that the room worked.",
  "url": "https://event-app-landing.pages.dev",
  "status": "beta",
  "generatedAt": "2026-07-03",
  "revision": "landing-v2",
  "publisher": {
    "name": "MOGOS Collective",
    "url": "https://mogos.ch"
  },
  "interfaces": {
    "mcp": {
      "endpoint": "https://event-app-landing.pages.dev/mcp",
      "status": "proposed"
    },
    "openapi": {
      "url": "https://event-app-landing.pages.dev/openapi.json",
      "status": "proposed"
    },
    "cli": {
      "install": "npx @mogos/event-app@latest matches --event <eventId> --delegate <delegateId>",
      "status": "proposed"
    },
    "web": {
      "url": "https://event-app-landing.pages.dev",
      "status": "live"
    },
    "app": {
      "url": "https://app.event-app-landing.pages.dev",
      "label": "Sign in"
    }
  },
  "auth": "Bearer token per tenant; OAuth for delegate-scoped agent actions (proposed).",
  "pricing": {
    "model": "Per-event for organizers; metered per accepted introduction for programmatic use.",
    "tiers": [
      {
        "name": "Design partner",
        "price": "Free",
        "forWho": "A serious event that wants the full product now — and a hand in where it goes next."
      },
      {
        "name": "Event",
        "price": "Talk to us",
        "forWho": "Organizers running a conference, summit, or buyer-supplier programme."
      },
      {
        "name": "Programmatic",
        "price": "Metered",
        "forWho": "Platforms and agents that want matchmaking as an API — billed only when an intro is accepted."
      }
    ]
  },
  "capabilities": [
    {
      "name": "find_matches",
      "endpoint": "POST /api/matches",
      "description": "Return the top-N complementarity matches for a delegate, each with a one-line reason and a tracked outcome id.",
      "status": "proposed"
    },
    {
      "name": "request_introduction",
      "endpoint": "POST /api/introductions",
      "description": "Open a consented, double-opt-in introduction between two delegates and track it to outcome.",
      "status": "proposed"
    },
    {
      "name": "get_receipt",
      "endpoint": "GET /api/receipts/:id",
      "description": "Read the replayable outcome record for any match, introduction, or outcome.",
      "status": "proposed"
    }
  ],
  "trust": "Mints rcp_ receipts for every match and introduction, so an integrating agent can verify the outcome instead of trusting it.",
  "llms": {
    "index": "https://event-app-landing.pages.dev/llms.txt",
    "full": "https://event-app-landing.pages.dev/llms-full.txt"
  },
  "generatedFromConfig": true
}