← Back to search
30
Basic
Agentic Readiness Score
ai-tools hostingaillms-txtai-friendly

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🏷
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 30/100

            

llms.txt Content

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Login — Cloud Agent</title> <style> *{margin:0;padding:0;box-sizing:border-box} body{background:#0d1117;color:#e6edf3;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;display:flex;align-items:center;justify-content:center;min-height:100vh} .login-card{background:#161b22;border:1px solid #30363d;border-radius:12px;padding:40px;width:100%;max-width:400px} h1{font-size:24px;margin-bottom:8px} .subtitle{color:#8b949e;margin-bottom:24px} label{display:block;color:#8b949e;font-size:13px;margin-bottom:6px;margin-top:16px} input{width:100%;padding:10px 12px;background:#0d1117;border:1px solid #30363d;border-radius:6px;color:#e6edf3;font-size:14px;outline:none} input:focus{border-color:#2563eb} button{width:100%;padding:10px;margin-top:24px;background:#2563eb;border:none;border-radius:6px;color:#fff;font-size:14px;font-weight:600;cursor:pointer} button:hover{opacity:0.9} .error{color:#f85149;margin-top:12px;font-size:13px} .toggle{color:#2563eb;cursor:pointer;margin-top:16px;font-size:13px;text-align:center} .toggle:hover{text-decoration:underline} </style> </head> <body><a href="https://agent.leddconsulting.com/cdn-cgi/content?id=ayZVEeCZOpAD2ldL7ta_n9xR.7WgAHmbw803NnxDWvQ-1776272923.6508768-1.0.1.1-8wsKreeh3g.SoJqa9IyxO3cfk1bwV7yxy4hU82mShaU" aria-hidden="true" rel="nofollow noopener" style="display: none !important; visibility: hidden !important"></a> <div class="login-card"> <h1>Cloud Agent</h1> <p class="subtitle">Sign in to access the workspace</p> <form id="authForm" method="POST" action="/auth/login"> <label>Email</label> <input name="email" type="email" required autocomplete="email" /> <label>Password</label> <input name="password" type="password" required autocomplete="current-password" /> <button