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
Example request
{
"title": "LangGraph",
"quadrant": "frameworks",
"status": "adopt"
}Response
Item successfully added to the radar.
Example response
{
"title": "LangGraph",
"quadrant": "frameworks",
"status": "adopt"
}