kortix-system

Document Kortix sandbox architecture, container layout, persistence, and secret management.

7|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/KrishavRajSingh/computer --skill kortix-system-krishavrajsingh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kortix-system
Source: https://github.com/KrishavRajSingh/computer/tree/main/sandbox/opencode/skills/KORTIX-system
Command: npx skills add https://github.com/KrishavRajSingh/computer --skill kortix-system-krishavrajsingh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Kortix sandbox system reference provides a consolidated guide to understand container layout, persistence, environment management, and secret storage within the Kortix sandbox, helping teams debug, configure, and operate the sandbox more efficiently.

Core Features & Use Cases

  • Detailed architecture of the Kortix sandbox container image, process management, and service orchestration (s6-overlay, PID namespace, noVNC desktop).
  • Persistence model: which paths survive restarts (workspace and secrets storage) and how data is preserved across sessions.
  • Secrets and environment variable management via a unified API, with encryption and lifecycle notes, plus secret rotation and access control.
  • Cron triggers, semantic search (lss), session management, and tool integration guidelines that enable automated workflows and auditing.

Quick Start

Review this skill to understand the Kortix sandbox architecture and how to apply it for debugging, environment configuration, and secret management.

Frequently Asked Questions about kortix-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does the Kortix sandbox architecture manage processes and orchestrate services?

The Kortix sandbox architecture uses s6-overlay for process management within a PID namespace, orchestrating services alongside a noVNC desktop to maintain a structured and isolated container environment.

What data persists across restarts in the Kortix sandbox?

Data in the workspace and secrets storage paths persists across restarts in the Kortix sandbox. This persistence model ensures your configured environments and stored data survive sessions.

How do I manage environment variables and secret rotation in a sandbox environment?

You manage environment variables and secret rotation in the sandbox using a unified API. This API handles encryption, lifecycle notes, and access control for secure secret management.

Can I use cron triggers and semantic search for automated workflows in the sandbox?

Yes, you can use cron triggers and the lss semantic search tool to enable automated workflows. The sandbox provides session management and tool integration guidelines to support these operations.

What is the best way to debug services running inside a Kortix container?

The best way to debug services in a Kortix container is to reference the system architecture guidelines. These guidelines detail the container layout, runtimes, and process management to help you isolate and resolve issues.

Are there limitations on which paths survive session restarts in the sandbox?

Yes, limitations apply to persistence in the sandbox. Only the workspace and secrets storage paths are preserved across session restarts, meaning data outside these designated areas will be lost.