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"
}

Changes

Changed in 1 of the 2 revisions of this API.288

  • v1f470f922345d288See the full diff
    • request property quadrant was restricted to a list of enum values

      request-property-became-enum

    • request property status was restricted to a list of enum values

      request-property-became-enum

    • added the new adopt enum value to the status response property for the response status 201

      response-property-enum-value-added

    • added the new assess enum value to the status response property for the response status 201

      response-property-enum-value-added

    • added the new frameworks enum value to the quadrant response property for the response status 201

      response-property-enum-value-added

    • added the new hold enum value to the status response property for the response status 201

      response-property-enum-value-added

    • added the new platforms enum value to the quadrant response property for the response status 201

      response-property-enum-value-added

    • added the new techniques enum value to the quadrant response property for the response status 201

      response-property-enum-value-added

    • added the new tools enum value to the quadrant response property for the response status 201

      response-property-enum-value-added

    • added the new trial enum value to the status response property for the response status 201

      response-property-enum-value-added

    • added the new adopt enum value to the request property status

      request-property-enum-value-added

    • added the new assess enum value to the request property status

      request-property-enum-value-added

    • added the new frameworks enum value to the request property quadrant

      request-property-enum-value-added

    • added the new hold enum value to the request property status

      request-property-enum-value-added

    • added the new platforms enum value to the request property quadrant

      request-property-enum-value-added

    • added the new techniques enum value to the request property quadrant

      request-property-enum-value-added

    • added the new tools enum value to the request property quadrant

      request-property-enum-value-added

    • added the new trial enum value to the request property status

      request-property-enum-value-added