Now in public beta

kubectl
for AI Agents

Enterprise AI agent orchestration. Manage, monitor, and scale your AI workforce.One binary. Deploys in seconds. Control from Slack or CLI.

curl -fsSL https://klaw.sh/install.sh | sh
klaw get agents
klaw logs agent
@klaw status

Trusted by teams at

Enterprise Agent Orchestration

Everything you need to run AI agents in production. From visibility to isolation to scheduling.

kubectl-style CLI

Familiar commands: get, describe, logs, apply. If you know kubectl, you know klaw.

Slack Control

@klaw status, @klaw run agent, @klaw logs. Manage agents from where you work.

Single Binary

One ~20MB binary. No Python, no Docker, no dependencies. Just download and run.

Full Visibility

klaw get agents, klaw logs, klaw describe. Always know what your agents are doing.

300+ LLM Models

Claude, GPT-4, Gemini, Llama via each::labs Router or direct provider access.

Namespaces

Logical isolation for teams and secrets. Use Podman containers for filesystem sandboxing.

Built-in Cron

klaw cron create — schedule agents to run hourly, daily, weekly. No external scheduler.

Distributed Mode

Controller-node architecture. Scale from laptop to enterprise cluster.

Multi-Channel

Slack, CLI, TUI, REST API. Deploy agents where your team works.

Real-world Use Cases

Just message @klaw

From Slack or CLI, tell klaw what you need. It connects to your tools, runs agents, and delivers results where you work.

Sales
Online

Lead Scoring & Qualification

Automatically analyze and score leads from your CRM

You9:15 AM

@klaw analyze my new leads from hubspot and score them based on engagement

klawAPP9:16 AM

📊 Analyzed 47 new leads from HubSpot: 🔥 **Hot (8 leads):** High engagement, visited pricing 3+ times ⚡ **Warm (23 leads):** Opened emails, downloaded resources ❄️ **Cold (16 leads):** Single touchpoint only Top priority: **Acme Corp** - CEO visited pricing page 5x this week. Recommend immediate outreach.

Operations
Online

Scheduled Reports

Get automated reports delivered to Slack on schedule

You2:30 PM

@klaw send me a daily revenue report every morning at 9am from Stripe

klawAPP2:30 PM

✅ Scheduled! I'll send your Stripe revenue report daily at 9:00 AM. **Report includes:** • Daily MRR & ARR • New subscriptions • Churned customers • Top transactions First report arrives tomorrow. Use `@klaw cron list` to manage schedules.

Research
Online

Competitor Intelligence

Monitor competitors and get alerts on changes

You11:00 AM

@klaw watch competitor pricing pages and alert me on changes

klawAPP11:01 AM

👁️ Now monitoring 5 competitor pricing pages: • competitor-a.com/pricing • competitor-b.com/plans • competitor-c.io/pricing I'll check every 6 hours and alert you immediately on: • Price changes • New tiers added • Feature updates • Positioning changes Last scan: all pages indexed. Ready to detect changes.

Support
Online

Ticket Triage & Response

Auto-categorize and draft responses for support tickets

You8:00 AM

@klaw triage zendesk tickets and draft responses for common issues

klawAPP8:02 AM

🎫 Triaged 34 overnight tickets: **Auto-resolved (12):** Password resets, FAQ questions **Drafted responses (15):** Billing inquiries, feature questions **Escalated (7):** Complex bugs, enterprise requests 📝 15 draft responses ready for review in #support-drafts Avg response time improved: **4.2 hrs → 23 min**

Engineering
Online

Code Review & PR Summary

Get intelligent summaries of pull requests and changes

You10:30 AM

@klaw summarize open PRs in the backend repo and flag any security concerns

klawAPP10:32 AM

🔍 Scanned 8 open PRs in `backend`: ⚠️ **PR #423** - SQL query uses string interpolation (potential injection) ✅ **PR #421** - Clean refactor, good test coverage ✅ **PR #419** - New endpoint, follows patterns 📝 **PR #418** - Large PR (847 lines), suggest splitting Recommend prioritizing security review on #423.

Marketing
Online

Content Performance

Analyze content metrics and get optimization suggestions

You3:00 PM

@klaw analyze our blog performance this month and suggest improvements

klawAPP3:03 PM

📈 Blog Performance Report (Feb 2024): **Top performer:** "AI in Production" - 12.4K views, 8.2% CTR **Underperforming:** "Getting Started Guide" - high bounce (78%) **Suggestions:** • Add video to Getting Started (competitors avg 3min video) • "AI in Production" readers also search for "scaling" - write sequel • Best posting time: Tuesday 10AM (2.3x engagement)

These are just examples. klaw can be configured for any workflow.

SalesforceHubSpotStripeGitHubZendeskJiraNotion+ 50 more

Kubernetes-Style Namespaces

Inspired by Kubernetes, klaw brings familiar multi-tenancy patterns to AI agent orchestration. Isolate teams, projects, and environments with first-class namespace support.

Team Isolation

Each team gets their own namespace with isolated agents, secrets, and resources. No cross-contamination.

$ klaw create namespace team-backend
$ klaw create namespace team-frontend
$ klaw create namespace team-data

Environment Separation

Run dev, staging, and production environments on the same cluster with complete isolation.

$ klaw create namespace dev
$ klaw create namespace staging
$ klaw create namespace prod
$
# Deploy to specific environment
$ klaw dispatch -n prod "analyze logs"

Resource Quotas

Set limits per namespace to control costs and prevent runaway agents from consuming all resources.

# Coming soon
$ klaw set quota team-ml --max-tokens 1M/day
$ klaw set quota team-ml --max-agents 10

RBAC Integration

Fine-grained access control. Users can only access namespaces they are authorized for.

# Switch namespace context
$ klaw config set-context --namespace=team-backend
$
# List agents in current namespace
$ klaw get agents

klaw vs Kubernetes

klaw borrows the best ideas from Kubernetes—namespaces, declarative configs, kubectl-style CLI—but is purpose-built for AI agents. No container orchestration overhead.

FeatureklawKubernetes
Installation
Single binary (~20MB)
Complex multi-component setup
Learning Curve
Minutes to get started
Weeks/months to master
Resource Usage
~50MB RAM idle
2GB+ for control plane
Namespaces
Built-in multi-tenancy
Built-in multi-tenancy
CLI Experience
kubectl-inspired, familiar
kubectl (the original)
Declarative Config
YAML manifests
YAML manifests
Focus
AI Agents & LLMs
Container orchestration
Built-in LLM Support
300+ models ready
Requires custom setup

Why not just use Kubernetes? Kubernetes is amazing for container orchestration, but it is overkill for AI agents. klaw gives you the patterns you love—namespaces, declarative YAML, familiar CLI—without the complexity of running a full K8s cluster. Think of it as "Kubernetes for AI Agents."

kubectl-style Operations

Familiar commands. Full visibility. Control from CLI or Slack.

terminal — zsh

Three Deployment Modes

From local development to enterprise clusters. Same commands, same agents.

Single-Node

Local Development

klaw chat
klaw start

Interactive chat or full platform with Slack integration. Zero config required.

Distributed

Scale Across Machines

klaw controller start
klaw node join :9090
klaw dispatch "task"

Controller-node architecture. Dispatch tasks across multiple machines.

Containers

Isolated Execution

klaw build
klaw run agent --task
klaw ps

Run agents in Podman containers for security and reproducibility.

Powered by
ClaudeGPT-4GeminiLlamaDeepSeek+300 more

via each::labs LLM Router

Ready to deploy?

Get started in under a minute. No account required.

curl -fsSL https://klaw.sh/install.sh | sh
Copy