DevZero Logo
DevZero

Get all available commands

GET
/suggest/v3
/suggest/v3
curl -X GET "https://api.devzero.io/backend/v0/suggest/v3"

Array of commands

{
  "suggestions": [
    {
      "provider": "string",
      "suggestions": [
        {
          "confidence": "HIGH",
          "step": "string",
          "step_description": "string",
          "step_name": "string",
          "step_phase": "build"
        }
      ]
    }
  ]
}