---
title: "Add new startup script"
method: POST
path: "/v1/scripts"
tags: ["Startup Scripts"]
---

# Add new startup script

`POST /v1/scripts`

## Request body

- AddScriptDto
  - `name` string, required — Script name
  - `script` string, required — Script content

## Response `201`

Returns the ID of the newly created script

---

[API](https://skmtc.dev/datacrunch/apis/verda-cloud-public-api.md) · [All operations](https://skmtc.dev/datacrunch/apis/verda-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datacrunch/verda-cloud-public-api/revisions/f606ce8064ab/schema)
