FAQ
Product
What is Team6?
Team6 is the operating system for AI-first R&D. It gives companies a single system to plan, execute, and manage their entire R&D workflow with AI agents integrated at every step — from sprint planning to code delivery. Every task has a human owner and an AI agent working together.
How is Team6 different from AI copilots?
AI copilots let individual developers use AI — that's table stakes. Team6 transforms how your entire R&D organization operates. It's not a tool for developers — it's an operating system for R&D leaders. The orchestration engine plans sprints, manages dependencies, coordinates multiple human-agent pairs in parallel, and delivers coordinated pull requests across repositories.
What AI models does Team6 use?
Team6 agents are powered by Anthropic's Claude:
- Claude Haiku 3.5 -- Fast, lightweight tasks
- Claude Sonnet 4 -- Most development tasks (default)
- Claude Opus 4 -- Complex architecture and planning
The platform selects the appropriate model automatically.
What can agents build?
New features, bug fixes, tests, refactors, documentation updates, and multi-repository changes. Agents read your existing codebase and follow your patterns and conventions.
Orchestration
How do multiple agents work without conflicts?
Every task runs in an isolated workspace using git worktrees — a separate working directory with a unique feature branch, provisioned in under a second. Agents cannot see or modify each other's work. Each project runs on its own dedicated worker machine with per-project job queues. The orchestration engine resolves dependencies and controls execution order. Each task's human owner has full visibility into their agent's progress via real-time streaming traces.
How does sprint planning work?
Describe your goal in plain English. The AI Product Manager analyzes your codebase through an interactive sprint planning wizard — asks clarifying questions, generates a PRD, and breaks work into tasks with dependencies and estimates. You review, refine, assign human owners, and approve everything before execution starts.
Do agents learn from previous tasks?
Yes. Agents have persistent memory that carries context across tasks. When an agent starts a new task, it loads relevant memories from previous work on the same project — patterns it learned, decisions that were made, conventions it discovered. This helps agents get better over time.
Can one task span multiple repositories?
Yes. The orchestration engine coordinates changes across repos and creates separate, linked pull requests in each repository.
Security
Is my code secure?
Yes. Every project runs on a dedicated worker machine -- your workloads never share compute with another organization. Code is processed in isolated workspaces, credentials are encrypted with AES-256-GCM, and project data is isolated at the database level using PostgreSQL Row-Level Security. See Security & Data Protection for the full breakdown.
Can agents access my secrets or environment variables?
No. Agents can only read and write files in connected repositories. They cannot access environment variables, CI/CD secrets, API keys, or any data outside the repo.
Can agents push directly to my main branch?
No. Agents work on feature branches and create pull requests. Nothing reaches your main branch without your explicit review and approval.
What compliance standards does Team6 support?
Team6 is designed to support GDPR, CCPA, SOC 2, and HIPAA compliance requirements with built-in audit logging, data retention policies, right to erasure, and data portability.
Getting Started
How long does setup take?
Minutes. Sign up with GitHub at app.team6.ai, create a project, connect a repository, and plan your first sprint. The UX guides you through everything.
Do I need to configure agents?
No. Seven system agents are pre-built and ready immediately. No setup or configuration required.
What Git providers are supported?
Currently GitHub. GitLab and Bitbucket support is planned.
Pricing
How much does Team6 cost?
We tailor pricing to your team's size and requirements. Talk to us to find the right fit.
Support
- Email: support@team6.ai
- Sales: sales@team6.ai