Skip to main content

Getting 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:
  1. Open Workspace Settings from the left sidebar
  2. Click on APIs
  3. Your Bot ID will be displayed on this page

2. Generate Your API Key

If you don’t have an API key yet:
  1. Click the Modify API button on the APIs page
  2. You’ll be redirected to your Account Settings
  3. In Account Settings, click Generate New API Key
  4. Your new API key will be displayed
  5. Copy and save it securely (you won’t be able to see it again)

3. Return to APIs Page

After generating your API key:
  1. Navigate back to Workspace Settings → APIs
  2. Both your Bot ID and API Key will now be visible
  3. 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.