Integrations

Pull your secrets wherever your code runs (CI/CD pipelines, containers, cloud platforms) and reach the API from Go, PHP, or JavaScript.

Platforms & CI/CD

Step-by-step guides for the tools your pipeline already uses.

CLI & SDKs

A single binary for your terminal, plus native libraries for your codebase.

dotEnv CLI

A single Go binary for macOS, Linux, and Windows.

Pull, push, and run with your secrets injected, with encryption and decryption happening locally.

$ brew tap dotenvcloud/tap
$ brew install dotenv

Go SDK

Native client for Go services.

The same core client the CLI is built on, ready to embed in your Go applications.

$ go get github.com/dotenvcloud/sdk-go

PHP SDK

Composer package for PHP 8.1+.

Retrieve and decrypt secrets from your PHP applications and frameworks.

$ composer require dotenvcloud/sdk-php

JavaScript SDK

For Node.js and the browser.

TypeScript-friendly client that decrypts secrets client-side using WebCrypto.

$ npm install @dotenvcloud/sdk