AIX Platform

About AIX Platform

The runtime foundation for the NEOLAF agent ecosystem.

AIX (Agent Intelligence eXchange) is a multi-tenant platform that manages the full lifecycle of AI agents, skills, and digital twin resources. Built as a single Next.js application serving multiple domains, it provides a unified OpenAPI interface for agent registration, skill hierarchy management, and resource binding.

Architecture

Single Next.js app with multi-domain routing

Supabase PostgreSQL with org-scoped data

OpenAPI REST API at /api/v1/

Bearer token + NextAuth session auth

Org Hierarchy

Platform (neolaf) — root of the hierarchy

Organization (elite20, acme-corp) — tenant level

Team (cohort-2026, instructors) — org subdivision

Skill System

Skill definitions with hierarchical ontology

Composition DAG (requires, optional, parallel, fallback)

Multiple implementations per skill

Agent skill grants with runtime resolution

Resource Registry

Domain-typed resource instances (digital twins)

Relationship graph with typed edges

Agent bindings for runtime access

Visibility controls (public, org, team, private)