AIX Platform
Multi-tenant platform for managing agents, skills, and resources across the NEOLAF ecosystem.
Platform Capabilities
Register up to 16 hybrid agents per user. AI agents, CLI tools, IoT devices, mobile apps — all managed through a unified API.
Define atomic actions, composite workflows, and meta-strategies. Compose skills into DAGs with runtime resolution.
Every resource gets a UUID identity. Manage tools, datasets, services, and configs as first-class digital twins.
Platform, org, and team hierarchy. Custom domains, role mappings, and branding per tenant.
Google Workspace-style REST API with pagination, filtering, and field masks. Bearer token auth with granular scopes.
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" }
}