⚡ VS Code Extension

Mission Control,
in your editor.

A lightweight companion for your APxAI Hub. Check Hub health, run a self-test, and jump to docs and settings without leaving VS Code. It is not an IDE clone, it is a small panel that docks beside your code.

⚡ 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
// diagnose.ts, keyless, no SDK to install
// (a typed @apxai/sdk is coming soon, until then, plain fetch)
 
export async function diagnose(log: string) {
  // Public endpoint, no API key required
  const res = await fetch(
    'https://api.apxai.co/api/deploy-doctor/diagnose',
    {
     method: 'POST',
     headers: { 'Content-Type': 'application/json' },
     body: JSON.stringify({ log }),
    },
  );
 
  const data = await res.json();
  return data.matches; // ~180 local-first recipes
}
🤖 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 the APxAI Hub you point it at.

Zero Context Switching

Dock APxAI Mission Control beside your code: Hub health, a one-click self-test, plus 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. That is the backbone the editor experience builds on.

Deploy-Aware

Deploy 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

The extension only talks to the Hub you set in apxai.hubUrl (the hosted cloud by default, or your own local Hub). It sends only the logs and prompts you submit. Bring your own key with apxai.authToken.

Get Started in 60 Seconds

Install the .vsix in 3 simple steps.

No config files. No YAML. Download the .vsix and install it. It works in VS Code today. (A 1-click Marketplace listing is coming soon.)

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.

① Download the .vsix Install today ✅

This is the way to install right now, no Marketplace account needed. Grab the file, then follow the 3 steps below.

↓ Download .vsix (≈632 KB)

Install it with code --install-extension apxai-mission-control.vsix, or drag it into the VS Code Extensions panel. Full steps below ↓

② VS Code Marketplace Coming soon

A 1-click Marketplace listing is on the way. Once it’s live you’ll open Extensions ⌘⇧X, search “APxAI Mission Control” and hit Install. Until then, use the .vsix on the left. It’s the identical v1.0.6 build.

Cursor, Windsurf & Kiro will use the same listing via Open VSX.

Install & first run
1
Download the extension. Grab apxai-mission-control.vsix ↓ (≈632 KB). Free, no account needed.
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 in step 2. The download still worked.
2
Install it. Pick either way:
a) In your terminal, run
code --install-extension apxai-mission-control.vsix
b) Or in VS Code, open the Extensions panel ⌘⇧X, click the menu at the top → “Install from VSIX…” and pick the file (you can also drag the .vsix onto the panel).
3
Open Mission Control & verify. Click the APxAI icon in the Activity Bar. It points at the hosted Hub (https://api.apxai.co) by default. Open the Command Palette ⌘⇧P and run APxAI: Run Self-Test to confirm the Hub is reachable.
Optional. Run APxAI: Open Settings to point at a different Hub with apxai.hubUrl (e.g. http://localhost:7777 for a local Hub you run yourself). Hosted features that call the LLM need a key in apxai.authToken, which you can get at apxai.co. You can leave both blank to just check Hub health and run the self-test.
🔍
APxAI:
⎋ to dismiss
APxAI: Run Self-Test
❤️ APxAI: Open Hub Health
📖 APxAI: Open Docs
🔧 APxAI: Open Settings
🪙
Roadmap · not active during beta

A loyalty layer, on the roadmap

We’re designing an in-app loyalty-points layer (the rates below are planned targets, not live). These “TC” points are loyalty perks with no cash value. They are not cryptocurrency and not the on-chain TRIPPY token.

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: install the .vsix now. Marketplace & Open VSX listings are coming soon, and more editors after that.

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

Start shipping faster today.

Free. No credit card. Works with any language.

⚡ Download Extension View Docs →