ZeroEntropy home page
Search...
⌘K
Support
Community
Dashboard
Dashboard
Search...
Navigation
Examples
Set Up
Documentation
API Reference
Home page
Dashboard
Slack Community
Discord Community
Blog
Get Started
Introduction
Core Concepts
Quickstart
Examples
Set Up
Upload
Query
Metadata Filtering
Architecture
Models
On this page
Creating a new API Key
Examples
Set Up
Setting up ZeroEntropy
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.
MacOS/Linux
Windows
Copy
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.
Python
TypeScript
Copy
pip install zeroentropy
Quickstart
Upload
Assistant
Responses are generated using AI and may contain mistakes.