mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
35 lines
1.8 KiB
Plaintext
35 lines
1.8 KiB
Plaintext
---
|
|
title: "Getting Started"
|
|
description: "Infisical is a simple, end-to-end encrypted (E2EE) secrets manager that enables teams to sync and manage their application environment variables."
|
|
---
|
|
|
|
## Introduction
|
|
|
|
Infisical works by injecting environment variables into your application process. Because of this, Infisical works for all programing languages and platforms.
|
|
|
|
Infisical is powered by public-key cryptography to ensure that you are the only person who can access your secrets. Read more about our security [here](https://dub.sh/XocpMvT)
|
|
<Card
|
|
title="Security Brief"
|
|
icon="shield-halved"
|
|
iconType="duotone"
|
|
href="https://dub.sh/XocpMvT"
|
|
>
|
|
Learn more about our system + security here.
|
|
</Card>
|
|
|
|
|
|
### Step 1: Make an account
|
|
|
|
Head to [https://infisical.com](https://infisical.com/) to make an account and create a project. Once you've made an account, you'll be prompted to a dashboard with some placeholder environment variables. Go ahead and replace the placeholder environment variables with your environment variables from your .env file.
|
|
|
|
### Step 2 (Optional): Invite your dev team
|
|
|
|
Navigate to the “Team” tab in the left sidebar and invite your teammates to the project by submitting their emails. They'll each receive an email invitation to join the project and get access to the environment variables. A few things to note about invitations due to how our public-key cryptography works:
|
|
|
|
- If a teammate is already registered with Infisical, then they'll receive access to the environment variables immediately.
|
|
- If a teammate is unregistered with Infisical, then they'll have to request access to the environment variables once they've registered.
|
|
|
|
### Step 3: Install the CLI
|
|
The Infisical CLI will allow you to inject secrets into any environment. This includes both your local and production environments.
|
|
|