v2

latestOpenAPI 3.1.1raw.githubusercontent.com2025-08-27253.3 KB
Radar Management

Add an item to the AI Tech Radar

Add a new item to the AI Tech Radar.

post/v1/radar/items

Request body

titlestring 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.

Example request

{
  "title": "LangGraph",
  "quadrant": "frameworks",
  "status": "adopt"
}

Response

Item successfully added to the radar.

idstring required

Unique identifier for the radar item.

titlestring 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.

Example response

{
  "title": "LangGraph",
  "quadrant": "frameworks",
  "status": "adopt"
}