# Environment Variables

This page lists the environment variables used by the client.

## Standard Variables

Typed Alchemy uses one environment variable:

```bash
ALCHEMY_API_KEY=
```

## Guidance

- keep local values in an untracked `.env` file if needed
- load them explicitly in scripts and notebooks
- document any non-obvious required variables here
