Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.enkryptify.com/llms.txt

Use this file to discover all available pages before exploring further.

Most teams start with an .env file. Importing that file is the fastest way to see Enkryptify working with real secrets.

Before you start

  • Create a workspace and project
  • Keep your .env file local
  • Do not commit the file to git

Import from the dashboard

1

Open your project

In the dashboard, open the project that matches your app or service.
2

Open Add secrets

Click Add secrets, then choose Import .env.
3

Select environments

Choose the environments that should receive these values. For a local .env, this is usually development.
4

Review and save

Check the parsed keys, remove anything you do not want to manage in Enkryptify, then save.

Run locally

After importing, install and authenticate the CLI:
ek login
ek setup
Then run your app:
ek run -- npm run dev
Replace npm run dev with your normal start command.

Next steps