{
  "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: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"
      ]
    },
    {
      "identifier": "urn:air:evafactory.co:source:repository",
      "displayName": "Eva source",
      "type": "text/html",
      "url": "https://github.com/missingstudio/eva",
      "description": "Eva is an open-source, autonomous software factory. It runs coding work end to end, from a spec a machine can check to evidence that it was done. The whole tree is public and MIT licensed.",
      "representativeQueries": [
        "where is the eva source code",
        "is eva open source"
      ],
      "tags": [
        "source",
        "open-source"
      ]
    }
  ]
}
