Creating a new API Key

Create an API Key

Start by creating an API Key on the dashboard, which you can use to store your API key and track your usage.

You can then store the API Key and export it as an environment variable in your development environment.

export ZEROENTROPY_API_KEY="your_api_key"

In order to use ZeroEntropy, you can simply install the official ZeroEntropy package for Python or TypeScript to get started quickly.

pip install zeroentropy