kortix-system

Reference Kortix sandbox architecture for configuration, deployment, and debugging.

6|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/kortix-ai/kortix-registry --skill kortix-system
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kortix-system
Source: https://github.com/kortix-ai/kortix-registry/tree/main/files/skills/kortix-system
Command: npx skills add https://github.com/kortix-ai/kortix-registry --skill kortix-system

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive understanding and control over the Kortix sandbox environment, enabling users to effectively manage its components, configurations, and deployments.

Core Features & Use Cases

  • System Reference: Understand container image, process management, key file paths, and persistence.
  • Environment Management: Configure secrets, environment variables, and understand cloud vs. local modes.
  • Deployment: Deploy applications locally or to cloud environments with detailed API references.
  • Scheduling & Search: Set up cron triggers for agent execution and leverage semantic search for efficient information retrieval.
  • Use Case: When you need to deploy a new web application to a *.style.dev URL, understand how to set API keys for your tools, or debug a running service, this Skill is your go-to resource.

Quick Start

Use the kortix-system skill to understand how to set API keys and secrets within the sandbox.

Frequently Asked Questions about kortix-system

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

FAQPage Schema
How do I configure API keys and secrets in a sandbox environment?▼

To configure API keys and secrets in a sandbox environment, reference the environment management documentation to securely set environment variables and manage secrets for your deployed tools and services.

How does pg_cron work for scheduling tasks in a containerized system?▼

pg_cron schedules tasks in a containerized system by triggering agent execution at defined intervals, allowing automated background operations without external intervention.

What is the best way to deploy an application to a *.style.dev URL?▼

Deploying to a *.style.dev URL involves using cloud deployment strategies and Kortix Master API routes detailed in the system reference to configure and launch your web application.

Can I run semantic search locally within my deployment?▼

Yes, you can run semantic search locally. The system architecture supports semantic search for efficient information retrieval across both cloud and local sandbox modes.

Why is my s6-rc.d service not starting during sandbox initialization?▼

If an s6-rc.d service is not starting, debug the issue by checking process management configurations and verifying the service dependencies and persistence paths defined in the system reference.

Do I need specific container configurations for local versus cloud deployment?▼

Yes, local versus cloud deployment requires different configurations. The system reference details distinct cloud and local deployment strategies, including necessary container image adjustments and API route setup.