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>FusionAL — Self-Hosted MCP Governance for Enterprise AI</title>
<meta name="description" content="Deploy governed MCP automation in weeks, not quarters. FusionAL is the self-hosted governance gateway for teams that need auditability, policy controls, and reliability across AI toolchains.">
<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=Cinzel:wght@600;700;800&family=Outfit:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
:root {
--brand-deep: #14090d;
--brand-navy: #1a1014;
--brand-slate: #2a1b20;
--brand-electric: #8f1e25;
--brand-cyan: #d4af37;
--brand-emerald: #f6d267;
--brand-amber: #b8860b;
--brand-rose: #cf3f4f;
--brand-violet: #8a1e2b;
--heading-gold: #e2c96f;
--text-primary: #f1f5f9;
--text-secondary: #b4a89e;
--text-dim: #8a7c73;
--border-subtle: rgba(212,175,55,0.12);
--glow-blue: rgba(143, 30, 37, 0.2);
--glow-cyan: rgba(212, 175, 55, 0.16);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
font-family: 'Outfit', sans-serif;
background: var(--brand-deep);
color: var(--text-primary);
line-height: 1.65;
overflow-x: hidden;
}
nav {
position: fixed; top: 0; width: 100%; z-index: 100;
padding: 18px 40px; display: flex; align-items: center; justify-content: space-between;
background: rgba(10, 14, 26, 0.85); backdrop-filt