For Developers

Secrets in your terminal, editor, and pipeline

Vaultixs ships a full developer toolkit alongside the consumer product. CLI, REST API, VS Code extension, and CI/CD integrations. Nothing hardcoded. Nothing on disk.

Start with the Developer plan Download CLI
Developer tools

The full toolkit, all in one plan

CLI, API, VS Code, and CI/CD integrations are all included in the Developer plan. No add-ons, no per-seat API fees.

Terminal

Vaultixs CLI

Pull secrets directly from your terminal. Pipe them into scripts, inject them as environment variables, or use them in one-off commands — all without copy-pasting.

Editor

VS Code extension

Access any vault credential from inside VS Code without switching windows or copying to your clipboard. Works with the Vaultixs workspace.

API

REST API

A clean JSON API for reading and writing secrets programmatically. Use it from any language, any platform, any automation tool.

CI/CD

CI/CD integrations

Native integrations for GitHub Actions, GitLab CI, CircleCI, and a generic webhook endpoint. Secrets are pulled at runtime — never stored in your repo.

CLI

One command to get any secret

The Vaultixs CLI is a static binary. Drop it into any environment — local, CI, container — and pull secrets by key. No SDK required.

  • Pull secrets by key name
  • Inject as environment variables
  • Run any command with secrets pre-loaded
  • Works on macOS, Linux, and Windows
# Get a secret by key
$ vaultixs get DATABASE_URL
postgres://user:pass@host:5432/db
# Inject as env variable
$ export DB=$(vaultixs get DATABASE_URL)
# Run a command with secrets injected
$ vaultixs run -- node server.js
Server running on :3000
Integrations

Works in every pipeline

Native integrations and a generic CLI that fits anywhere. Secrets never touch your repo.

GitHub Actions
Pull secrets as environment variables in any workflow step.
GitLab CI
Use the CLI in your .gitlab-ci.yml to inject secrets at runtime.
CircleCI
Orb and CLI support for secret injection in pipeline contexts.
Docker
Pass secrets as build args or runtime environment without hardcoding.
Kubernetes
Sync secrets to K8s secrets objects using the Vaultixs operator.
Any shell
The CLI is a static binary. Works anywhere bash or sh runs.

Secrets belong in your vault, not your codebase

The Developer plan includes the full CLI, REST API, VS Code extension, and CI/CD integrations. Try it free for 14 days.

Developer plan
CLI + VS CodeIncluded
REST APIIncluded
CI/CD integrationsIncluded
Price£2.49/mo