# Elding ## Docs - [Commands](https://docs.elding.app/en/cli/commandes.md): Reference for Elding CLI commands. - [Configuration](https://docs.elding.app/en/cli/configuration.md): Local files and environment variables used by the CLI. - [Installation](https://docs.elding.app/en/cli/installation.md): Install the Elding CLI and sign in. - [The proxy](https://docs.elding.app/en/concepts/proxy.md): How Elding injects HTTP API keys without exposing them to your application. - [run vs proxy](https://docs.elding.app/en/concepts/run-vs-proxy.md): Two injection modes and how to choose between them. - [The cloud vault](https://docs.elding.app/en/concepts/vault.md): Where your keys are stored, encrypted, and organized. - [Introduction](https://docs.elding.app/en/introduction.md): Elding is a local gateway that injects API keys into your requests without ever exposing them to your application or AI coding agent. - [What Elding protects](https://docs.elding.app/en/protection.md): A key eventually leaks wherever it lives. Elding keeps it out of your application. - [Quickstart](https://docs.elding.app/en/quickstart.md): Go from zero to injected secrets in 60 seconds, without a .env file. - [client()](https://docs.elding.app/en/sdk/client.md): Access secrets directly from your code. - [configure()](https://docs.elding.app/en/sdk/configure.md): One code path for development and production, with automatic mode selection. - [Installation](https://docs.elding.app/en/sdk/installation.md): Install the Elding SDK. - [Production](https://docs.elding.app/en/sdk/production.md): Use the SDK without a browser in production or CI. - [secret()](https://docs.elding.app/en/sdk/secret.md): Retrieve a non-HTTP secret such as a database credential or configuration value. - [Security](https://docs.elding.app/en/security.md): Elding's security model, layer by layer. - [Keys & host locking](https://docs.elding.app/en/vault/cles.md): Your API keys, encrypted and locked to their authorized domains. - [Collaboration](https://docs.elding.app/en/vault/collaboration.md): Invite your team and manage permissions. - [Sets & environments](https://docs.elding.app/en/vault/sets.md): Organize keys by project and environment.