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:
.env
Copy
AGENTSET_API_KEY=agentset_xxxxxxxx
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.