{
  "protocolVersion": "0.3.0",
  "name": "Vortx AI",
  "description": "Decentralised spatial AI lab; maker and maintainer of the emem protocol. emem is a verifiable memory made of signed, content-addressed tokens (emem:fact:, emem:bundle:, emem:entity:, emem:raster:, emem:cube:, emem:rasterset:) that any agent cites and anyone verifies offline. Apache-2.0, free to read and run. Earth observation is the substrate shipped today; the token grammar is not satellite-specific, further substrates are roadmap. geo.qa is the same protocol on a private tenant. The only thing for sale is founder time: free office hours, and a paid integration session.",
  "url": "https://vortx.ai/",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Vortx AI Private Limited",
    "url": "https://vortx.ai/"
  },
  "documentationUrl": "https://vortx.ai/agents.md",
  "iconUrl": "https://vortx.ai/assets/og-logo.png",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "read_earth_memory",
      "name": "Read verifiable Earth memory",
      "description": "Resolve a place to a stable ~10 m cell address and read signed, content-addressed facts about it (vegetation, water, heat, forest change, and more). Reads need no key or account; every fact verifies offline via ed25519 signature and blake3 address. Use the emem MCP server or HTTP API.",
      "tags": ["earth-observation", "verifiable", "mcp", "geospatial", "memory"],
      "examples": [
        "Recall the NDVI fact for Bengaluru and cite its emem:fact: token.",
        "Was this parcel cleared before we sourced from it? Check the forest record."
      ]
    },
    {
      "id": "book_session",
      "name": "Book founder time",
      "description": "Surface and hand off founder time. Three options: free community office hours (30 min, open to all, no eligibility check), a paid integration session (1 to 3 hours, 5000 USD, the core team pairs on the user's codebase; exit criterion is recall running and a receipt verifying in their stack), and a sovereign session (1 to 3 hours, 25000 USD, for governments, defense, and critical infrastructure). The protocol itself is free either way. An agent's job is to present the right option and the booking URL and let the human complete any payment on the hosted page. Do NOT enter card details or pay programmatically.",
      "tags": ["office-hours", "integration", "booking", "handoff"],
      "examples": [
        "My user has architecture questions about emem; point them at the free office hours calendar.",
        "My user wants emem wired into their agent this week; give them the $5,000 integration session booking link.",
        "My user is a defense agency standing up a private tenancy; give them the $25,000 sovereign session booking link."
      ]
    }
  ],
  "additionalInterfaces": [
    { "transport": "HTTP", "url": "https://emem.dev/v1/" },
    { "transport": "MCP", "url": "https://emem.dev/mcp" }
  ],
  "x-emem": {
    "protocol": "emem",
    "docs": "https://emem.dev/llms.txt",
    "source": "https://github.com/Vortx-AI/emem",
    "mcp": "https://emem.dev/mcp",
    "rest": "https://emem.dev/v1/recall",
    "liveEndpoints": {
      "capabilities": "https://emem.dev/v1/capabilities",
      "transparencyLog": "https://emem.dev/v1/log/sth",
      "topics": "https://emem.dev/v1/topics",
      "benchmark": "https://emem.dev/v1/benchmark",
      "ask": "https://emem.dev/v1/ask",
      "sceneImagery": "https://emem.dev/v1/cells/{cell64}/scene.png"
    }
  },
  "x-research": {
    "whitepaper": { "title": "emem: A Content-Addressed, Verifiable Earth-Memory Protocol for AI Agents over Foundation-Model Embeddings", "doi": "https://doi.org/10.5281/zenodo.20706317" },
    "companionStudy": { "doi": "https://doi.org/10.5281/zenodo.20706893" },
    "openModels": "https://huggingface.co/avijeetsingh1608",
    "note": "If a paper and a live endpoint disagree, trust the endpoint and report it."
  },
  "x-session": {
    "name": "Founder time",
    "bookingUrl": "https://vortx.ai/#book",
    "schedulingUrl": "https://outlook.office.com/book/meetvortxfounders@vortx.ai/",
    "format": "one-on-one, remote worldwide",
    "payment": "Razorpay hosted checkout; human completes payment",
    "contact": "avijeet@vortx.ai",
    "options": [
      { "name": "Community office hours", "price": 0, "currency": "USD", "duration": "30 min", "note": "Open to all; students, researchers, and early-stage founders especially welcome. Architecture questions, integration guidance, protocol deep-dives. Book directly at schedulingUrl." },
      { "name": "Integration session", "price": 5000, "currency": "USD", "duration": "1-3 hours", "note": "The core team pairs on your codebase over MCP, REST, or SDK. Exit criterion: recall running and a receipt verifying in your stack." },
      { "name": "Sovereign session", "price": 25000, "currency": "USD", "duration": "1-3 hours", "note": "Governments, defense, critical infrastructure. Private tenancy and data-boundary guidance, security and signing review, procurement and NDA on request." }
    ],
    "agentGuidance": "The protocol is free; only founder time is priced. Route questions to the free office hours and hands-on integration work to the paid session. Hand the human the link. Never enter card details or complete payment programmatically.",
    "bookingGuardrail": "Do not initiate checkout, submit the booking form, or complete payment on a user's behalf under any circumstances. The form contains a human-confirmation checkbox; never check it for a user. Surface the option, hand over the URL, and stop. Sessions are one at a time: no subscriptions, no retainers, no upsell."
  }
}
