← Back to search
25
Basic
Agentic Readiness Score
other llms-txtapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 25/100

            

llms.txt Content

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> <link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png" /> <link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png" /> <link rel="manifest" href="/site.webmanifest" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> <meta name="description" content="The API for your Waifu content. Access thousands of categorized anime illustrations via our robust REST API or browse freely." /> <meta property="og:title" content="Waifu.im" /> <meta property="og:description" content="The API for your Waifu content. Access thousands of categorized anime illustrations via our robust REST API or browse freely." /> <meta property="og:image" content="/android-chrome-512x512.png" /> <meta property="og:image:width" content="512" /> <meta property="og:image:height" content="512" /> <meta property="og:type" content="website" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Waifu.im" /> <meta name="twitter:description" content="The API for your Waifu content. Access thousands of categorized anime illustrations via our robust REST API or browse freely." /> <meta name="twitter:image" content="/android-chrome-512x512.png" /> <script src="/config.js"></script> <script> // Apply site title from config (function() { const appTitle = (window.env && window.env.VITE_APP_TITLE) || 'Waifu.im'; document.title = appTitle; // Update meta tags const ogTitle = document.querySelector('meta[property="og:title"]'); if (ogTitle) ogTitle.content = appTitle; const twitterTitle = document.querySelector('meta[name="twitter:title"]'); i