AI Agent - API

🌐 Overview

The AI Agent API allows you to connect your AI Agent to external platforms, enabling automated conversations, lead generation, and scheduling tasks across different channels. Your API Token/Key is a private string of letters and numbers used to authenticate your API requests. Never share your API key publicly. If your key is exposed, generate a new one immediately. Please note: anything using the old key will stop working.

✅ Example Use Case:

  • Integrate your AI Agent with Facebook Messenger to automatically chat with users and guide them toward booking a meeting.

🔑 Example API Key:

ba534d4274523452345da0e99345a67000

🔐 Bot API Authentication

The API uses standard HTTP Authentication headers to securely authorize requests.

📄 Authorization Format:

Authorization: Token {api_key}

  • Replace {api_key} with your unique API token.
  • This token ensures secure communication between your platform and the AI Agent.

✅ How to Use Your API Key (Header Format)

When making API requests, your API key is passed in the Authorization header exactly like this:

Authorization: Token ba534d4274523452345da0e99345a67000

This must be formatted precisely or the authentication will fail.


💡 Tip: Use this API to expand your AI Agent’s capabilities across websites, apps, social platforms, or CRMs — automating tasks like customer support, lead collection, and appointment setting.

⚠️ Important Reminder:

  • Keep your API key secure
  • Replace it immediately if exposed
  • Always double-check the correct header format before testing