---
title: "Add an item to the AI Tech Radar"
method: POST
path: "/v1/radar/items"
tags: ["Radar Management"]
---

# Add an item to the AI Tech Radar

`POST /v1/radar/items`

Add a new item to the AI Tech Radar.

## Request body

- object
  - `title` string, required — Title of the radar item.
  - `quadrant` 'techniques' | 'tools' | 'platforms' | 'frameworks', required — Quadrant the radar item is in.
  - `status` 'adopt' | 'trial' | 'assess' | 'hold', required — Status of the radar item.

## Response `201`

Item successfully added to the radar.

- RadarItem
  - `id` string, required — Unique identifier for the radar item.
  - `title` string, required — Title of the radar item.
  - `quadrant` 'techniques' | 'tools' | 'platforms' | 'frameworks', required — Quadrant the radar item is in.
  - `status` 'adopt' | 'trial' | 'assess' | 'hold', required — Status of the radar item.

## Other responses

- `400` — Bad request.
- `500` — Internal server error.

## Changes

- **2025-08-27** (v1) `f470f922345d` — 2 breaking, 8 warning, 8 info
  - request property `quadrant` was restricted to a list of enum values
  - request property `status` was restricted to a list of enum values
  - added the new `adopt` enum value to the `status` response property for the response status `201`
  - added the new `assess` enum value to the `status` response property for the response status `201`
  - …14 more

[Change history](https://skmtc.dev/defra/apis/ai-tech-radar-api/changes/v1/radar/items/post.md)

---

[API](https://skmtc.dev/defra/apis/ai-tech-radar-api.md) · [All operations](https://skmtc.dev/defra/apis/ai-tech-radar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/defra/ai-tech-radar-api/revisions/f470f922345d/schema)
