Documentation

Developer Documentation

Everything you need to integrate and work with Team-AI's multi-agent development platform.

Quick Start Guide

Get started with Team-AI in minutes. Follow our step-by-step guide to integrate our AI agents into your workflow.

1

Create an Account

Sign up for a free account and get access to your dashboard with all 8 agents.

2

Initialize Your Project

Create a new project and define your requirements using natural language.

3

Let the Agents Work

Watch as our 8 specialist agents collaborate to build your production-ready code.

Code Example

# Create a new project — one sentence is enough
curl -X POST https://team-ai-production.up.railway.app/api/projects \
  -H "Authorization: Bearer $JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Weather Dashboard",
    "description": "React frontend + Node.js backend using OpenWeatherMap API"
  }'

# Response — project starts in 'planning'; confirm to kick off agents
{
  "success": true,
  "project_id": "295f665a-a171-4cdd-851d-6dcf18bf3c6c",
  "status": "planning",
  "github_repo_url": "https://github.com/...",
  "contract_preview": { ... }
}

Core Concepts

Understand the fundamental concepts behind Team-AI's architecture.

Multi-Agent System

Eight specialist agents work collaboratively: Project Manager, UX Designer, Backend, Frontend, Mobile, QA Engineer, DevOps, and Integration Validator.

Extended Thinking

The Project Manager and QA agents use extended thinking (up to 8K reasoning tokens) to plan architecture and reason through edge cases before writing code.

Live Build Validation

The Integration Validator clones the freshly built repo, runs the actual build and tests, and triggers up to two automatic rework rounds if something fails.

Additional Resources

Explore more documentation and guides