Back to Blog
LaunchApril 19, 2026·4 min read

Switchy v2: team AI workspaces

By Ash Eryani

Switchy started as a multi-model chat with persistent memory. One person, one inbox, every AI. We shipped it, real users used it, and it worked. But every conversation we had with teams who liked the product converged on the same wish: "I want this for my team." Today we are shipping that.

Switchy v2 is a shared AI workspace for small teams. A Space is a chat room where your team, the AI models you choose, and the tools you connect (GitHub, Notion, your own MCPs) all share one thread of context. You mention people. You mention models. You mention tools. The AI is silent until you call it. The memory is shared, with three visibilities — private to you, scoped to a Space, or scoped to the whole org — and it shows up everywhere your teammates use AI: Claude Desktop, Cursor, ChatGPT, anything that speaks MCP.

Why this shape and not another? Three reasons. First, AI work is collaborative now in practice but solo in tooling. Two engineers will both ask Claude the same question, separately, and end up with two slightly different answers and no shared record. We wanted the answer once, in front of both of them, with the deciding moment captured. Second, MCP turned the model from a sealed box into something you can plug into. Once that happened, "AI workspace" stopped meaning "chat client" and started meaning "the place your team works with AI." Third, memory only earns its keep when it compounds across people. A team memory is far more valuable than a personal one.

For existing solo users, nothing changed under you. Your account became your personal organization with one Space called General. Every memory, every chat, every API key still works. If you only ever use Switchy alone, you will not notice a thing. When you are ready to bring a teammate in, the invite link is one click. Nothing migrates.

For teams, the new plan is $49/month plus $12 per seat ($39 + $10 yearly). It includes 8,000 pooled credits a month and unlimited Spaces, plus connections to GitHub, Notion, and any HTTPS MCP server. Solo Pro stays at $19/month. Starter stays free. Plan details at /pricing.

A 2-minute walkthrough sits on the landing page. The 5-minute quickstart is at /docs/quickstart/signup. The full migration guide for v0.2 SDK users is at /docs/guides/migrating-from-v1. The v2 API is documented under /docs/api/overview with an OpenAPI 3.1 spec at /api/openapi.json. SDKs are out as @switchy-ai/sdk@0.3.0 (npm) and switchy-sdk==0.3.0 (pypi).

A few things that aren't obvious from the surface but matter to me: AI is silent in multi-participant chats unless you @mention it; memory visibility is enforced at the SQL layer, not in application code; outbound MCP calls go through an SSRF guard that runs on every call (not just at registration) because DNS rebinding is a real attack; org membership doesn't auto-grant Space access (least privilege by default). The threat model is documented per-wave in the rebuild docs.

If you tried Switchy in v1 and bounced because it felt like one more chat tool — give v2 ten minutes with one teammate. The shape is different.

Start at switchy.build.

Ready to try Switchy?

Start building with persistent memory across 350+ AI models.

Get started free