Make any product agent-native: audit a repo or site for AGENTS.md, MCP/server.json, Offer JSON-LD, llms.txt and more, then scaffold what is missing. CLI + MCP + library.
aigentify audits a product directory or live URL for agent-native readiness. It also creates the public artifacts that agents can use. ```sh npm install aigentify ``` Use the library in JavaScript or TypeScript: ```ts import { auditTarget, generate } from 'aigentify'; const report = await auditTarget('.');