VS Code extension

The Flow Relay extension brings handoffs and insights into your editor. It works in VS Code, Cursor (VS Code Marketplace), and Antigravity (Open VSX). Like the MCP server, it is a client of the REST API.

Install

  • VS Code / Cursor – search "Flow Relay" in the Extensions panel, or install from the VS Code Marketplace.
  • Antigravity – install from the Open VSX Registry.
  • Manual – download the .vsix from Downloads and run Extensions: Install from VSIX....

First run

  1. Open the command palette (Ctrl+Shift+P) and run Flow Relay: Set API Key.
  2. Paste a key from Settings → API Keys. It is stored in the editor's secret storage.
  3. The Flow Relay sidebar appears – you are ready to go.

Commands

CommandDescription
Set API KeyStore your API key in secret storage.
Select Project ContextSwitch between personal stream and accessible projects.
Generate HandoffGenerate a handoff from all connected sources.
Generate Handoff with Filters...Scope sources and set per-source filters in a visual panel.
Show HandoffsBrowse and open recent handoffs.
Show Last HandoffView the most recent active handoff.
Show IntegrationsSee connected integrations with workspace info.
List Discord ChannelsList text channels in your connected server.
Send Discord MessagePost a message to a Discord channel.
Generate Project Insight...Generate a correlation, onboarding, or architecture insight.
Show InsightsBrowse recent project insights.
RefreshRefresh all sidebar panels.

Three sidebar panels mirror your workspace: Workspace context (account mode, role, active scope), Handoffs (the active scope's handoffs), and Integrations (resource health and provider coverage). A status-bar button shows the active scope and lets you generate a handoff in one click.

The filter panel for handoffs and insights uses the same real, selectable values returned by the filters endpoint – see Filters.