.env
Overview
API Keys
Learn how API keys work on Agentset.
API keys allow you to access Agentset programmatically. Use them to integrate Agentset into your application via the SDK or REST API.
Each API key is scoped to a specific organization, so you can safely use it without exposing access to other organizations.
API keys follow this format:
Store your API key securely in your app’s server-side code (such as in an environment variable). Don’t expose it on a website or client-side code.
