---
title: "Create resources"
method: POST
path: "/v1beta1/resources"
tags: ["Resources"]
---

# Create resources

`POST /v1beta1/resources`

Create one or more Kargo resources from YAML or JSON manifests.

## Response `201`

Created successfully

- CreateResourceResponse
  - `results` CreateResourceResult[]
    - `createdResourceManifest` object
    - `error` string

## Other responses

- `409` — Conflict

## Changes

- **2026-06-09** `614b87c4a028` — 1 info
  - added the non-success response with the status `409`
- **2026-01-26** `8e23b9a3b483` — 1 info
  - removed the non-success response with the status `409`

[Change history](https://skmtc.dev/akuity/apis/kargo-api/changes/v1beta1/resources/post.md)

---

[API](https://skmtc.dev/akuity/apis/kargo-api.md) · [All operations](https://skmtc.dev/akuity/apis/kargo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akuity/kargo-api/revisions/0f8ad1e7e8ae/schema)
