API Studio
API development, testing, and documentation — available as a VS Code extension and CLI tool.
Overview
API Studio is a lightweight, fast API client built for developers who live in their editor. Design, test, and document APIs without leaving VS Code.
VS Code Extension
Full API client integrated into your editor. Collections, environments, history, and mock servers.
CLI
Run collections, automate testing, and integrate with CI/CD pipelines from the command line.
Features
- REST, GraphQL, WebSocket
- Collections & Folders
- Environments & Variables
- Mock Servers
- OpenAPI Import/Export
- Pre-request & Test Scripts
- Request History
- cURL Import
- MCP Server Support
- Security Scanning
Install
VS Code
Search "API Studio" in the VS Code Extensions marketplace, or:
ext install vectored.api-studio
CLI
npm install -g @vectored/api-studio-cli
Full documentation coming soon. Check back for guides on collections, environments, scripting, and CI/CD integration.