---
title: "Create Custom Script"
method: POST
path: "/api/actions/custom-script"
tags: ["actions"]
---

# Create Custom Script

`POST /api/actions/custom-script`

Create a custom script action.

## Request body

- CreateCustomScriptRequest — Request to create a custom script action.
  - `name` string, required
  - `description` string, nullable
  - `script_code` string, required
  - `script_prompt` string, nullable
  - `script_inputs` object, nullable
  - `credential_keys` string[], nullable
  - `approval_mode` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/versions/2e2a6de8aeda/schema)
