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

AI Trading Agent with Risk Guardrails for Educational Investing
A developer built an AI-powered trading assistant that connects Claude to a brokerage account with a risk engine between the AI and money. The system includes safety checks like blocking trades that exceed 50% of portfolio allocation, automatic shutdown at 3% daily loss, and a kill switch at 20% drawdown.

QCAI App Provides Mobile Control Center for OpenClaw Ecosystem
Academic research team releases QCAI app for iOS and Android, built with AI-assisted development, offering dashboard monitoring, gateway chat, and secure VPN access to OpenClaw tools.

OpenClaw SEO Audit Skill Released for Technical Website Analysis
A new OpenClaw skill performs comprehensive SEO audits with the command 'seo audit [url]', checking technical SEO, content quality, on-page elements, structured data, performance metrics, images, and AI search readiness, outputting a health score and prioritized action plan.

HN SOTA: Tracking Coding Model Popularity via Hacker News Comments
HN SOTA is a daily updated pipeline that scrapes Hacker News comments, uses Gemini to identify coding models from the OpenRouter list, and logs sentiment per mention into a public Google Sheet. The top 10 models by mentions over a 10-day trailing window are displayed.