⚡ VS Code Extension

Your IDE,
Supercharged.

The APxAI extension docks Mission Control in VS Code — check Hub health, run a self-test, and jump to docs and settings without leaving your editor.

⚡ Download Extension (.vsix) How to Install ↓
Free  ·  v1.0.6  ·  Compatible with VS Code 1.75+
APxAI — Mission Control
Explorer
📁 src
🗎 agents.ts
🗎 memory.ts
🗎 stream.ts
📁 api
🗎 routes.ts
🗎 auth.ts
📁 tests
🗎 agents.test.ts
📄 package.json
📄 tsconfig.json
// memory.ts — APxAI persistent context
import { MemoryClient } from '@apxai/sdk';
 
interface MemoryEntry {
  key: string;
  value: string;
  ttl?: number;
}
 
export async function loadProjectContext() {
  const client = new MemoryClient({
    apiKey: process.env.APXAI_KEY,
  });
 
  const ctx = await client.get('project:context');
  return ctx.entries;
}
 
export async function saveContext(entry: MemoryEntry) {
  // Persisted across agent sessions
  await client.set(entry.key, entry.value);
}
🤖 APxAI Mission Control
Connected
api.apxai.co · Hub online
Self-Test
All checks passed 0.4s
Self-Test
Hub Health
Settings
Hub Health
Uptime · healthy
Latency p95 · live
Requests · tracked
Why the Extension

Your Hub, right inside your editor.

No tabs. No context switches. Mission Control docks beside your code and talks to your APxAI Hub.

Zero Context Switching

Dock APxAI Mission Control beside your code — Hub health, a one-click self-test, docs and settings, without leaving your editor.

Hub Health, Live

Open Hub Health to watch your Hub's uptime, latency (p50/p95/p99) and request volume update in real time.

Backed by Persistent Memory

Your APxAI Hub keeps project memory and agent-run history across sessions — the backbone the editor experience builds on.

Deploy-Aware

The xAI doctor reads Railway, Vercel, Render and Azure failures and explains them in plain language — straight from your Hub.

TC Rewards Roadmap

A TRIPPYCOIN rewards layer is planned — earn TC for agent runs, merged PRs and shipped fixes. Not active during beta.

Your Hub, Your Keys

API-key / JWT auth against the Hub you choose. The extension only talks to the hubUrl you configure — nothing else leaves your machine.

Get Started in 60 Seconds

Install in 6 steps.

No config files. No YAML. Install in one click — or drop in the .vsix.

It’s a VS Code extension, not a browser add-on. If macOS says it can’t open the .vsix, that’s expected — you install it (step 3), you don’t double-click it.

① VS Code Marketplace Live at launch

The 1-click way. Open Extensions ⌘⇧X, search “APxAI Mission Control”, hit Install. Or from the palette:

ext install apxai.apxai-extension

Cursor, Windsurf & Kiro use the same one-liner via Open VSX.

② Direct .vsix Works today

The identical v1.0.6 build, installed by hand — no Marketplace account needed.

↓ Download .vsix (≈632 KB)

Extensions panel → Install from VSIX… — or code --install-extension apxai-mission-control.vsix

Then — first run
1
Click the APxAI icon in the Activity Bar to open Mission Control.
2
It connects to the hosted Hub automatically. Open the Command Palette ⌘⇧P and run APxAI: Run Self-Test to confirm.
3
Optional — run APxAI: Open Settings to add your own key (apxai.authToken) or point at a self-hosted Hub (apxai.hubUrl). In open beta you can leave it blank.
🔍
APxAI:
⎋ to dismiss
APxAI: Run Self-Test
❤️ APxAI: Open Hub Health
📖 APxAI: Open Docs
🔧 APxAI: Open Settings
🪙
Roadmap · not active during beta

Every Line of Code, Rewarded

A TRIPPYCOIN rewards layer is on our roadmap. Here’s the model we’re designing — the rates below are the planned targets, not live yet.

Action Reward
Agent run +5 TC
PR merged +10 TC
Bug fixed +15 TC
Code reviewed +5 TC
Test written +3 TC
★ Planned: Pro users earn 2× TC on all IDE actions

Explore TRIPPYCOIN →
Editor Support

Where APxAI runs.

VS Code and its forks today — via the Marketplace and Open VSX. More editors coming.

VS Code
Supported ✅
Cursor
Compatible ✅
Windsurf & Kiro
Via Open VSX ✅
JetBrains
Coming Q3 2026

Prefer the manual route?

Installs straight into VS Code — no marketplace account needed. The .vsix installs in one step.

  1. 1
    Download the extension.
    Download apxai-mission-control.vsix ↓ (≈632 KB)
    It’s a VS Code extension, not a browser add-on. If macOS says it “can’t open” the .vsix — that’s expected. You don’t double-click it; you install it into VS Code in step 2 below. The download still worked.
  2. 2
    Open VS Code → Extensions.
    Click the menu at the top of the Extensions panel and choose “Install from VSIX…” — or run code --install-extension apxai-mission-control.vsix in your terminal.
  3. 3
    Open the APxAI panel.
    Click the APxAI icon in the activity bar. It connects to the hosted Hub automatically — run “APxAI: Run Self-Test” from the command palette to confirm. Want your own Hub? Set apxai.hubUrl in Settings.

Start shipping faster today.

Free. No credit card. Works with any language.

⚡ Download Extension View Docs →