v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0118044135.0 KB
vibecodeconnector

Creates a catalog item owned by the current REST user

post/vibecodeconnector.catalog.item.add

Request body

titlestring required
typestring required
accessTypestring required
descriptionstring
editUrlstring
viewUrlstring
chatIdinteger
externalIdstring
issstring

Example request

{
  "title": "string",
  "type": "string",
  "accessType": "string",
  "description": "string",
  "editUrl": "string",
  "viewUrl": "string",
  "chatId": 1,
  "externalId": "string",
  "iss": "string"
}

Response

Success response