Runtime: Sandboxed Coding Agents for Every Team Member

Runtime (YC P26) is a platform that lets your whole team (including non-engineers) use coding agents like Claude Code, Codex, Cursor, Copilot, Gemini, and Devin without needing engineering to handhold every session. It was built by Gus and Carlos, who experienced the pain of rolling out agents across a team: PRs were unmergeable slop, every repo required local setup, skills lived in one person's head, and there was no safe way for a PM to touch a real codebase without risking a bad deploy or secret leak.
Key Features
- Snapshotted Environments: Engineers define context once (system instructions, skills, scoped integrations) and Runtime snapshots the full running environment (multi-service Docker Compose, Kafka, Redis, seeded DBs). Every session boots in milliseconds with all servers already running.
- Sandbox Orchestration: Runs across E2B, Daytona, EC2, or self-hosted K8s. Secrets are injected via a managed proxy so agents never touch them directly.
- Guardrails at Infrastructure Level: Command allow/deny lists, network egress controls, RBAC scoped per human and per agent. Spend limits, file rules, and approval gates built in.
- Shareable Preview URLs: Every session gets a live preview URL so internal builds go from sandbox to the team without production access.
- Multichannel Triggers: Sandboxes can be triggered from the web app, CLI, Slack, Linear, GitHub, or API.
- Specialized Agents: Build agents that run in background (e.g., an alert inspector that wires PagerDuty, Sentry, and repo to find causes and open PRs with unit tests before anyone is paged; a finance agent in private Slack that pulls from Stripe, NetSuite, and Snowflake for reconciliations).
Pricing
Flat platform fee plus compute — no token markup. Free tier available at app.runtm.com.
Open Source
The core is open source at github.com/runtm-ai/runtm under MIT (templates), Apache 2.0 (CLI & shared libs), and AGPL v3 (API & worker). Self-hostable on your own infrastructure.
Who It's For
Platform teams wanting to roll out coding agents safely across engineering, product, design, marketing, support, finance, and people teams.
📖 Read the full source: HN LLM Tools
👀 See Also

Jobly: Contract Marketplace with AI-First Dispute Resolution and Community Voting
Jobly is a contract marketplace built with Next.js 14, TypeScript, and Supabase, featuring an escrow system with 10% provider bonds on proposals and a dispute pipeline that starts with AI evaluation using Claude, then allows appeals to community stake voting.

tmux-claude: Monitor Claude Code Instances Across Tmux Panes
tmux-claude is a tool that adds live monitoring for Claude Code instances within tmux sessions. It provides a status bar, interactive dashboard, enhanced window chooser, and desktop notifications by reading local session files without API calls.
Zillow-Full: An OpenClaw Skill That Turned Manual Property Research Into an Automated Deal Pipeline
A developer built 'zillow-full' on OpenClaw to pull Zestimates, tax history, price history, and comps per property. With a nightly cron scoring listings against deal criteria, wholesale deals went from 2 to 11 per month.

Claude-switch CLI tool automates switching between Claude Max accounts when hitting usage caps
A developer built claude-switch, a 250-line bash CLI tool that saves and restores Claude Code credentials from macOS Keychain to switch between accounts when one hits usage limits. The tool eliminates browser re-authentication and maintains workflow continuity.