Skip to main content

Telex for Developers

This section is for engineers building Telex-integrated applications, clients, and advanced agents. It covers everything from authentication and real-time notifications to programmatic access to TelexDB and Telex AI.

Whether you're creating a custom desktop client, wiring up a backend integration, or building a high-performance agent, this guide walks you through the core systems that power Telex under the hood.


🧠 What You'll Learn​

  • How to authenticate with Telex and manage tokens securely
  • How to subscribe to real-time notifications using Centrifugo
  • How to handle incoming push events and trigger native alerts
  • How to build Telex clients using C++, Python, or other languages
  • How to use TelexDB for structured agent data
  • How to integrate Telex AI into your workflows
  • How to manage agent lifecycles, secrets, and deployment

🧩 Who This Is For​

  • Backend engineers integrating Telex into existing systems
  • Developers building custom Telex clients or SDKs
  • Agent creators who need deeper control beyond the UI
  • Anyone working with Telex APIs, WebSocket transport, or event-driven logic