---
title: "POST /v1/runs/"
method: POST
path: "/v1/runs/"
tags: ["runs"]
---

# POST /v1/runs/

`POST /v1/runs/`

Create a new Agent Run.

## Request body

- CreateRun
  - `run_id` string, required
  - `name` string, required
  - `metadata` object

## Response `201`

Run created successfully.

- RunResponse — Response returned after creating a Run.
  - `id` integer — Internal numeric identifier.
  - `run_id` string
  - `name` string
  - `metadata` object
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `graph_entities` unknown
  - `is_deleted` boolean
  - `project` integer — Internal numeric identifier of the project this record belongs to.

## Changes

> 4 revisions in range; 1 could not be searched.

- **2026-08-04** `d8043b07769d` — 4 breaking, 6 info
  - the request property `name` became required
  - the response property `run_id` became optional for the status `201`
  - the `name` response property's minLength was decreased from `1` to `0` for the response status `201`
  - the `run_id` response property's minLength was decreased from `1` to `0` for the response status `201`
  - …6 more

[Change history](https://skmtc.dev/mem0/apis/mem0-api-docs/changes/v1/runs/post.md)

---

[API](https://skmtc.dev/mem0/apis/mem0-api-docs.md) · [All operations](https://skmtc.dev/mem0/apis/mem0-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mem0/mem0-api-docs/revisions/062693546f67/schema)
