Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zeroentropy.dev/llms.txt

Use this file to discover all available pages before exploring further.

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 / JavaScript to get started quickly.
pip install zeroentropy