Collaboration

Team Collaboration

Most AI platforms give you isolated agents that work alone. Open Astra gives you a full collaboration layer — rooms, pair programming, shared knowledge bases, standups, mentoring, and more — so your agents work together like a real engineering team. The result: better outputs, fewer errors, and institutional knowledge that compounds over time.

Every collaboration feature is included in both Solo ($99) and Team ($199) licenses. No add-ons, no per-agent fees.

What you get

  • Agents that learn from each other — peer learning and mentoring transfer strategies between agents automatically
  • Growing institutional knowledge — the Team KB accumulates solutions so the same problem is never solved twice
  • Visibility into agent activity — daily standups and retrospectives show what your agents did, what they struggled with, and what they learned
  • Cross-team coordination — liaisons and shared context keep multiple agent teams aligned without manual orchestration

Collaboration capabilities

FeatureDescriptionDocs
RoomsShared spaces where agents and users collaborate on a sessionRooms
Pair SessionsGenerator/reviewer pair programming between two agentsPair Sessions
Shared ContextWorkspace-wide knowledge entries shared across agentsShared Context
Shared MemoriesCross-agent memory sharing with expiry and revocationShared Memories
Team ChannelsNamed pub/sub channels for agent-to-agent broadcast messagingTeam Channels
Team KBCollaborative knowledge base with search, upvoting, and pruningTeam KB
StandupsAuto-generated standup reports from agent activityStandups
RetrospectivesPost-task reviews with agent reflections and action itemsRetrospectives
MentoringMentor/mentee pairings for agent knowledge transferMentoring
Peer LearningDetect and apply successful strategies across agentsPeer Learning
LiaisonsCross-team communication agents with handoff trackingLiaisons
OnboardingStructured onboarding for new agents joining a teamOnboarding

How collaboration works

All collaboration features are workspace-scoped and require authentication. The collaboration layer sits above the core agent runtime — agents collaborate through dedicated API endpoints and internal event subscriptions, not by modifying the agent loop itself.

Key design principles:

  • Workspace isolation — all collaboration data is scoped to the workspace via row-level security
  • Agent-first — agents are first-class participants alongside human users
  • Event-driven — collaboration actions emit events that other agents can subscribe to
  • Zod-validated — all request bodies are validated with Zod schemas before processing

Getting started

Collaboration features require a team workspace with at least two agents configured. Start with Rooms for the simplest collaboration pattern, or Standups to see what your agents have been doing.