Agilix Buzz API Overview Buzz supports an application programming interface (API) for applications to interact with the system for system integration and custom learning-application development. The API was previously known as DLAP (Distributed Learning Application Protocol), or xLi (eXtensible Learning Infrastructure) API, and some reference to the older names may remain in the API documentation, names, enumerations, samples, etc. Buzz and other applications interact with the Buzz API Server using this API. There is no special access to server-side data. Even Buzz itself uses this API for all data manipulation. You can use this same API to integrate your systems with Buzz. API integrations authenticate with OAuth 2.0 Application Identity, which issues Bearer access tokens without any password. Ready-to-run sample code demonstrates the flow end-to-end. Username/password login remains only for interactive sign-in — Buzz itself, the API Console, and brief administrative steps such as the sample code's setup scripts — not for integrations. The focus of this part of the manual is to outline the API. Sample API calls are provided for most of the APIs. This documentation is also published in formats optimized for AI coding assistants and language models. If you are using an AI agent to help build an integration, see AI-Friendly Documentation for the available endpoints and how to point your agent at the documentation.