---
title: "Create recipe"
method: POST
path: "/orgs/{organization}/recipes"
tags: ["Recipes"]
---

# Create recipe

`POST /orgs/{organization}/recipes`

Create a new recipe for the organization.

Processing mode: <small><code>sync</code></small>

## Path parameters

- `organization` string, required

## Request body

- CreateRecipeRequest
  - `name` string, required
  - `user` 'root' | 'forge', required
  - `script` string, required
  - `team_id` integer

## Response `200`

`RecipeResource`

## Other responses

- `403` — Authorization error
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/mfullbrook/apis/forge.md) · [All operations](https://skmtc.net/mfullbrook/apis/forge/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mfullbrook/forge/versions/24ad66d99f93/schema)
