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

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"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>VALIS — The intelligence layer for private credit</title> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } :root { --bg: #0B0E11; --bg-card: #141920; --bg-card-hover: #1a2230; --accent: #00D4AA; --accent-glow: rgba(0, 212, 170, 0.15); --gold: #F5A623; --text: #E8ECF1; --text-dim: #8B95A5; --text-bright: #FFFFFF; --border: #1E2A3A; --font: 'DM Sans', -apple-system, sans-serif; --mono: 'Space Mono', monospace; } html { scroll-behavior: smooth; } body { background: var(--bg); color: var(--text); font-family: var(--font); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; } /* BRIEFING SIGNUP */ .briefing-signup { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); max-width: 480px; } .briefing-label { font-size: 14px; color: var(--text-dim); margin-bottom: 12px; } .briefing-form { display: flex; gap: 8px; } .briefing-form input { flex: 1; background: var(--bg-card); border: 1px solid var(--border); border-radius: 50px; padding: 12px 20px; color: var(--text); font-family: var(--font); font-size: 14px; outline: none; transition: border-color 0.2s; } .briefing-form input:focus { border-color: var(--accent); } .briefing-form input::placeholder { color: var(--text-dim); } .briefing-form button { background: var(--bg-card); border: 1px solid var(--accent); color: var(--accent); padding: 12px 24px; border-radius: 50px; font-family: var(--font); font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.2s; white-space: nowrap; } .briefing-form button: