Documentation Index
Fetch the complete documentation index at: https://docs.agentset.ai/llms.txt
Use this file to discover all available pages before exploring further.
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:
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.
Create an API key
Create an account
Sign up and create an organization. Create an API key
Navigate to Settings → API Keys → New API Key.Copy your API key and store it in a safe place—you won’t be able to see it again. Use your API key
Use your API key with the SDK or include it as a bearer token in API requests:Authorization: Bearer agentset_xxxx