Shieldpath

Machine-to-machine .env sharing for GitHub teams.

Don’t paste secrets — tell your AI to pull them.

Stop getting stuck shipping secrets over chat or hardware. Save once into Shieldpath — then you (or your AI) pull the same file onto any computer with the CLI. You never need to open the file yourself.

No Slack paste
No email .env
No USB copy
Just tell AI
Laptop A → vault → Laptop Bdocs/AI_ENV_SYNC.md

Don’t paste secrets — tell your AI to pull them.

Stop pasting
Vault holds it
Tell AI / CLI
On that PC

env sync — The old way breaks (1/6)

Teammate asks for .env

Slack · Email · USB

|

Broken sharing

Secrets leak · versions drift

Waiting on this machine…

Waiting for sync…

Env lives on one computer first

What you're getting

Machine-to-machine secret sharing — vault + CLI + AI docs so humans don't have to touch the file.

One machine → every machine

Save the env once where it already works. Teammates pull the same file onto their laptops with the CLI.

Or just tell your AI

Drop docs/AI_ENV_SYNC.md in the repo. Cursor (or any agent) runs hafiz fetch / scan — you never open the secrets.

Tied to GitHub repos

Each vault entry maps to a real repository — so folder names and projects stay aligned.

Vault, not chat or USB

Encrypted in Shieldpath. Replace Slack pastes, email zips, and USB sticks with one pull command.

Leave these behind

Slack

No pasting .env in channels

Email

No zipping secrets to inboxes

USB

No walking files desk to desk

Manual hunt

No digging old laptops for keys

For AI agents

Don’t paste secrets — tell your AI to pull them.

Ship docs/AI_ENV_SYNC.md (and AGENTS.md) with your repo. When someone says “pull my env”, the agent runs hafiz fetch / hafiz scan — no human copy-paste.

# What your AI should run
npm i -g @ali0548/cli
hafiz login
hafiz fetch checkout-web --out .env.local
# or whole workspace:
hafiz scan --file .env.local --mode update

Computer → vault → computer (or AI)

  1. 01

    Laptop A

    Working .env for a GitHub repo already exists.

  2. 02

    Save to Shieldpath

    Portal encrypts it and ties it to that repository.

  3. 03

    Laptop B · login

    hafiz login once — or your AI prompts you to approve.

  4. 04

    You or AI pull

    hafiz fetch / scan writes .env.local — no Slack.

Stop copying .env by hand

Open the portal, store once, install @ali0548/cli. Tell AI to pull.

Create account