AIX Platform

AIX Platform

Multi-tenant platform for managing agents, skills, and resources across the NEOLAF ecosystem.

Platform Capabilities

🤖Agent Registry

Register up to 16 hybrid agents per user. AI agents, CLI tools, IoT devices, mobile apps — all managed through a unified API.

🧩Skill Hierarchy

Define atomic actions, composite workflows, and meta-strategies. Compose skills into DAGs with runtime resolution.

🔗Digital Twin Resources

Every resource gets a UUID identity. Manage tools, datasets, services, and configs as first-class digital twins.

🏢Multi-Tenant Orgs

Platform, org, and team hierarchy. Custom domains, role mappings, and branding per tenant.

📡OpenAPI Agent Interface

Google Workspace-style REST API with pagination, filtering, and field masks. Bearer token auth with granular scopes.

🔑Runtime Skill Grants

Grant agents specific skills with config overrides, decomposition depth limits, and preferred implementations.

API-First Design

Every capability is accessible via /api/v1/ endpoints with Bearer token authentication. Agents self-register, bind API keys, and receive push configuration.

curl https://aix.neolaf.ai/api/v1/me \
  -H "Authorization: Bearer <api_key>"

{
  "data": { "id": "...", "name": "..." },
  "metadata": { "orgSlug": "neolaf" }
}