

<!DOCTYPE html>

<html lang="en-US">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">

  <link rel="stylesheet" href="/assets/css/just-the-docs-default.css">

  <link rel="stylesheet" href="/assets/css/just-the-docs-head-nav.css" id="jtd-head-nav-stylesheet">

  <style id="jtd-nav-activation">
  
    .site-nav ul li a {
      background-image: none;
    }

  </style>

  

  
    <script src="/assets/js/vendor/lunr.min.js"></script>
  

  <script src="/assets/js/just-the-docs.js"></script>

  <meta name="viewport" content="width=device-width, initial-scale=1">

  



  <!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Relay | Certified delivery for AI coding agents — every AI-generated commit signed, tested, and traceable to the prompt that created it. Built on Grove, Prism, and Fuse (MIT). Local-first.</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Relay" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Certified delivery for AI coding agents — every AI-generated commit signed, tested, and traceable to the prompt that created it. Built on Grove, Prism, and Fuse (MIT). Local-first." />
<meta property="og:description" content="Certified delivery for AI coding agents — every AI-generated commit signed, tested, and traceable to the prompt that created it. Built on Grove, Prism, and Fuse (MIT). Local-first." />
<link rel="canonical" href="https://provasign.dev/assets/css/just-the-docs-head-nav.css" />
<meta property="og:url" content="https://provasign.dev/assets/css/just-the-docs-head-nav.css" />
<meta property="og:site_name" content="Relay" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Relay" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Certified delivery for AI coding agents — every AI-generated commit signed, tested, and traceable to the prompt that created it. Built on Grove, Prism, and Fuse (MIT). Local-first.","headline":"Relay","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://provasign.dev/assets/images/logo.svg"}},"url":"https://provasign.dev/assets/css/just-the-docs-head-nav.css"}</script>
<!-- End Jekyll SEO tag -->


  <!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/assets/images/logo-icon.svg">
<link rel="apple-touch-icon" href="/assets/images/og-image.png">

<!-- Open Graph -->
<meta property="og:site_name"    content="Provasign">
<meta property="og:title"        content="Relay">
<meta property="og:description"  content="Certified delivery for AI coding agents — every AI-generated commit signed, tested, and traceable to the prompt that created it. Built on Grove, Prism, and Fuse (MIT). Local-first.">
<meta property="og:url"          content="https://provasign.dev/assets/css/just-the-docs-head-nav.css">
<meta property="og:type"         content="website">
<meta property="og:image"        content="https://provasign.dev/assets/images/og-image.png">
<meta property="og:image:type"   content="image/png">
<meta property="og:image:width"  content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card"        content="summary_large_image">
<meta name="twitter:image"       content="https://provasign.dev/assets/images/og-image.png">

<style>
  /* ── Backgrounds ─────────────────────────────────────── */
  body, .main-content-wrap, .main { background: #0e1117 !important; }
  .side-bar, .site-nav            { background: #0b0f15 !important; }
  .site-header                    {
    background: rgba(11,15,21,0.97) !important;
    border-bottom: 1px solid #21262d !important;
  }

  /* ── Body text ───────────────────────────────────────── */
  body, p, li, td, dd            { color: #c9d1d9 !important; }
  h1, h2, h3, h4, h5, h6        { color: #e6edf3 !important; }
  h1                             { border-bottom: 1px solid #21262d !important; }
  hr                             { border-color: #21262d !important; }

  /* ── Content-area links only (not nav) ───────────────── */
  .main-content a                { color: #4ade80 !important; }
  .main-content a:hover          { color: #86efac !important; }

  /* ── Sidebar nav — gray by default, green on active ─── */
  .nav-list-link                 { color: #8b949e !important; }
  .nav-list-link:hover           { color: #e6edf3 !important; background: rgba(255,255,255,.05) !important; }
  .nav-list-link.active          {
    color: #4ade80 !important;
    font-weight: 600 !important;
    background: rgba(34,197,94,.08) !important;
    border-left: 3px solid #22c55e !important;
  }
  .nav-list-expander svg         { fill: #8b949e !important; }

  /* ── Site title & aux nav (GitHub link) ──────────────── */
  .site-title, .site-title:hover { color: #e6edf3 !important; }
  .aux-nav-list-item a,
  .aux-nav a                     {
    color: #8b949e !important;
    background: transparent !important;
    border: 1px solid #30363d !important;
    border-radius: 6px !important;
    padding: 0.3rem 0.75rem !important;
    font-size: 0.85rem !important;
  }
  .aux-nav-list-item a:hover,
  .aux-nav a:hover               { color: #e6edf3 !important; border-color: #8b949e !important; }

  /* ── Search ──────────────────────────────────────────── */
  .search-input {
    background: #161b22 !important; color: #c9d1d9 !important;
    border: 1px solid #30363d !important;
  }
  .search-input:focus            { border-color: #22c55e !important; outline: none !important; }
  .search-results-wrap           { background: #161b22 !important; border-color: #30363d !important; }
  .search-result                 { border-bottom: 1px solid #21262d !important; }
  .search-result-title           { color: #4ade80 !important; }
  .search-result-preview         { color: #8b949e !important; }

  /* ── Inline code ─────────────────────────────────────── */
  code {
    background: #161b22 !important; color: #86efac !important;
    border: 1px solid #30363d !important; border-radius: 4px !important;
  }

  /* ── Code blocks ─────────────────────────────────────── */
  pre, pre.highlight, div.highlighter-rouge, figure.highlight {
    background: #090d12 !important;
    border: 1px solid #21262d !important; border-radius: 6px !important;
  }
  pre code, pre.highlight code  { background: transparent !important; border: none !important; color: #b0c8b0 !important; }

  /* ── Tables ──────────────────────────────────────────── */
  table                          { border-collapse: collapse !important; }
  th                             { background: #161b22 !important; color: #e6edf3 !important; border-bottom: 1px solid #30363d !important; }
  td                             { border-bottom: 1px solid #21262d !important; }
  tr:nth-child(even) td          { background: #111519 !important; }

  /* ── Blockquotes ─────────────────────────────────────── */
  blockquote {
    border-left: 3px solid #22c55e !important;
    background: #0b0f15 !important; color: #8b949e !important;
  }

  /* ── Buttons ─────────────────────────────────────────── */
  .btn-primary   { background: #238636 !important; border-color: #2ea043 !important; color: #fff !important; }
  .btn-primary:hover { background: #2ea043 !important; }
  .btn           { background: transparent !important; border-color: #30363d !important; color: #c9d1d9 !important; }
  .btn:hover     { border-color: #8b949e !important; }

  /* ── Footer / page-nav ───────────────────────────────── */
  .site-footer   { background: #0b0f15 !important; border-top: 1px solid #21262d !important; color: #8b949e !important; }
  .site-footer a { color: #4ade80 !important; }
  .page-nav      { border-top: 1px solid #21262d !important; }
  .page-nav a    { color: #4ade80 !important; }

  /* ── Breadcrumb ──────────────────────────────────────── */
  .breadcrumb-nav-list-item a        { color: #8b949e !important; }
  .breadcrumb-nav-list-item a:hover  { color: #e6edf3 !important; }
  .breadcrumb-nav-list-item + .breadcrumb-nav-list-item::before { color: #30363d !important; }

  /* ── Callouts ────────────────────────────────────────── */
  .callout.tip     { background: rgba(34,197,94,.07) !important; border-color: #22c55e !important; }
  .callout.note    { background: rgba(56,139,253,.07) !important; border-color: #388bfd !important; }
  .callout.warning { background: rgba(210,153,34,.07)  !important; border-color: #d29922 !important; }
</style>


</head>

<body>
  <a class="skip-to-main" href="#main-content">Skip to main content</a>
  <svg xmlns="http://www.w3.org/2000/svg" class="d-none">
  <symbol id="svg-link" viewBox="0 0 24 24">
  <title>Link</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link">
    <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>
  </svg>
</symbol>

  <symbol id="svg-menu" viewBox="0 0 24 24">
  <title>Menu</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu">
    <line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>
  </svg>
</symbol>

  <symbol id="svg-arrow-right" viewBox="0 0 24 24">
  <title>Expand</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
    <polyline points="9 18 15 12 9 6"></polyline>
  </svg>
</symbol>

  <!-- Feather. MIT License: https://github.com/feathericons/feather/blob/master/LICENSE -->
<symbol id="svg-external-link" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-external-link">
  <title id="svg-external-link-title">(external link)</title>
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>
</symbol>

  
    <symbol id="svg-doc" viewBox="0 0 24 24">
  <title>Document</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file">
    <path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>
  </svg>
</symbol>

    <symbol id="svg-search" viewBox="0 0 24 24">
  <title>Search</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
    <circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
  </svg>
</symbol>

  
  
    <!-- Bootstrap Icons. MIT License: https://github.com/twbs/icons/blob/main/LICENSE.md -->
<symbol id="svg-copy" viewBox="0 0 16 16">
  <title>Copy</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard" viewBox="0 0 16 16">
    <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/>
    <path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>
  </svg>
</symbol>
<symbol id="svg-copied" viewBox="0 0 16 16">
  <title>Copied</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard-check-fill" viewBox="0 0 16 16">
    <path d="M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3Zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3Z"/>
    <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5v-1Zm6.854 7.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708Z"/>
  </svg>
</symbol>

  
</svg>

  
    <header class="side-bar">
  <div class="site-header">
    <a href="/" class="site-title lh-tight">
  <div class="site-logo" role="img" aria-label="Relay"></div>

</a>
    <button id="menu-button" class="site-button btn-reset" aria-label="Menu" aria-expanded="false">
      <svg viewBox="0 0 24 24" class="icon" aria-hidden="true"><use xlink:href="#svg-menu"></use></svg>
    </button>
  </div>

  <nav aria-label="Main" id="site-nav" class="site-nav">
  
  
    <ul class="nav-list"><li class="nav-list-item"><a href="/why/" class="nav-list-link">Why Provasign</a></li><li class="nav-list-item"><a href="/how-it-works/" class="nav-list-link">How It Works</a></li><li class="nav-list-item"><a href="/architecture/" class="nav-list-link">Architecture</a></li><li class="nav-list-item"><a href="/features/" class="nav-list-link">Features</a></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Use Cases submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/use-cases/" class="nav-list-link">Use Cases</a><ul class="nav-list"><li class="nav-list-item"><a href="/use-cases/security/" class="nav-list-link">Security</a></li><li class="nav-list-item"><a href="/use-cases/audit/" class="nav-list-link">Audit</a></li><li class="nav-list-item"><a href="/use-cases/change-management/" class="nav-list-link">Change Management</a></li><li class="nav-list-item"><a href="/use-cases/traceability/" class="nav-list-link">Traceability</a></li></ul></li><li class="nav-list-item"><a href="/installation/" class="nav-list-link">Installation</a></li><li class="nav-list-item"><a href="/setup/" class="nav-list-link">Agent Setup</a></li><li class="nav-list-item"><a href="/other-tools/" class="nav-list-link">Other Developer Tools</a></li><li class="nav-list-item"><a href="/comparisons/" class="nav-list-link">Comparisons</a></li><li class="nav-list-item"><a href="/faq/" class="nav-list-link">FAQ</a></li><li class="nav-list-item"><a href="/troubleshooting/" class="nav-list-link">Troubleshooting</a></li><li class="nav-list-item"><a href="/docs/" class="nav-list-link">Documentation</a></li><li class="nav-list-item"><a href="/mcp-connection-debugging-2026-06-01/" class="nav-list-link">MCP Connection Failure — Root Cause Analysis (2026-06-01)</a></li><li class="nav-list-item"><a href="/assets/AGENT_SETUP_PROMPT/" class="nav-list-link">Provasign — AI Agent Setup Prompt</a></li></ul>
  
</nav>


<div class="d-md-block d-none site-footer">
  
  
    This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
  
  </div>
</header>

  
  <div class="main" id="top">
    <div id="main-header" class="main-header">
  
    

<div class="search" role="search">
  <div class="search-input-wrap">
    <input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search Relay" autocomplete="off">
    <label for="search-input" class="search-label">
      <span class="sr-only">Search Relay</span>
      <svg viewBox="0 0 24 24" class="search-icon" aria-hidden="true"><use xlink:href="#svg-search"></use></svg>
    </label>
  </div>
  <div id="search-results" class="search-results"></div>
</div>

  
  
  
    <nav aria-label="Auxiliary" class="aux-nav">
  <ul class="aux-nav-list">
    
      <li class="aux-nav-list-item">
        <a href="https://github.com/provasign/provasign" class="site-button"
          
        >
          GitHub
        </a>
      </li>
    
  </ul>
</nav>

  
</div>

    <div class="main-content-wrap">
      
      <div id="main-content" class="main-content">
        <main>
          
            <h.callout.warning { background: rgba(220, 38, 38, 0.08) !important; border-color: #dc2626 !important; }

.site-nav ul li a { background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 80%, rgba(32, 31, 35, 0) 100%); }

          

          
            
          
        </main>
        
<hr>
<footer>
  

  

  <div class="d-md-none mt-4 fs-2">
    
    
      This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
    
  </div>
</footer>

      </div>
    </div>
    
      

<div class="search-overlay"></div>

    
  </div>

  
</body>
</html>

