Connect your AI tools to these docs
Every customer can now plug these docs straight into their AI tools. The site runs its own MCP server, so Claude Code, Cursor, Claude Desktop, or any MCP client can answer from the live docs instead of stale training data — point your client at https://docs.knapsack.cloud/_mcp/server, or use the one-click Connect to Claude Code and Connect to Cursor buttons at the top of every page. For crawlers and agents that read Markdown, the site also publishes an llms.txt file at https://docs.knapsack.cloud/llms.txt, scoped per section so a tool can request just the part it needs.
IPE spec enrichment now works on private sites (v4.96.4)
Component prop schemas are now correctly populated for sites with private app clients, fixing a silent failure that left all templates without enriched specs.
Fixed double focus ring on keyboard-focused elements (v4.96.3)
Keyboard users will now see a single, clean focus indicator on buttons, cards, and links instead of a doubled ring.
Delete confirmation shows impacted links before removing content (v4.96.2)
Editors deleting a page, pattern, or tab now see a warning listing every page that links to it, preventing accidental broken links.
Keyboard focus indicators migrated to :focus-visible (v4.96.1)
Navigation, settings lists, and content blocks now show focus rings only for keyboard navigation, removing spurious outlines during mouse interaction.
Screen readers now hear dynamic content updates (v4.96.0)
A new LiveRegion component announces dynamic content changes to assistive technologies, and all form inputs automatically link error messages and character counts via aria-describedby.
API Keys UI for minting and revoking service credentials (v4.94.13)
Workspace admins can now create, reveal once, and revoke API keys directly from Workspace Settings, enabling non-human MCP clients to authenticate without user credentials.
Figma image-cache metadata no longer clobbers page counts (v4.94.10)
Successful Figma image-cache runs will no longer fail their final metadata update due to a null page count, ensuring file status correctly flips to Done.
Overlapping dropdowns in block settings fixed (v4.94.8)
Selecting one dropdown in a block settings panel now correctly closes any previously open dropdown, preventing confusing overlapping menus.