---
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.

---

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