mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-14 09:58:09 -05:00
57 lines
2.7 KiB
Plaintext
57 lines
2.7 KiB
Plaintext
---
|
|
title: "Platform"
|
|
---
|
|
|
|
Infisical is an [open-source](https://opensource.com/resources/what-open-source), [end-to-end encrypted](https://en.wikipedia.org/wiki/End-to-end_encryption) secret management platform that enables teams to easily store, manage, and sync secrets like API keys, database credentials, and environment variables across their apps and infrastructure.
|
|
|
|
This quickstart provides an overview of the functionalities offered by Infisical.
|
|
|
|
## Projects
|
|
|
|
Projects hold secrets for applications, which are further organized into environments such as development, testing and production.
|
|
|
|
### Secrets Overview
|
|
|
|
The secrets overview provides a bird's-eye view of all the secrets in a project and is particularly useful for identifying missing secrets across environments.
|
|
|
|

|
|
|
|
### Secrets Dashboard
|
|
|
|
The secrets dashboard lets you manage secrets for a specific environment in a project.
|
|
Here, developers can [override secrets](//project#personal-overrides), [version secrets](/documentation/platform/secret-versioning), [rollback projects to any point in time](/documentation/platform/pit-recovery), and much more.
|
|
|
|

|
|
|
|
### Integrations
|
|
|
|
The integrations page provides native integrations to sync secrets from a project environment to a [host of ever-expanding integrations](/integrations/overview).
|
|
|
|
<Tip>
|
|
Depending on your infrastructure setup and compliance requirements, you may or may not prefer to use these native integrations since they break end-to-end encryption (E2EE).
|
|
|
|
You will learn about various ways to integrate with Infisical and maintain E2EE in subsequent quickstart sections.
|
|
</Tip>
|
|
|
|

|
|
|
|
### Access Control
|
|
|
|
The members page lets you add/remove members for a project and provision them access to environments (access levels include `No Access`, `Read Only`, and `Read and Write`).
|
|
|
|

|
|
|
|
## Organizations
|
|
|
|
Organizations house projects and members.
|
|
|
|
### Organization Settings
|
|
|
|
At the organization-level, you can add/remove members and manage their access to projects.
|
|
|
|

|
|

|
|
|
|
That's it for the platform quickstart! — We encourage you to continue exploring the documentation to gain a deeper understanding of the extensive features and functionalities that Infisical has to offer.
|
|
|
|
Next, head back to [Getting Started > Introduction](/documentation/getting-started/overview) to explore ways to fetch secrets from Infisical to your apps and infrastructure. |