{"id":289796,"date":"2026-04-16T12:46:40","date_gmt":"2026-04-16T12:46:40","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/axiom-ai-entrypoints\/"},"modified":"2026-04-16T12:50:24","modified_gmt":"2026-04-16T12:50:24","slug":"axiom-ai-entrypoints","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/axiom-ai-entrypoints\/","author":23465542,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.1.0","stable_tag":"0.1.0","tested":"6.9.4","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"Axiom AI EntryPoints","header_author":"Omniatics","header_description":"Adds AI-readable endpoints (llms.txt + \/ai\/*) for WordPress.","assets_banners_color":"","last_updated":"2026-04-16 12:50:24","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":111,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1.0":{"tag":"0.1.0","author":"axiomfeed","date":"2026-04-16 12:50:24"}},"upgrade_notice":{"0.1.0":"<p>Initial release.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3508082,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3508082,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3508092,"resolution":"1","location":"assets","locale":"","width":1233,"height":679}},"screenshots":{"1":"Tools \u2192 Axiom Diagnostics (endpoint self-check)"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2353,129131,239487,244604,4608],"plugin_category":[],"plugin_contributors":[260368],"plugin_business_model":[],"class_list":["post-289796","plugin","type-plugin","status-publish","hentry","plugin_tags-ai","plugin_tags-endpoints","plugin_tags-llms","plugin_tags-llms-txt","plugin_tags-markdown","plugin_contributors-axiomfeed","plugin_committers-axiomfeed"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/axiom-ai-entrypoints\/assets\/icon-128x128.png?rev=3508082","icon_2x":"https:\/\/ps.w.org\/axiom-ai-entrypoints\/assets\/icon-256x256.png?rev=3508082","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/axiom-ai-entrypoints\/assets\/screenshot-1.png?rev=3508092","caption":"Tools \u2192 Axiom Diagnostics (endpoint self-check)"}],"raw_content":"<!--section=description-->\n<p>Axiom AI EntryPoints is a thin, no-tracking plugin that exposes clean, machine-readable endpoints for AI tools and crawlers.<\/p>\n\n<p>It does NOT modify themes, does NOT inject front-end scripts, and does NOT require any external server. Endpoints are generated dynamically (no filesystem writes), with caching and a built-in diagnostics page to help troubleshoot common hosting\/CDN\/WAF issues.<\/p>\n\n<h3>What it adds<\/h3>\n\n<ul>\n<li><code>\/llms.txt<\/code> \u2014 a simple LLM entrypoint file for your site<\/li>\n<li><code>\/ai\/index.json<\/code> \u2014 a structured index of published pages (plus a <code>home<\/code> entry)<\/li>\n<li><code>\/ai\/pages\/&lt;id&gt;.md<\/code> \u2014 markdown output for published pages<\/li>\n<li><code>&lt;head&gt;<\/code> discovery links for <code>\/llms.txt<\/code> and <code>\/ai\/index.json<\/code><\/li>\n<li><code>robots.txt<\/code> allow hints for <code>\/llms.txt<\/code> and <code>\/ai\/<\/code><\/li>\n<li>Tools \u2192 <strong>Axiom Diagnostics<\/strong> page (endpoint self-check)<\/li>\n<li>Transient caching with automatic invalidation on content updates<\/li>\n<\/ul>\n\n<h3>Notes<\/h3>\n\n<ul>\n<li>Endpoints are public URLs by design. The plugin only outputs <strong>published<\/strong> content and skips password-protected content.<\/li>\n<li>This plugin does not promise rankings or citations. It focuses on clean, stable, machine-readable entrypoints.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin folder to <code>\/wp-content\/plugins\/axiom-ai-entrypoints\/<\/code> or install via the Plugins screen.<\/li>\n<li>Activate the plugin.<\/li>\n<li>Visit:\n\n<ul>\n<li><code>https:\/\/your-domain.com\/llms.txt<\/code><\/li>\n<li><code>https:\/\/your-domain.com\/ai\/index.json<\/code><\/li>\n<\/ul><\/li>\n<li>If any endpoint returns <strong>404<\/strong>, go to <strong>Settings \u2192 Permalinks<\/strong> and click <strong>Save Changes<\/strong> once.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20it%20create%20real%20files%20on%20disk%3F\"><h3>Does it create real files on disk?<\/h3><\/dt>\n<dd><p>No. Endpoints are generated dynamically by WordPress. This avoids filesystem permission issues on many hosts.<\/p><\/dd>\n<dt id=\"does%20it%20track%20users%20or%20bots%3F\"><h3>Does it track users or bots?<\/h3><\/dt>\n<dd><p>No tracking. No analytics. No external requests.<\/p><\/dd>\n<dt id=\"which%20content%20is%20included%3F\"><h3>Which content is included?<\/h3><\/dt>\n<dd><p>Published pages are listed in <code>\/ai\/index.json<\/code> (plus a <code>home<\/code> entry). <code>\/ai\/pages\/&lt;id&gt;.md<\/code> outputs markdown for published pages. Password-protected content is not output.<\/p><\/dd>\n<dt id=\"what%20if%20a%20firewall%20or%20security%20plugin%20blocks%20the%20endpoints%3F\"><h3>What if a firewall or security plugin blocks the endpoints?<\/h3><\/dt>\n<dd><p>Use Tools \u2192 <strong>Axiom Diagnostics<\/strong> to check status codes. If you see <strong>403<\/strong>, whitelist paths:\n* <code>\/llms.txt<\/code>\n* <code>\/ai\/*<\/code><\/p><\/dd>\n<dt id=\"why%20do%20i%20still%20need%20settings%20%E2%86%92%20permalinks%20%E2%86%92%20save%3F\"><h3>Why do I still need Settings \u2192 Permalinks \u2192 Save?<\/h3><\/dt>\n<dd><p>Some WordPress environments require a permalink refresh after new rewrite rules are added.<\/p><\/dd>\n<dt id=\"does%20it%20work%20with%20woocommerce%3F\"><h3>Does it work with WooCommerce?<\/h3><\/dt>\n<dd><p>This Free v0.1 focuses on standard WordPress pages. WooCommerce-specific output can be added later.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<li>Added \/llms.txt<\/li>\n<li>Added \/ai\/index.json<\/li>\n<li>Added \/ai\/pages\/.md<\/li>\n<li>Added caching (transients) and invalidation on content updates<\/li>\n<li>Added Tools \u2192 Axiom Diagnostics<\/li>\n<li>Added  discovery links<\/li>\n<li>Added robots.txt allow hints for \/llms.txt and \/ai\/<\/li>\n<\/ul>","raw_excerpt":"Adds AI-readable entrypoints to your WordPress site: \/llms.txt, \/ai\/index.json, and \/ai\/pages\/.md \u2014 clean, fast, and no-tracking.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/289796","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=289796"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/axiomfeed"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=289796"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=289796"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=289796"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=289796"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=289796"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=289796"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}