Skip to main contentGetting Your API Credentials
To authenticate with AQL’s AI APIs, you need two pieces of information:
- Bot ID: Your workspace identifier
- API Key: Your authentication token
Step-by-Step Guide
1. Access the APIs Page
Navigate to your workspace and access the APIs section:
- Open Workspace Settings from the left sidebar
- Click on APIs
- Your Bot ID will be displayed on this page
2. Generate Your API Key
If you don’t have an API key yet:
- Click the Modify API button on the APIs page
- You’ll be redirected to your Account Settings
- In Account Settings, click Generate New API Key
- Your new API key will be displayed
- Copy and save it securely (you won’t be able to see it again)
3. Return to APIs Page
After generating your API key:
- Navigate back to Workspace Settings → APIs
- Both your Bot ID and API Key will now be visible
- Copy both credentials for use in your API requests
Security Best Practices
- Never share your API key publicly or commit it to version control
- Rotate your API key regularly
- Store credentials securely using environment variables or secret management tools
What’s Next?
Once you have your credentials, you’re ready to start making API calls:
- Browse the Endpoints to find the API that fits your use case
- Check the code examples in each endpoint for implementation details
- Test your integration using the provided request/response samples
Need Help?
For detailed information about managing your credentials, see APIs & Credentials.