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. The platform provides a single REST API and matched Python/TypeScript SDKs covering 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 (SWE-Bench Verified, SWE-smith, custom benchmarks). Runloop runs on a custom bare-metal hypervisor with microVM-level isolation and is SOC 2 Type II, HIPAA, and GDPR compliant, with VPC deployment available for regulated workloads. Founded 2023 by Jonathan Wall (Google File System lead, Google Wallet co-founder, Index CTO acquired by Stripe).

APIs.json: https://raw.githubusercontent.com/api-evangelist/runloop-ai/refs/heads/main/apis.yml

Scope

  • Access: 3rd-Party

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

APIs

Runloop Devbox API

Create, configure, and operate Devboxes — isolated Linux microVM-backed sandbox environments purpose-built for AI coding agents. The Devbox API 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, and rich observability (executions, metrics, logs). Includes the PTY control-plane for interactive WebSocket shell sessions.

Tags

  • AI
  • AI Agents
  • Sandboxes
  • Devboxes
  • Coding Agents

Properties

Runloop Blueprint API

Build, preview, list, and manage Blueprints — Dockerfile-based container image templates that Devboxes launch from. Blueprints capture pre-installed system packages, language runtimes, code mounts, ports, and agent tooling so a fresh Devbox starts in seconds. Supports private blueprints, public discovery, metadata-keyed search, and creation from RepositoryConnection inspection.

Tags

  • AI
  • AI Agents
  • Blueprints
  • Container Images
  • Devboxes

Properties

Runloop Benchmark API

Define, configure, and run Benchmarks against your agents. Runloop ships SWE-Bench Verified and SWE-smith out of the box; the Benchmark API also supports custom benchmarks built from your own scenarios and scorers. Resources include benchmarks, benchmark runs (with start, cancel, complete lifecycle), benchmark jobs, scenario runs, and downloadable run logs.

Tags

  • AI
  • AI Agents
  • Benchmarks
  • Evaluation
  • SWE-Bench

Properties

Runloop Scenario API

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

Tags

  • AI
  • AI Agents
  • Scenarios
  • Evaluation

Properties

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. Includes public agent listings and per-agent Devbox-count reporting.

Tags

  • AI
  • AI Agents
  • Agent Registry

Properties

Runloop Axons API

Create and operate Axons — Runloop's distributed event streams for sequencing, recording, and observing agent interactions. Each Axon supports event publish, SSE subscription, SQL queries and batch operations over event history, and a Broker bridge that connects an Axon to agents running inside Devboxes using ACP or Claude agent client protocols.

Tags

  • AI
  • AI Agents
  • Event Streams
  • Axon
  • Broker
  • ACP

Properties

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.

Tags

  • AI
  • AI Agents
  • Storage
  • Objects

Properties

Runloop Secrets API

Securely manage account-level Secrets (API keys, tokens, credentials) that Runloop injects into Devboxes at runtime. Raw secret values are never exposed to agent code or to the Devbox shell environment after creation — they are referenced by name.

Tags

  • AI
  • AI Agents
  • Secrets
  • Credentials

Properties

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.

Tags

  • AI
  • AI Agents
  • Network Policy
  • Security

Properties

Runloop Gateway Configs API

Configure Agent Gateways — proxy configurations that let Devbox-resident agents call external AI provider APIs (OpenAI, Anthropic, etc.) without exposing the raw provider credentials to agent code. Implements the Credential Gateway / opaque token-injection security pattern.

Tags

  • AI
  • AI Agents
  • Agent Gateways
  • Credential Proxy

Properties

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.

Tags

  • AI
  • AI Agents
  • MCP
  • Model Context Protocol

Properties

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 API access; Restricted Keys are intended for embedded use in Devbox-resident agents.

Tags

  • AI
  • AI Agents
  • API Keys
  • Authentication

Properties

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.

Tags

  • AI
  • AI Agents
  • Executions
  • Streaming

Properties

Common Properties

Maintainers

FN: Runloop, Inc. Email: support@runloop.ai URL: https://runloop.ai

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