Skip to content

Generate a Terminal Command

POST
/ai/command

Turns a natural language request into shell command suggestions for the given session, without executing any of them.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

Type
HTTP (bearer)

Request Body

application/json
JSON
"string"

Responses

The generated command suggestions

application/json
JSON
{
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License