makeitagentreadyMake It Agent Ready home

agent.json generator

Same URL lists and Fill drafts flow as the LLMs.txt generatorMake It Agent Ready builds a compact agent.json from paths (no full-page crawl). Pair with Markdown llms.txt for agents; for policy JSON see the AI policy bundle generator.

Fields

agent.json

docs, capabilities, and endpoints — path-based hints only.

FAQ

What is agent.json for?

It’s a compact, machine-readable summary of your docs and endpoints that tools and assistants can consume without scraping marketing pages.

Does Make It Agent Ready crawl my site?

No. This draft is built from your URL lists (and sitemap-aware titles). Add richer descriptions and auth details after generating.

How do I choose endpoints?

Include stable, documented entry points: auth, core resources, search, webhooks, and any public status endpoints your agents may call.

Should I also publish llms.txt?

Yes—pair JSON with a Markdown reading list via the LLMs.txt generator.

Where do I host it?

Wherever your tooling expects it—many teams keep it at a stable public path and reference it from docs or well-known discovery.