Automated Linux configuration management and setup powered by Klintero AI Platform.
Wintasker uses the Klintero AI Platform as its LLM backend to support configuration management, setup guidance, and repeatable automation flows in Linux environments. You provide your AI Platform API key, and the CLI connects via the OpenAI-compatible gateway.
Download the CLI and make it executable:
curl -fsSL https://dev-ai.klintero.com/developers/wintasker-cli/wintasker.run -o wintasker.run && chmod +x wintasker.run ./wintasker.run
On first run you will be prompted for OPENAI_API_KEY. Paste your
Klintero AI Platform API key and continue.
You can change the API URL and key under Settings inside the Wintasker program. Choose either OpenAI credentials or Klintero AI Platform credentials.
Klintero AI (dev): https://dev-ai.klintero.com Klintero AI (prod): https://ai.klintero.com
Set the matching API key for the provider you select (OpenAI or Klintero AI).
Start from the main developer resources for API details and examples.