← Back to search
30
Basic
Agentic Readiness Score
other llms-txtai-friendlyai

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 data-i18n-attr="textContent" data-i18n="meta_title">Contexta — Long-term memory for your AI</title> <meta name="description" data-i18n-meta="description" content="Connect once. Your AI remembers your projects, people, and decisions forever."> <meta property="og:title" data-i18n-meta="og:title" content="Contexta — Long-term memory for your AI"> <meta property="og:description" data-i18n-meta="og:description" content="Your AI forgets everything. We fix that. Connect in 30 seconds."> <meta property="og:type" content="website"> <meta property="og:url" content="https://contexta.cc"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@400;500;600&display=swap" rel="stylesheet"> <style> *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } :root { --bg: #F5F0E8; --bg-white: #FFFFFF; --text: #1A1A1A; --text-2: #6B6560; --text-3: #9B958F; --accent: #C4541A; --border: #E5DED5; --card: rgba(255,255,255,0.65); --serif: 'Playfair Display', Georgia, serif; --sans: 'Inter', -apple-system, sans-serif; } html { scroll-behavior: smooth; } body { font-family: var(--sans); color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; } /* ── Nav ── */ nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 18px 48px; display: flex; justify-content: space-between; align-items: center; background: rgba(245,240,232,0.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(229,222,213,0.5); } .nav-logo { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var