AIXBT Docs

List available recipes

Returns a list of all curated AIXBT recipes available in the registry.

GET
/v2/cli/recipes

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