---
title: "Create local runner job"
method: POST
path: "/v1/private/local-runners/jobs"
tags: ["Runners"]
---

# Create local runner job

`POST /v1/private/local-runners/jobs`

Create a local runner job and enqueue it for execution

## Request body

- CreateLocalRunnerJobRequest
  - `agent_name` string, required
  - `inputs` JsonNode
  - `project_id` string, uuid, required
  - `mask_id` string, uuid — Deprecated. Use prompt_masks to pass one or more mask overlays keyed by prompt id.
  - `prompt_masks` object — Mask overlays to apply during agent execution, keyed by prompt id.
  - `blueprint_name` string
  - `metadata` LocalRunnerJobMetadata
    - `dataset_id` string, uuid
    - `dataset_version_id` string, uuid
    - `dataset_item_version_id` string, uuid
    - `dataset_item_id` string, uuid

## Response `201`

Job created

## Other responses

- `404` — Not found
- `409` — Conflict

## Changes

- **2026-05-19** `f93aac27fb6e` — 2 info
  - added the new optional request property `prompt_masks`
  - request property `mask_id` deprecated
- **2026-05-04** `d606e84c75e4` — 1 warning, 1 info
  - removed the request property `prompt_masks`
  - request property `mask_id` reactivated

[Change history](https://skmtc.dev/comet-ml/apis/opik-rest-api/changes/v1/private/local-runners/jobs/post.md)

---

[API](https://skmtc.dev/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.dev/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/comet-ml/apis/opik-rest-api/revisions/4baa2ed0236f?raw)
