Generate AI Command
POST
/ai/generate
Generates shell commands or scripts based on natural language prompts using AI assistance.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"prompt": "string"
}
Responses
Generated command or script
application/json
JSON
{
}