Platform Docs

AI Team Package Structure

An AI Team can be represented as a set of separable, versioned resources rather than one large prompt.

The exact file format or runtime packaging can vary by execution environment. The logical structure remains stable.

AI Team
  Digital Employees
    Job definition
    Responsibilities and authority
    Expected outputs
    Escalation conditions
    Skills
  Workflows
    Stages
    State
    Handoffs
    Human gates
  Configuration
    Customer-specific settings
    Approved context references
    Capability mappings
  Evaluations
    Quality criteria
    Stage exit conditions

Resource responsibilities

ResourceResponsibility
AI TeamDefines the business function and workforce boundary
Digital EmployeeDefines a stable job, authority, outputs, and escalation
SkillDefines a reusable specialized method
WorkflowDefines state, sequencing, handoffs, and gates
ConfigurationBinds reusable definitions to a customer environment
EvaluationDefines quality and release criteria
Capability mappingResolves requested capabilities to approved runtime implementations

This separation allows a skill, connector, model runtime, or customer configuration to change without requiring the entire workforce definition to be rewritten.

See Digital Employees, Skills, and AI Team Orchestration.