Volt API ClientA lightweight, local-first REST API client built for Visual Studio Code. Volt API Client lets you create, organize, send, and inspect HTTP requests without leaving your editor. Its interface follows VS Code themes and interaction patterns, so API testing feels like part of your development workflow instead of a separate application.
Why Volt API Client?Beautiful, native-feeling VS Code experienceVolt API Client is designed to blend into VS Code. It adapts to your active color theme, supports native editor tabs, and provides a compact interface that stays out of the way while you work. Lightweight by designNo heavyweight desktop application and no unnecessary background services. Volt API Client focuses on the essentials of everyday API development with a fast, focused workflow. Local-first and account-freeNo sign-up, login, or cloud workspace is required. Your collections, requests, and environments remain under your control. You can store project data in a local JSON file such as: Commit it to Git, review changes with your team, or share the file directly with another developer.
FeaturesOrganize requests your way
Build HTTP requests
Authentication
Environments and variablesCreate multiple environments and switch values without editing every request. Global variables are always available, while an optional active environment can override them. Reference variables anywhere in a request using double braces: Variables can be used in URLs, parameters, headers, request bodies, and authentication fields. Hover over a variable to see its resolved value and source environment.
Inspect responses
Local Data and GitVolt API Client supports two storage modes:
To keep data with your project, add the following settings to your VS Code configuration:
The collections file contains shareable business data only. Local interaction state, such as the active environment and most recently opened request, is kept separately by VS Code and is not written into the shared file. Getting Started
You can also run Volt Client: Open from the Command Palette. PrivacyVolt API Client does not require an account and does not include telemetry or analytics. Request collections and environment data are stored locally according to your selected storage mode. Requests are sent directly from the VS Code extension host to the destination you specify. Authentication values and other secrets are stored with their request data. In file storage mode, they may be written to the configured JSON file. Do not commit or share that file until you have checked it for sensitive values. LicenseVolt API Client is proprietary software. Copyright (c) 2026 LIANG WEN TAO. All rights reserved. Personal use and internal business use are permitted under the Volt Client End User License Agreement. Modification, redistribution, resale, and unauthorized commercial exploitation are prohibited. |

