{
  "name": "MetaHumotonic",
  "version": "2026-04-10",
  "description": "AI-native infrastructure server with Knowledge Graph, skill library, and full observability stack",
  "homepage": "https://metahumotonic.com",
  "endpoints": {
    "public": {
      "skills_index": {"url": "/skills/", "method": "GET", "description": "List all 18 agent skills (JSON)"},
      "skill_meta": {"url": "/skills/{name}/meta.json", "method": "GET", "description": "Skill metadata (JSON)"},
      "skill_content": {"url": "/skills/{name}/SKILL.md", "method": "GET", "description": "Full skill specification (Markdown)"},
      "well_known": {"url": "/.well-known/", "method": "GET", "description": "Service discovery endpoints"},
      "landing": {"url": "/", "method": "GET", "description": "Landing page with semantic web markup"},
      "health": {"url": "/skills/health", "method": "GET", "description": "Service health check"}
    },
    "protected": {
      "auth": {"type": "BasicAuth", "user": "admin", "hint": "6-digit numeric code"},
      "infra_portal": {"url": "/infra/", "description": "Infrastructure dashboard with links to all services"},
      "neo4j": {"url": "/neo4j/", "description": "Neo4j Browser (548K node Knowledge Graph)"},
      "grafana": {"url": "/grafana/", "description": "Grafana dashboards"},
      "prometheus": {"url": "/prometheus/", "description": "Prometheus metrics"},
      "pgadmin": {"url": "/pgadmin/", "description": "PostgreSQL admin"},
      "minio": {"url": "/minio/", "description": "MinIO object storage console"},
      "n8n": {"url": "/n8n/", "description": "n8n workflow automation"},
      "ollama": {"url": "/ollama/", "description": "Ollama LLM API (GPU)"},
      "alertmanager": {"url": "/alertmanager/", "description": "Alert routing"},
      "kafka_ui": {"url": "/kafka/", "description": "Kafka topic browser"},
      "redis": {"url": "/redis/", "description": "RedisInsight"},
      "mongo": {"url": "/mongo/", "description": "Mongo Express"}
    }
  },
  "skills": {
    "count": 18,
    "index_url": "/skills/",
    "categories": {
      "methodology": ["apt", "apt-sa", "apt-sp", "apt-st", "apt-scw", "harness", "longinus", "prometheus", "solve"],
      "validation": ["taliban", "88-taliban"],
      "infrastructure": ["backup", "db-query", "deploy", "docker-logs", "kafka-manage", "server-status"],
      "meta": ["skill-creator"]
    }
  },
  "infrastructure": {
    "cluster": "kubeadm v1.31 (k8s-cp + dgx-worker)",
    "databases": ["Neo4j (KG)", "PostgreSQL", "Redis", "MongoDB"],
    "storage": ["MinIO (S3)"],
    "ai": ["Ollama (GPU, dgx-worker)"],
    "monitoring": ["Prometheus", "Grafana", "Alertmanager", "Loki"],
    "vpn": "Headscale (self-hosted Tailscale)"
  }
}
