Agilix Buzz API (DLAP / xLi)

The Buzz API is the programmable surface of the Agilix Learning Suite. It is a command-style HTTP API rather than a path-and-method REST API: every one of its 291 documented operations is issued as POST or GET {endpoint}/cmd?cmd= with a JSON (or XML) envelope in and out, and errors are carried in response.code under an HTTP 200. It manages domains, users, rights, roles, courses, enrollments, groups, items, resources, questions, submissions, teacher responses, gradebooks, objectives, announcements, discussions, wikis, licensing and reporting, and exposes a Data Stream of about 70 event types deliverable to HTTPS webhooks, Kinesis, Kinesis Firehose, SQS or email. Three production endpoint hostnames split workloads by intent — interactive, background and a deliberate failure-injection test host — each with its own processing-time budget. Authentication is OAuth 2.0 client credentials with an RSA-signed JWT client assertion; the legacy Login3 password flow is still supported but not recommended for new integrations. No OpenAPI is published.

Documentation

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/buzz-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: agilix:buzz-api
name: Agilix Buzz API (DLAP / xLi)
description: 'The Buzz API is the programmable surface of the Agilix Learning Suite. It is a command-style
  HTTP API rather than a path-and-method REST API: every one of its 291 documented operations is issued
  as POST or GET {endpoint}/cmd?cmd=<commandname> with a JSON (or XML) envelope in and out, and errors
  are carried in response.code under an HTTP 200. It manages domains, users, rights, roles, courses, enrollments,
  groups, items, resources, questions, submissions, teacher responses, gradebooks, objectives, announcements,
  discussions, wikis, licensing and reporting, and exposes a Data Stream of about 70 event types deliverable
  to HTTPS webhooks, Kinesis, Kinesis Firehose, SQS or email. Three production endpoint hostnames split
  workloads by intent — interactive, background and a deliberate failure-injection test host — each with
  its own processing-time budget. Authentication is OAuth 2.0 client credentials with an RSA-signed JWT
  client assertion; the legacy Login3 password flow is still supported but not recommended for new integrations.
  No OpenAPI is published.'
humanURL: https://api.agilixbuzz.com/docs/
baseURL: https://backgroundapi.agilixbuzz.com/cmd
image: https://cdn.prod.website-files.com/63e3df066454cf5d1a3762bf/63fcec436021ff40163c2ad8_logo.png
tags:
- Education
- Learning Management System
- K-12
- Courses
- Enrollments
- Assessment
- Gradebook
- LTI
- SCORM
- Events
- Webhooks
properties:
- type: Documentation
  url: https://api.agilixbuzz.com/docs/entry/Concept/Overview.md
- type: APIReference
  url: https://api.agilixbuzz.com/docs/all.md
- type: GettingStarted
  url: https://api.agilixbuzz.com/docs/entry/Concept/Tutorial.md
- type: Authentication
  url: authentication/agilix-authentication.yml
- type: Conventions
  url: conventions/agilix-conventions.yml
- type: ErrorCatalog
  url: errors/agilix-error-codes.yml
- type: RateLimits
  url: rate-limits/agilix-rate-limits.yml
- type: Lifecycle
  url: lifecycle/agilix-lifecycle.yml
- type: ChangeLog
  url: changelog/agilix-changelog.yml
- type: DataModel
  url: data-model/agilix-data-model.yml
- type: Webhooks
  url: asyncapi/agilix-datastream-webhooks.yml
- type: Sandbox
  url: sandbox/agilix-sandbox.yml
- type: Conformance
  url: conformance/agilix-conformance.yml
- type: X-MCPServerCandidate
  url: mcp/agilix-mcp.yml
- type: LLMsTxt
  url: llms/agilix-buzz-api-llms.txt
- type: AgentSkill
  url: skills/_index.yml