Component Overview
Wherobots’ Agentic Tools consist of the following components that work together to provide our agentic experience:MCP Server
MCP Server
Agent Skills
Agent Skills
Wherobots CLI
Wherobots CLI
Why use Wherobots’ agentic tools?
Wherobots’ agentic tools connect your AI assistant to Wherobots Cloud and your local development environment so you can interact with your spatial data, catalogs, and jobs in a more intuitive way.Explore your spatial catalog conversationally
Explore your spatial catalog conversationally
Generate Spatial SQL without memorizing functions
Generate Spatial SQL without memorizing functions
Submit and monitor Wherobots jobs from your editor
Submit and monitor Wherobots jobs from your editor
Get Wherobots-aware AI assistance
Get Wherobots-aware AI assistance
wherobots CLI commands, valid MCP tool calls, and accurate notebook code on the first try.Before you start
The following prerequisites are required:- Visual Studio Code version 1.85 or later.
- A Wherobots Account within a Professional, Innovation, or Enterprise Organization. See Create a Wherobots Account.
Organization Availability: Available to all Wherobots Organization Editions (Professional, Innovation, and Enterprise).
- Active GitHub Copilot subscription (for AI-assisted features).
Install the extension
Run the following command in your terminal:Configure the extension
After installation, connect to Wherobots Cloud by signing in from your browser (OAuth) or setting an API key.Open the Command Palette
>wherobots:.
Sign in to Wherobots
Wherobots: Sign In to start the OAuth flow. A browser window opens for you to sign in to Wherobots and select your Organization; when you’re done, return to your editor.To sign out at any time, run Wherobots: Sign Out from the Command Palette.
Wherobots: Set API Key and enter your existing or newly created Wherobots API key when prompted, then press Enter. If you don’t have a key yet, click Wherobots: Generate API Key on Wherobots Cloud to create one first.Verify the installation
To confirm the extension is installed and configured correctly:Open the Command Palette
>wherobots:.
Confirm available commands
Wherobots: Sign InWherobots: Sign OutWherobots: Set API KeyWherobots: Create WorkspaceWherobots: Submit JobWherobots: Refresh WorkspacesWherobots: Open SettingsWherobots: Install Jupyter Extension
MCP Server and Agent Skills

The Wherobots extension sidebar showing the Create Workspace button. Specific UI details vary by editor.
Pin the extension
Select the extension

The Activity Bar context menu with the Wherobots extension checked. Specific UI details vary by editor.
Verify installation
- Open GitHub Copilot Chat via View > Chat.
- Select Agent as the chat mode from the dropdown at the top of the chat panel.

- Select an advanced model (Claude Opus, Claude Sonnet, GPT Codex, or Gemini Pro) for best results.
- Ask a test question:
- If successful, the assistant will confirm it is using the Wherobots MCP server (showing
Ran list_catalogsor a similar tool) and display your available tables.

