VOLT
Modules

Volt AI

Multi-provider AI assistant integrated across the entire platform.

Volt AI is the built-in assistant, available across the workspace as a dedicated conversation surface, a floating assistant, and a contextual helper inside modules like LaTeX. It supports 13 providers and 12 tools; providers, tools, and permissions are scoped per team. Each team configures its own API keys and selects which models are available.

Volt AI Overview

Supported Providers

ProviderDescription
OpenAIGPT-4o, GPT-4, GPT-3.5, and other OpenAI models
AnthropicClaude 4, Claude 3.5, and other Anthropic models
GoogleGemini Pro, Gemini Flash, and other Google AI models
GroqUltra-fast inference for open-source models
xAI (Grok)Grok models from xAI
MistralMistral Large, Medium, Small, and open-source models
CohereCommand R+, Command R, and other Cohere models
DeepSeekDeepSeek reasoning and coding models
DeepInfraHosted open-source models with fast inference
CerebrasHigh-speed inference for open-source models
Together AIOpen-source model hosting and fine-tuning
FireworksFast inference for open-source models
OllamaSelf-hosted local models running on your own hardware

Setting Up a Provider

Volt AI requires at least one provider configured in the team integrations area.

AI Providers

Click Add Provider, set a name, and enter the API key.

Add Provider

API keys are encrypted before storage and scoped to the team that configured them.

Getting an API Key

Hosted models need an API key from the provider's developer console. Self-hosted setups like Ollama need Volt AI pointed at the appropriate base URL with the desired models enabled.

xAI API Key

Selecting Models

Select which of the provider's models are available to the team. Only enabled models appear in the Volt AI interface.

Model Selection

Chat Interface

Conversations are saved and streamed incrementally, and the same assistant follows you across tasks in the workspace.

Conversation Example

A single conversation can invoke tools to inspect and manage Docker containers and to manage its own conversations.

Conversation Example

Available Tools

Volt AI has 12 tools in 2 categories: container management and AI conversation management. Mutating tools (create, update, delete) require explicit approval before execution.

Containers (9 tools)

ToolDescription
list_containersList all Docker containers in the team
get_container_by_idGet detailed information about a specific container
create_containerCreate a new Docker container
update_containerUpdate a Docker container
delete_containerDelete a Docker container
get_container_processesList running processes in a container
get_container_statsGet resource usage stats for a container
list_container_filesList files in a container directory
read_container_fileRead a file from a container

AI Conversations (3 tools)

ToolDescription
list_conversationsList all AI conversations for the current user
update_conversationUpdate an AI conversation title
delete_conversationDelete an AI conversation

Common tasks

Set up an AI provider

  1. Open the Volt AI section from the sidebar.
  2. Click Add Provider.
  3. Enter a provider name (e.g. OpenAI Production).
  4. Paste the API key.
  5. Select the models to enable for the team.
  6. Save the provider.

The provider appears in the list and its enabled models become available across Volt AI surfaces.

Manage a container from natural language

  1. Open a Volt AI conversation.
  2. Submit a request such as List the containers in this team and show me the stats for the running one.
  3. Volt AI calls the relevant container tools and summarizes the results.
  4. For a mutating action (for example creating or deleting a container), review the proposed action and approve it when the assistant requests confirmation.
  5. The action runs through the same container system as direct execution, and changes appear in the standard container views.

Troubleshooting

If Volt AI surfaces appear but produce no results, check: provider configuration, API key validity, and enabled models for the current team.

On this page