⚡ Self-hosted-first

Meet KPC

Persistent per-user VM where your Kode agent lives 24/7. Files, processes, cron — everything survives between sessions.

# Provision a Basic-tier KPC bound to your Koder ID
$ kpc create --tier=basic --name="my-bot"
→ provisioning Firecracker microVM…
→ installing Kode agent (systemd, auto-start)…
→ bound to koder_user_id=u_482a91
→ ready in 84s.  SSH: kpc.koder.dev:2222

# Ask your Kode to keep a Discord bot online
$ kpc kode my-bot "Run the bot from /home/koder/bot.py
          and restart it via cron if it crashes."
→ Kode: installed dependencies, set up cron…
→ bot online.  See you in 24/7.

Why KPC

Six properties that separate a KPC from a generic VPS or an ephemeral agent sandbox.

Persistent, not ephemeral

Your files, installed packages, running processes and cron jobs survive between agent sessions.

🔒

Personal, not shared

Single-tenant VM bound to your Koder ID. Self-host on your Koder Cloud or rent SaaS.

🧠

Inference included

Kode agent runs on Koder's self-hosted runtime. No external API key required.

Cron + scheduler

Schedule recurring tasks; the agent + cron live in the same VM, no separate orchestrator.

🌐

Public HTTPS ingress

Expose your bot, dashboard, or API via koder-jet reverse proxy with automatic TLS.

📊

Audit log built-in

Every command the agent runs traces to services/ai/trace for review.

How It Compares

What makes KPC different from the alternatives.

KPC Manus Cloud Computer Replit Deployments Raw VPS
Persistent VM
Agent pre-installed
Self-hosted inference
GPU available
Bring your own infrastructure n/a
Multi-user tiers (Family / Team)
Identity via Koder ID (OIDC)
Cost (entry-level) $10/mo $10/mo $7/mo $5–$12/mo

Pricing

Self-hosted-first: every tier runs on your own Koder Cloud at zero markup, or rent SaaS for one-click setup.

Basic

$10/mo

  • 2 vCPU
  • 1 GB RAM
  • 10 GB disk
  • Kode agent
Max

$80/mo

  • 4 vCPU
  • 16 GB RAM
  • 200 GB disk
  • GPU optional
Family

$50/mo

  • Pro resources
  • Up to 5 users
  • Shared workspace
Team

$200/mo

  • Max resources
  • Multi-user + RBAC
  • Audit log

Ready for your own KPC?

Provision in 84 seconds, cancel anytime — or self-host on your own Koder Cloud for free.

Get a KPC Learn about the Koder Stack