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

TeenyApp lets Claude build and deploy full-stack websites from a single chat link
TeenyApp provides a live subdomain and agent token that Claude can use via HTTP to scaffold code, run migrations, set up auth, and deploy directly to a real URL without leaving the chat.

Claude Code Adds Multi-Agent Code Review System
Anthropic has launched Code Review for Claude Code, a multi-agent system that dispatches teams of AI agents to review pull requests. The system catches bugs human reviewers often miss, with 54% of PRs now getting substantive review comments compared to 16% before.

Open-source AI job search system built with Claude Code evaluates offers, generates tailored resumes
A developer open-sourced a Claude Code project that turns your terminal into a job search command center. The system evaluates job offers across 10 dimensions, generates ATS-optimized PDF resumes, scans 45+ company career pages, and includes 14 skill modes.

Skales: Desktop AI Agent with Ollama Support, 300MB Idle RAM
Skales is a native Electron desktop app that provides an autonomous AI agent with .exe/.dmg installers, works with Ollama for local inference or cloud providers, and uses ~300MB idle RAM with data stored locally in ~/.skales-data.