---
title: "Create a runner"
method: POST
path: "/v0/runners"
tags: ["runners"]
---

# Create a runner

`POST /v0/runners`

➕ Bencher Plus: Create a new runner on the server. The user must be an admin to use this endpoint. Returns the runner key which is only shown once.

## Request body

- JsonNewRunner — Create a new runner
  - `name` string, required
  - `slug` string

## Response `201`

successful creation

- JsonRunnerKey — Runner key response (returned on create or rotate)
  - `key` string, required
  - `uuid` string, uuid, required

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/bencherdev/apis/bencher-api.md) · [All operations](https://skmtc.net/bencherdev/apis/bencher-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bencherdev/bencher-api/revisions/84086e99e6cd/schema)
