> ## Documentation Index
> Fetch the complete documentation index at: https://docs.elding.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Installe le SDK Elding.

```bash theme={null}
npm install @elding/sdk
```

<Warning>
  Utilise toujours le nom **scopé** `@elding/sdk`. `npm install elding` (sans le
  scope `@elding/`) installe un package tiers **sans aucun rapport**, pas Elding.
</Warning>

## Recommandé : `configure()`

Une seule façon d'écrire tes appels aux API HTTP, qui marche en développement et en
production. La bascule entre proxy local et accès direct est automatique.

<Card title="configure()" icon="wand-magic-sparkles" href="/fr/sdk/configure">
  Le pattern recommandé. Écris ton code une fois, déploie partout.
</Card>

<Note>
  Elding prend uniquement en charge les clés API HTTP. `DATABASE_URL`, `JWT_SECRET`,
  `REDIS_URL` et les autres variables non HTTP restent chez ton hébergeur.
</Note>
