Skip to content

api-evangelist/runloop-ai

Repository files navigation

Runloop (runloop-ai)

Runloop is the AI Agent Accelerator — secure code sandboxes (Devboxes), evaluation infrastructure (Benchmarks, Scenarios), and production-grade orchestration for AI coding agents at enterprise scale. A single REST API at https://api.runloop.ai and matched Python/TypeScript SDKs cover the full surface: Devbox lifecycle, Blueprint image building, Snapshot branching, Agent registry, Axon event streams with Broker bridges, Storage Objects, Secrets, Network Policies, Agent Gateways, MCP Configs, and a turnkey eval framework that ships with SWE-Bench Verified and SWE-smith. Runloop runs on a custom bare-metal hypervisor with microVM-level tenant isolation and is SOC 2 Type II, HIPAA, and GDPR compliant; Enterprise customers can deploy directly into their own VPC.

URL: Visit APIs.json

Run: Capabilities Using Naftiko

Tags

  • AI, AI Agents, Coding Agents, Sandboxes, Devboxes, Code Execution, Evaluation, Benchmarks, SWE-Bench, MCP, Snapshots, microVM, Enterprise, SOC 2

Timestamps

  • Created: 2026-05-25
  • Modified: 2026-05-25

Company

  • Founded: 2023
  • Founder & CEO: Jonathan Wall (ex-Google File System, co-founder Google Wallet, co-founder & CTO Index — acquired by Stripe)
  • Team: Senior engineers averaging 15+ years experience (Google, Stripe, Vercel, AWS, Meta alumni)
  • Compliance: SOC 2 Type II, HIPAA, GDPR; VPC deployment available

APIs

Runloop Devbox API

Create, configure, and operate Devboxes — isolated Linux microVM-backed sandboxes purpose-built for AI coding agents. Covers the full lifecycle (create, suspend, resume, snapshot, shutdown), synchronous and asynchronous command execution, named shell sessions, file I/O, code-repo mounts, agent and storage object mounts, network tunnels with HTTPS URLs, SSH key issuance, observability, and the PTY control plane for interactive WebSocket shells.

Human URL: https://docs.runloop.ai/docs/devboxes/overview

Runloop Blueprint API

Build, preview, list, and manage Blueprints — Dockerfile-based image templates that Devboxes launch from. Supports private blueprints, public discovery, metadata search, and inspection-based blueprint creation from a connected repository.

Human URL: https://docs.runloop.ai/docs/devboxes/blueprints/overview

Runloop Benchmark API

Define, configure, and run Benchmarks. Ships SWE-Bench Verified and SWE-smith out of the box; supports custom benchmarks built from your own scenarios and scorers. Resources include benchmarks, benchmark runs (start, cancel, complete), benchmark jobs, scenario runs, and downloadable run logs.

Human URL: https://docs.runloop.ai/docs/benchmarks/overview

Runloop Scenario API

Author and run individual evaluation Scenarios — the atomic test unit for AI coding agents. Each Scenario captures input context, environment setup, agent invocation, and one or more Scenario Scorers that produce pass/fail signals plus structured scores.

Human URL: https://docs.runloop.ai/docs/benchmarks/overview

Runloop Agents API

Register and version Agents — packaged agent definitions sourced from Git, npm, pip, or pre-packaged storage objects. Once registered, an Agent can be mounted to any Devbox at create time for fast, reproducible installs.

Human URL: https://docs.runloop.ai/docs/devboxes/agents/using-agents-api

Runloop Axons API

Create and operate Axons — distributed event streams for sequencing, recording, and observing agent interactions. Supports event publish, SSE subscription, SQL queries over event history, and a Broker bridge that connects Axons to agents running inside Devboxes using ACP or Claude agent client protocols.

Human URL: https://docs.runloop.ai/docs/axons/overview

Runloop Storage Objects API

Upload and manage Storage Objects — managed files with presigned download URLs that can be mounted into Devboxes or shared between agent runs. Two-step upload (create → complete), public listings, metadata-keyed search, and download presign.

Human URL: https://docs.runloop.ai/docs/storage-objects/overview

Runloop Secrets API

Securely manage account-level Secrets (API keys, tokens, credentials) that Runloop injects into Devboxes at runtime without exposing the raw values to agent code.

Human URL: https://docs.runloop.ai/docs/devboxes/configuration/account-secrets

Runloop Network Policies API

Define and manage egress Network Policies that restrict outbound network access from Devboxes. Allow/deny rules at account scope, attachable per Devbox at launch.

Human URL: https://docs.runloop.ai/docs/network-policies

Runloop Gateway Configs API

Configure Agent Gateways — proxy configurations that let Devbox-resident agents call external AI provider APIs without seeing the underlying provider credentials. Implements the Credential Gateway / opaque token-injection security pattern.

Human URL: https://docs.runloop.ai/docs/devboxes/agent-gateways

Runloop MCP Configs API

Configure and manage Model Context Protocol (MCP) server bindings for Devboxes. Each MCP Config is a declarative mount that Runloop wires into Devbox agent runtimes so the agent can call MCP tools without bespoke setup.

Human URL: https://docs.runloop.ai/docs/tools/ai-tools

Runloop API Keys API

Create and manage Runloop account API keys and Restricted Keys (scoped, narrower-permission tokens). API keys are the standard auth credential for SDK and REST access; Restricted Keys are intended for embedding inside Devbox-resident agents.

Human URL: https://docs.runloop.ai/api-reference/apikeys/create-api-key

Runloop Executions Streaming API

Stream stdout and stderr updates from in-flight Devbox executions in real time. Use alongside the Devbox execute endpoints for long-running command output capture.

Human URL: https://docs.runloop.ai/docs/devboxes/execution-logs

Plans, Rate Limits, and FinOps

Compute Pricing Quick Reference

Meter Hourly Per-Second
Devbox CPU $0.108 / CPU-hr $0.00003 / CPU-sec
Devbox Memory $0.0252 / GB-hr $0.000007 / GB-sec
Blueprint Build $0.108 / CPU-hr $0.00003 / CPU-sec
Devbox Storage $0.00034236 / GB-hr $0.0000000951 / GB-sec
Blueprint Storage $0.000072 / GB-hr $0.00000002 / GB-sec
Snapshot Storage $0.000072 / GB-hr $0.00000002 / GB-sec
Object Storage $0.000072 / GB-hr $0.00000002 / GB-sec
Active Axon $0.006 / axon-hr $0.0000016667 / axon-sec
Inactive Axon Storage $0.20 / GB-month

SDKs and Tooling

Architecture & Guidance

  • Single REST surface at https://api.runloop.ai
  • 119 configured endpoints across 14 logical resource groups
  • Bearer auth with RUNLOOP_API_KEY
  • snake_case identifiers throughout
  • /v1/ versioned paths (plus /pty/ for the WebSocket control plane)
  • Prefer the async Python SDK over the sync version
  • Use exec for blocking commands; exec_async for long-running background processes
  • Suspended Devboxes accrue storage cost only — not compute or memory

Spectral Rules

runloop-ai-rules.yml — enforces Bearer auth, /v1/ prefix, snake_case parameters, required operationId, Title Case summaries, canonical tag set, and the canonical api.runloop.ai server URL.

Vocabulary

runloop-ai-vocabulary.yml captures the concepts (Devbox, Blueprint, Snapshot, Agent, Axon, Broker, Benchmark, Scenario, Tunnel, Storage Object, Secret, Gateway Config, MCP Config, Network Policy, PTY Session, Execution), services (REST API, Python SDK, TypeScript SDK, rl-cli, MCP Server, Dashboard, GitHub Actions), and standards (OpenAPI 3.0.3, MCP, ACP, SOC 2 Type II, HIPAA, GDPR) that make up the Runloop platform.

Status, Security, and Support

About

API Evangelist profile for Runloop — cloud Devboxes (microVM sandboxes) and evaluation infrastructure for AI coding agents.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors