Execute raw command

Executes a raw CLI command string directly without predefined command structure. Accepts command parameters via query string or request body. Use with caution as this provides direct command execution access.

Responses
  • 200

    Success

Request Example for post/commands/v1/execute-raw-command
curl https://cli.wseng.ai/commands/v1/execute-raw-command \
  --request POST \
  --header 'x-api-key: YOUR_SECRET_TOKEN'
No Body