Run agents, test prompts, query data sources, and manage versions — all from VS Code.
Install from the VS Code Marketplace or search for PromptRails in the VS Code Extensions panel (Ctrl+Shift+X / Cmd+Shift+X).
- Agents — Execute agents with JSON input, view output and trace trees
- Prompts — Run prompts and preview rendered templates
- Data Sources — Query data sources and test connections
- Versions — View version history and promote versions
- Secure — API keys stored in VS Code's SecretStorage
- Install the extension
- Open the PromptRails panel from the Activity Bar
- Set your API key in Settings
- Start working with your resources
| Setting | Default | Description |
|---|---|---|
promptrails.apiUrl |
https://api.promptrails.ai |
API base URL |
PromptRails: Open Dashboard— Open the main panelPromptRails: Set API Key— Set your API keyPromptRails: Clear API Key— Remove stored API key
npm install
npm run compile
# Press F5 in VS Code to launch Extension Development HostMIT