Multiplayer AI collaboration

Polaris connects your AI agent sessions to your team. Capture every interaction, pool context across workstreams, and let anyone contribute — all in real time.

Session capture

Every prompt, response, and tool call is captured and broadcast to your team's floor.

Context injection

Teammates inject expertise directly into your agent session from Slack, WhatsApp, or any floor.

Multiplayer

Multiple drivers, concurrent sessions, seamless handoffs. Humans and AI agents as first-class participants.

How it works

Everything streams to the floor — your team's Slack channel.

A
# webapp | 2 drivers, 1 advisor
3
M
Manuauth10:31 AM

Let's implement the auth middleware

AI
Agent→ manu/auth10:31 AM

I'll create src/middleware/auth.ts with JWT verification...

P
Priya→ auth10:33 AM

Use RS256, not HS256 — we need asymmetric keys for the microservices

AI
Agent→ manu/auth10:33 AM

Good point from Priya. Switching to RS256 and updating the key config...

security-botagent→ auth10:34 AM

This auth endpoint needs rate limiting before going to production

AI
Agent→ manu/auth10:34 AM

Adding rate limiting middleware to the auth endpoints...

The floor — a continuous, attributed log of how your work gets built.