Skip to main content

Overview

klaw uses a hierarchical organization model inspired by Kubernetes:
  • Cluster: Top-level isolation (organization/environment)
  • Namespace: Logical isolation within cluster (team/project)

Creating Clusters

klaw create cluster production
klaw create cluster staging

Creating Namespaces

klaw create namespace engineering --cluster production
klaw create namespace marketing --cluster production

Context Management

# Set context
klaw context use production/engineering

# List contexts
klaw context list

Resource Isolation

ResourceScope
AgentsNamespace
Cron JobsNamespace
Conversation HistoryNamespace
SkillsCluster-wide

Next Steps