Kernel Management
GET /api/v1/kernel/status # Kernel statistics
GET /api/v1/kernel/processes # Process table
GET /api/v1/kernel/syscalls # Syscall logs
GET /api/v1/kernel/boot-log # Boot sequence
Instance Management
GET /api/v1/instances # List instances
POST /api/v1/instances # Create instance
GET /api/v1/instances/ # Instance details
PUT /api/v1/instances/ # Update instance
DELETE /api/v1/instances/ # Delete instance
POST /api/v1/instances//boot # Boot instance
Theme Management
GET /api/v1/themes # List themes
POST /api/v1/themes # Create theme
GET /api/v1/themes//files # List files
POST /api/v1/themes//activate # Activate theme
See API.md for complete documentation.