---
title: "Create Cost Alert"
method: POST
path: "/costs/alerts"
tags: ["costs"]
---

# Create Cost Alert

`POST /costs/alerts`

Create a cost alert.

## Query parameters

- `alert_type` string, required
- `severity` string, required
- `message` string, required
- `cost_usd` number, nullable
- `threshold_usd` number, nullable

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.dev/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
