Configuring WISO

To enable and use the WISO module in PruTAN, configure your LLM provider and model from the Settings module under the Integrations section. This setup connects WISO to an AI service and selects the model used for script execution.

Accessing Integration Settings

  1. Open the Settings module from the side navigation.
  2. Scroll to the Integrations section.
  3. Find the WISO Configuration integration and make sure it is Enabled, then click its settings (sliders) icon to open the configuration dialog.

Image: Integrations Overview

Configuring the Provider

In the WISO Configuration dialog, choose the LLM provider that WISO should connect to.

Supported Providers:

  • Anthropic (Claude models)
  • OpenAI (GPT models)
  • Gemini (Google models)
  • Ollama (locally hosted open models)
  • Custom (any OpenAI-compatible endpoint)

Image: Provider Selection

Selecting the Model

After choosing a provider, pick a model from the Model dropdown. The available models depend on the selected provider — for example, Anthropic offers claude-4.5-opus, claude-4.5-sonnet, claude-4.5-haiku, claude-3.7-sonnet, claude-3-opus, claude-3-sonnet, and claude-3-haiku, plus a custom option.

Image: Model Selection

To complete the configuration:

  1. Select the Provider from the dropdown.
  2. Select the Model for that provider.
  3. Provide the Base URL for the provider's API (pre-filled for known providers, e.g. https://api.anthropic.com).
  4. Enter your API Key.
  5. Click Save.
  6. Ensure the WISO Configuration integration is toggled Enabled.

You can switch the provider or model at any time without affecting existing scripts.

Authentication and Security

Keep your API keys secure. PruTAN stores the key with the integration and masks it in the form; it is not shared externally. Rotate keys regularly as a security best practice.

Testing the Configuration

After setup, run a simple script in the WISO module to verify connectivity and model selection. If you encounter issues, check:

  • API key validity
  • Base URL correctness for the selected provider
  • Network connectivity
  • Provider service status

Once configured, head back to the WISO module to write and run AI-powered scripts. For further assistance, contact support.