Skip to main content
The Cloud Shell provides a powerful command-line interface (CLI) for managing and interacting with your 4Minds resources. Access it directly from the platform to execute commands, query models, and manage your AI workflows.

Accessing Cloud Shell

To open Cloud Shell, click the terminal icon in the top right corner of the screen, next to the notifications icon. Screen Shot2025 10 31at7 45 40PM Pn

Getting Help

Get help for specific command categories:
help --models         # Model management commands
help --datasets       # Dataset management commands
help --chat           # Chat and conversation commands
help --personas       # Persona commands

General Commands

Essential commands for navigating and using the Cloud Shell:
CommandDescriptionShortcut
whoamiShow current user information-
apiShow available API endpoints-
clearClear terminal screenCtrl+L
exitClose terminalEsc

Quick Start

Get started quickly with these common commands:

List your Models

models
View all AI models in your account.

List your Datasets

datasets
View all datasets available in your account.

Chat with a Model

chat <model-id> <prompt>
Start an interactive chat session with a specific model. Replace <model-id> with your model’s identifier and <prompt> with your message. Example:
chat my-chatbot-model "What are the key features of 4Minds?"

Command Syntax

For detailed command syntax and options, use the help flag with the specific category:
help --<category>
Replace <category> with models, datasets, chat, or personas to see detailed documentation for that command group.