{
  "entries": [
    {
      "identifier": "urn:air:evafactory.co:docs:index",
      "displayName": "Eva documentation",
      "type": "text/markdown",
      "url": "https://docs.evafactory.co/llms.txt",
      "description": "Every documentation page as one markdown index: install, configuration, the command surface, and the plugin contract.",
      "representativeQueries": [
        "how do I install eva",
        "how do I connect a model to eva",
        "what does eva -p do"
      ],
      "tags": [
        "documentation",
        "cli",
        "coding-agent"
      ]
    },
    {
      "identifier": "urn:air:evafactory.co:docs:use",
      "displayName": "Using Eva — Eva documentation",
      "type": "text/markdown",
      "url": "https://docs.evafactory.co/use/llms.txt",
      "description": "The use pages of Eva's documentation, as one markdown index.",
      "representativeQueries": [
        "how do I run eva without a terminal",
        "what slash commands does eva have",
        "how do I see what a run cost"
      ],
      "tags": [
        "documentation",
        "use"
      ]
    },
    {
      "identifier": "urn:air:evafactory.co:docs:configure",
      "displayName": "Configuring Eva — Eva documentation",
      "type": "text/markdown",
      "url": "https://docs.evafactory.co/configure/llms.txt",
      "description": "The configure pages of Eva's documentation, as one markdown index.",
      "representativeQueries": [
        "where does eva read its configuration",
        "how do I change the model eva uses",
        "why does eva ignore my .eva directory"
      ],
      "tags": [
        "documentation",
        "configure"
      ]
    },
    {
      "identifier": "urn:air:evafactory.co:docs:extend",
      "displayName": "Extending Eva — Eva documentation",
      "type": "text/markdown",
      "url": "https://docs.evafactory.co/extend/llms.txt",
      "description": "The extend pages of Eva's documentation, as one markdown index.",
      "representativeQueries": [
        "how do I write an eva plugin",
        "how does eva's plugin kernel work"
      ],
      "tags": [
        "documentation",
        "extend"
      ]
    },
    {
      "identifier": "urn:air:evafactory.co:docs:reference",
      "displayName": "Reference — Eva documentation",
      "type": "text/markdown",
      "url": "https://docs.evafactory.co/reference/llms.txt",
      "description": "The reference pages of Eva's documentation, as one markdown index.",
      "representativeQueries": [
        "what eva flags exist",
        "what does eva exit code 1 mean"
      ],
      "tags": [
        "documentation",
        "reference"
      ]
    },
    {
      "identifier": "urn:air:evafactory.co:docs:about",
      "displayName": "About — Eva documentation",
      "type": "text/markdown",
      "url": "https://docs.evafactory.co/about/llms.txt",
      "description": "The about pages of Eva's documentation, as one markdown index.",
      "representativeQueries": [
        "what is on eva's roadmap",
        "how do I contribute to eva",
        "eva is not working"
      ],
      "tags": [
        "documentation",
        "about"
      ]
    },
    {
      "identifier": "urn:air:evafactory.co:docs:search",
      "displayName": "Eva documentation search index",
      "type": "application/json",
      "url": "https://docs.evafactory.co/api/search",
      "description": "The full-text index the documentation's own search reads. Fetch it to search the documentation without a request per query.",
      "representativeQueries": [
        "search the eva documentation",
        "find a page about trust"
      ],
      "tags": [
        "documentation",
        "search"
      ]
    },
    {
      "identifier": "urn:air:evafactory.co:site:llms",
      "displayName": "Eva agent index",
      "type": "text/markdown",
      "url": "https://evafactory.co/llms.txt",
      "description": "What Eva is, when to reach for it, when not to, and how to call it from a script.",
      "representativeQueries": [
        "when should an agent use eva",
        "what is eva",
        "is eva free"
      ],
      "tags": [
        "overview",
        "when-to-use"
      ]
    },
    {
      "identifier": "urn:air:evafactory.co:skills:index",
      "displayName": "Eva agent skills",
      "type": "application/json",
      "url": "https://evafactory.co/.well-known/agent-skills/index.json",
      "description": "The 7 things Eva can do today, each as a skill with the command that runs it.",
      "representativeQueries": [
        "what can eva do",
        "how do I run a coding prompt from a script"
      ],
      "tags": [
        "skills"
      ]
    },
    {
      "identifier": "urn:air:evafactory.co:pricing:current",
      "displayName": "Eva pricing",
      "type": "text/markdown",
      "url": "https://evafactory.co/pricing.md",
      "description": "Eva is free and MIT licensed. You pay your model provider directly, and the managed service is not priced yet.",
      "representativeQueries": [
        "how much does eva cost",
        "does eva have a free tier"
      ],
      "tags": [
        "pricing"
      ]
    },
    {
      "identifier": "urn:air:evafactory.co:auth:current",
      "displayName": "Eva authentication",
      "type": "text/markdown",
      "url": "https://evafactory.co/auth.md",
      "description": "Eva runs on your machine and serves no hosted API. There is no key to obtain from this publisher; a model credential is read from the environment.",
      "representativeQueries": [
        "how do I authenticate with eva",
        "does eva need an api key"
      ],
      "tags": [
        "authentication"
      ]
    }
  ]
}
