List available recipes
Returns a list of all curated AIXBT recipes available in the registry.
Response Body
application/json
curl -X GET "https://api.aixbt.tech/v2/cli/recipes"{
"status": 200,
"data": [
{
"name": "string",
"version": "string",
"description": "string",
"paramCount": 0
}
]
}