---
Your API has new users it doesn't know about yet — AI agents.
Claude Code reads `CLAUDE.md`. Cursor reads `.cursorrules`. Codex and Copilot read `AGENTS.md`. And if you want your API callable as a tool, you need an MCP server. That's a lot of files to write and keep in sync with your API spec.
Agentify reads your OpenAPI spec and writes them all.
```bash
npx agentify-cli transform https://petstore.swagger.io/v2/swagger.json
```