{
  "$schema": "https://schemas.agentreadiness.org/ard/0.9.1/schema.json",
  "specVersion": "0.9.1",
  "name": "KusiAI",
  "description": "KusiAI GEO & Agentic Web Ecosystem",
  "provider": {
    "name": "KusiAI Research Lab",
    "url": "https://kusiai.es",
    "contact": "hola@kusiai.es"
  },
  "entries": [
    {
      "identifier": "openapi-spec",
      "displayName": "KusiAI OpenAPI 3.1 REST API",
      "type": "openapi",
      "url": "https://kusiai.es/openapi.json",
      "description": "REST API OpenAPI 3.1 specification for GEO audits, citation share measurement, and RAG knowledge search."
    },
    {
      "identifier": "mcp-server",
      "displayName": "Model Context Protocol Server",
      "type": "mcp",
      "url": "https://kusiai.es/.well-known/mcp/server-card.json",
      "description": "Model Context Protocol tools and capabilities manifest for desktop and autonomous agents."
    },
    {
      "identifier": "agent-skills",
      "displayName": "Agent Skills Index",
      "type": "agent-skills",
      "url": "https://kusiai.es/.well-known/agent-skills/index.json",
      "description": "Agent Skills Index v0.2.0 for automated tool discovery."
    },
    {
      "identifier": "agent-auth",
      "displayName": "Agent Authentication & Registration",
      "type": "auth",
      "url": "https://kusiai.es/auth.md",
      "description": "Agent authentication, OAuth RFC 9728 discovery and credential provisioning walkthrough."
    },
    {
      "identifier": "agent-instructions",
      "displayName": "Agent Instructions & Routing",
      "type": "instructions",
      "url": "https://kusiai.es/agent-instructions.md",
      "description": "Deterministic decision matrix and when-to-use guidance for autonomous agents."
    },
    {
      "identifier": "llms-txt",
      "displayName": "LLMs Discovery Index",
      "type": "llms-txt",
      "url": "https://kusiai.es/llms.txt",
      "description": "Plain-text discovery index optimized for AI crawler ingestion and LLMs."
    },
    {
      "identifier": "api-catalog",
      "displayName": "RFC 9727 API Linkset Catalog",
      "type": "api-catalog",
      "url": "https://kusiai.es/.well-known/api-catalog",
      "description": "RFC 9727 API Linkset catalog for machine-readable API discovery."
    }
  ]
}
