How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Runloop Benchmark API

The Benchmark API from Runloop — 25 operation(s) for benchmark.

Runloop Benchmark API is one of 24 APIs that Runloop publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 19 JSON Schema definitions.

Tagged areas include Benchmarks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 19 JSON Schemas.

This API exposes 28 operations across 25 paths, and defines 73 schemas. It is described by OpenAPI 3.2.0, at version 0.1.

Requests are made against a single base URL, https://api.runloop.ai.

28 operations 25 paths 73 schemas 15 GET13 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1
Base URL
https://api.runloop.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Runloop Benchmark API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

Paths & Operations 28

Across 25 paths, the API surfaces 28 operations — 15 GET, 13 POST. Each is listed below with its method, path, parameters, and response codes.

Benchmark 28
POST
/v1/benchmark_jobs
[Beta] Create a BenchmarkJob.
createBenchmarkJob body → 200
GET
/v1/benchmark_jobs
[Beta] List BenchmarkJobs.
listBenchmarkJobs 4 params → 200
GET
/v1/benchmark_jobs/{id}
[Beta] Get a previously created BenchmarkJob.
getBenchmarkJob 1 param → 200
GET
/v1/benchmark_runs
List BenchmarkRuns.
listBenchmarkRuns 6 params → 200
GET
/v1/benchmark_runs/{id}
Get a previously created BenchmarkRun.
getBenchmarkRun 1 param → 200
POST
/v1/benchmark_runs/{id}/cancel
Cancel a currently running Benchmark run.
cancelBenchmarkRun 1 param → 200
POST
/v1/benchmark_runs/{id}/complete
Complete a BenchmarkRun.
completeBenchmarkRun 1 param → 200
POST
/v1/benchmark_runs/{id}/download_logs
Download logs for a Benchmark run.
downloadBenchmarkRunLogs 1 param → 200
GET
/v1/benchmark_runs/{id}/scenario_runs
List started scenario runs for a benchmark run.
listBenchmarkRunScenarioRuns 5 params → 200
POST
/v1/benchmarks
Create a Benchmark.
createBenchmark body → 200
GET
/v1/benchmarks
List Benchmarks.
listBenchmarks 4 params → 200
GET
/v1/benchmarks/list_public
List Public Benchmarks.
listPublicBenchmarks 3 params → 200
GET
/v1/benchmarks/metadata/keys
List available benchmark metadata keys.
getBenchmarkMetadataKeys → 200
GET
/v1/benchmarks/metadata/keys/{key}/values
List values for a specific benchmark metadata key.
getBenchmarkMetadataValues 1 param → 200400
GET
/v1/benchmarks/runsdeprecated
List BenchmarkRuns.
listBenchmarkRunsDeprecated 6 params → 200
GET
/v1/benchmarks/runs/{id}deprecated
Get a previously created BenchmarkRun.
getBenchmarkRunDeprecated 1 param → 200
POST
/v1/benchmarks/runs/{id}/canceldeprecated
Cancel a currently running Benchmark run.
cancelBenchmarkRunDeprecated 1 param → 200
POST
/v1/benchmarks/runs/{id}/completedeprecated
Complete a BenchmarkRun.
completeBenchmarkRunDeprecated 1 param → 200
POST
/v1/benchmarks/runs/{id}/download_logsdeprecated
Download logs for a Benchmark run.
downloadBenchmarkRunLogsDeprecated 1 param → 200
GET
/v1/benchmarks/runs/{id}/scenario_runsdeprecated
List started scenario runs for a benchmark run.
listBenchmarkRunScenarioRunsDeprecated 5 params → 200
POST
/v1/benchmarks/start_run
Start a new BenchmarkRun.
startBenchmarkRun body → 200
POST
/v1/benchmarks/{id}
Update a Benchmark.
updateBenchmark 1 param body → 200
GET
/v1/benchmarks/{id}
Get a Benchmark.
getBenchmark 1 param → 200
POST
/v1/benchmarks/{id}/archive
Archive a Benchmark.
archiveBenchmark 1 param → 200403404
GET
/v1/benchmarks/{id}/definitions
Get scenario definitions for a Benchmark.
getBenchmarkScenarioDefinitions 3 params → 200
GET
/v1/benchmarks/{id}/runs
Get runs for a provided Benchmark.
getBenchmarkRuns 4 params → 200
POST
/v1/benchmarks/{id}/scenarios
Modify scenarios for a Benchmark.
updateBenchmarkScenarios 1 param body → 200
POST
/v1/benchmarks/{id}/unarchive
Unarchive a Benchmark.
unarchiveBenchmark 1 param → 200403404

Schemas 73

The contract defines 73 schemas that model the data the API accepts and returns. The most detailed are ScenarioRunView (13 properties), LaunchParameters (13 properties), ScenarioDefinitionView (13 properties), BenchmarkRunView (11 properties). Each schema is shown below with its type and property counts.

ScenarioEnvironment
object
ScenarioEnvironmentParameters specify the environment in which a Scenario will be run.
4 properties
ScenarioRunListView
object
3 properties 2 required
BenchmarkJobView
object
A BenchmarkJobView represents a benchmark job that runs a set of scenarios entirely on runloop.
9 properties 4 required
ScenarioOutcomeView
object
Outcome data for a single scenario execution, including its final state and scoring results.
7 properties 3 required
ScenarioDefinitionListView
object
3 properties 2 required
ScoringContract
object
InputContextView specifies the problem statement along with all additional context for a Scenario.
1 property 1 required
LaunchParameters
object
LaunchParameters enable you to customize the resources available to your Devbox as well as the environment set up that should be completed before the Devbox is…
13 properties
ScoringContractResultView
object
A ScoringContractResultView represents the result of running all scoring functions on a given input context.
2 properties 2 required
FileMount
object
3 properties 3 required
BrokerMount
object
6 properties 2 required
InputContext
object
InputContextView specifies the problem statement along with all additional context for a Scenario.
2 properties 1 required
LifecycleConfigurationParameters
object
Lifecycle configuration for Devbox idle and resume behavior. Configure idle policy via afteridle and resume triggers via resumetriggers.
2 properties
BenchmarkJobSpec
FailureReason
object
Information about why a scenario execution failed
2 properties 2 required
ScenarioDefinitionView
object
A ScenarioDefinitionView represents a repeatable AI coding evaluation test, complete with initial environment and scoring contract.
13 properties 6 required
BenchmarkRunListView
object
3 properties 2 required
AgentMount
object
5 properties 3 required
RunAgentConfig
AstGrepScoringFunction
object
AstGrepScoringFunction utilizes structured coach search for scoring.
4 properties 3 required
BenchmarkDefinitionListView
object
3 properties 2 required
BenchmarkDefinitionJobSpec
object
Specifies a benchmark definition with runtime configuration. The benchmark definition's scenarios will be executed using the provided agent and orchestrator co…
4 properties 3 required
ScenarioRunState
string
JobAgentConfig
object
Configuration for an agent in a benchmark job
7 properties 2 required
ScenarioDefinitionJobSpec
object
Specifies a set of scenarios with runtime configuration. The scenarios will be executed using the provided agent and orchestrator configurations.
4 properties 3 required
IdleConfigurationParameters
object
2 properties 2 required
TestBasedScoringFunction
object
TestBasedScoringFunction writes test files to disk and executes a test command to verify the solution.
3 properties 1 required
JobAgentEnvironment
object
Environment configuration for an agent in a benchmark job
2 properties
BenchmarkDefJobSource
object
Benchmark definition job source
3 properties 2 required
CustomScoringFunction
object
CustomScoringFunction is a custom, user defined scoring function.
3 properties 2 required
ScenarioRunView
object
A ScenarioRunView represents a single run of a Scenario on a Devbox. When completed, the ScenarioRun will contain the final score and output of the run.
13 properties 5 required
HarborJobSpec
object
Harbor-based job specification with inline YAML configuration.
2 properties 2 required
BuiltInScoringFunction
CodeMount
object
6 properties 3 required
Mount
RunProfile
object
5 properties
PythonScriptScoringFunction
object
PythonScriptScoringFunction will run a python script in the context of your environment as a ScoringFunction.
4 properties 2 required
MetadataKeysView
object
1 property
JobSource
ScoringFunction
object
ScoringFunction specifies a method of scoring a Scenario.
3 properties 3 required
BenchmarkRunState
string
IdleAction
string
Action to take after Devbox idle timer is triggered. shutdown: Shutdown the Devbox. suspend: Suspend the Devbox.
BenchmarkCreateParameters
object
BenchmarkCreateParameters contain the set of parameters to create a Benchmark.
7 properties 1 required
BenchmarkJobListView
object
3 properties 2 required
BenchmarkRunView
object
A BenchmarkRunView represents a run of a complete set of Scenarios, organized under a Benchmark or created by a BenchmarkJob.
11 properties 4 required
BenchmarkJobCreateParameters
object
BenchmarkJobCreateParameters contain the set of parameters to create a BenchmarkJob.
2 properties
JobOrchestratorConfig
object
Orchestrator configuration for benchmark job execution
4 properties
BenchmarkUpdateParameters
object
BenchmarkUpdateParameters contain the set of parameters to update a Benchmark. All fields are optional - null fields preserve existing values, provided fields…
7 properties
ScenarioDefinitionStatus
string
BrokerMountProtocol
string
TestFile
object
2 properties
ScenariosJobSource
object
Scenarios job source with a list of scenario definition IDs
2 properties 2 required
ValidationType
string
BashScriptScoringFunction
object
BashScriptScoringFunction is a scoring function specified by a bash script that will be run in the context of your environment.
2 properties 1 required
CommandScoringFunction
object
CommandScoringFunction executes a single command and checks the result.The output of the command will be printed. Scoring will passed if the command returns st…
2 properties 1 required
UserParameters
object
Configuration for the Linux user in the Devbox environment.
2 properties 2 required
ScoringFunctionResultView
object
A ScoringFunctionResultView represents the result of running a single scoring function on a given input context.
4 properties 4 required
Architecture
string
ResumeTriggers
object
Triggers that can resume a suspended Devbox.
2 properties
BenchmarkDefinitionView
object
A BenchmarkDefinitionView represents a grouped set of Scenarios that together form a Benchmark.
10 properties 5 required
JobSpec
object
Job specification describing scenarios and execution configuration
3 properties 2 required
StartBenchmarkRunParameters
object
4 properties 1 required
BenchmarkOutcomeView
object
Outcome data for a single benchmark run within a benchmark job, representing results for one agent configuration.
9 properties 6 required
BenchmarkStatus
string
BenchmarkScenarioUpdateParameters
object
2 properties
HarborJobSource
object
Harbor job source with inline YAML configuration
2 properties 2 required
ExternalApiAgentConfig
object
Configuration for externally-driven benchmark runs via API
2 properties 1 required
BenchmarkJobState
string
MetadataValuesView
object
2 properties
InProgressRunView
object
A lightweight view of a benchmark run currently in progress, showing basic execution details without full outcome data.
5 properties 3 required
ScoringFunctionResultViewState
string
ResourceSize
string
The size of the Devbox resources for Runloop to allocate. XSMALL: 0.5 cpu x 1GiB memory x 4GiB disk SMALL: 1 cpu x 2GiB memory x 4GiB disk MEDIUM: 2 cpu x 4GiB…
ScenarioState
string
ObjectMount
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runloop-ai-benchmark-api-openapi.yml Raw ↑

Other APIs Runloop publishes across the network.

Runloop agents API
Runloop apikeys API
Runloop axons API
Runloop Blueprint API
Runloop Blueprint-Lifecycle API
Runloop Blueprint-ObservabilityTools API
Runloop Devbox API
Runloop Devbox-FileTools API
Runloop Devbox-Lifecycle API
Runloop Devbox-NetworkTools API
Runloop Devbox-ObservabilityTools API
Runloop Devbox-PersistenceTools API
Where this information came from

This is an independent, third-party profile of Runloop Benchmark API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.