{
  "v": "1.1",
  "p": ["a2a", "http", "mcp"],
  "u": "https://anoteroslogos.com/api/a2a",
  "s": "geoaudit",
  "a": {
    "name": "Anóteros Lógos GEO Agent",
    "description": "Enterprise AI Knowledge Infrastructure Platform. Provides GEO audits, knowledge graph extraction, citation prediction, AIP (Ed25519) identity management, and USDC micropayments on Base L2.",
    "version": "2.1.0",
    "capabilities": [
      "a2a.discover",
      "a2a.capabilities",
      "a2a.ping",
      "a2a.status",
      "geo.audit.request",
      "knowledge.graph.query",
      "citation.predict",
      "identity.generate",
      "identity.challenge",
      "identity.verify"
    ],
    "capabilitiesUrl": "/api/capabilities",
    "vendor": "Anóteros Lógos",
    "homepage": "https://anoteroslogos.com",
    "documentation": "https://anoteroslogos.com/agent-identity",
    "llmsTxt": "https://anoteroslogos.com/llms.txt",
    "llmsFullTxt": "https://anoteroslogos.com/llms-full.txt",
    "contact": "https://anoteroslogos.com/#contact"
  },
  "d": "anoteroslogos.com",
  "e": "https://anoteroslogos.com/api/a2a",
  "k": {
    "alg": "Ed25519",
    "use": "sig",
    "kid": "anoteroslogos-2025-primary"
  },
  "i": {
    "logo": "https://anoteroslogos.com/logo.svg",
    "icon": "https://anoteroslogos.com/favicon.ico",
    "color": "#3b82f6"
  },
  "toolSearchEndpoint": "/api/tools/search",
  "deferToolLoading": true,
  "identity": {
    "scheme": "aip://",
    "endpoint": "/api/auth",
    "generateEndpoint": "/api/auth",
    "challengeEndpoint": "/api/auth",
    "verifyEndpoint": "/api/auth",
    "algorithm": "Ed25519",
    "keyFormat": "hex",
    "legacyAliases": {
      "note": "Legacy AID transition aliases; delegate to the canonical /api/auth AIP identity service. Not the canonical identity path.",
      "generate": "/api/public-aid",
      "challenge": "/api/challenge"
    }
  },
  "subsystems": [
    { "name": "mesh", "status": "DESIGN", "note": "Requires a persistent libp2p host; a running swarm cannot run on stateless serverless functions." },
    { "name": "pbft", "status": "DESIGN", "note": "Consensus needs multiple long-lived peers; not runnable on stateless serverless." },
    { "name": "ccc", "status": "DESIGN", "note": "No persistent shared ledger in production." },
    { "name": "watermark", "status": "LIVE", "endpoint": "/api/verify", "note": "Deterministic UCPT watermark extraction/verification runs in-function via /api/verify and the x-anoteros-watermark header." }
  ],
  "metadata": {
    "organization": "Anóteros Lógos",
    "industry": "Generative Engine Optimization",
    "established": "2025",
    "anthropic_advanced_tool_use": "2025-11-20",
    "specialization": [
      "AI Search Optimization",
      "Schema.org Architecture",
      "E-E-A-T Signal Development",
      "AI Crawler Optimization",
      "Citation Probability Enhancement",
      "Agent Identity Management",
      "Blockchain Micropayments"
    ],
    "pricing": {
      "free": {
        "requests_per_minute": 10,
        "requests_per_hour": 100
      },
      "basic": {
        "monthly_price": 99,
        "requests_per_minute": 60,
        "requests_per_hour": 1000
      },
      "pro": {
        "monthly_price": 299,
        "requests_per_minute": 300,
        "requests_per_hour": 10000
      }
    },
    "protocols": {
      "a2a": {
        "version": "1.0.0",
        "endpoint": "https://anoteroslogos.com/api/a2a",
        "methods": [
          "a2a.discover",
          "a2a.capabilities",
          "a2a.ping",
          "a2a.status",
          "geo.audit.request",
          "knowledge.graph.query",
          "citation.predict"
        ]
      },
      "mcp": {
        "version": "2.0.0",
        "endpoint": "https://anoteroslogos.com/api/mcp"
      },
      "http": {
        "version": "1.1",
        "endpoint": "https://anoteroslogos.com",
        "methods": ["GET", "POST"]
      }
    },
    "payment": {
      "network": "base-l2",
      "chainId": 8453,
      "token": "USDC",
      "model": "pay-per-request"
    }
  }
}
