VS Code Extensions
Keyraft

Keyraft

by Keyraft

Browse, create, and import Keyrafted secrets from VS Code

Downloads

0

Rating

(0)

Version

0.1.2

Last updated

Jul 20, 2026

Browse, create, and import secrets in Keyrafted from VS Code or Cursor.

Getting started

  1. Run a Keyrafted server (default: http://localhost:7200).
  2. Open the Keyraft view in the activity bar.
  3. Run Keyraft: Login and enter your server URL and Bearer token (from keyrafted init or container logs).

Your token is stored securely. The server URL is remembered for next time.

Browse namespaces

After login, the sidebar lists your namespaces. Click one to open a table editor with:

  • Key — entry name
  • Ver — version
  • Typeconfig or secret
  • Value — config values are shown; secrets are masked

Use Reveal and Copy on secret rows, or Copy on config values. Refresh reloads the table.

Create keys

From the namespace sidebar:

  • Click + in the view title, or
  • Right-click a namespace → Create Key

Enter the namespace, key name, value, and type (config or secret). The namespace defaults to your workspace folder name when available.

Import from .env files

Select one or more KEY=VALUE lines in any editor (comments and blank lines are skipped), then right-click and choose Add to Keyraft.

Pick a namespace — it defaults to your workspace folder name — and the selection is imported as secrets.

Log out

Run Keyraft: Logout from the command palette or the namespace view title bar.

Related extensions