Agilix Labs, Inc. is a K-12 education technology company in Orem, Utah that builds the Agilix Learning Suite — a white-label, multi-tenant set of products schools, districts, virtual and online schools and curriculum publishers use to author, deliver and assess online and blended learning. The suite is Buzz (the learning management system), TutorKit (tutoring program management), Publish Anywhere (LTI-based content distribution to any LMS), Dawn (mobile, offline-capable delivery) and BusyBee (an AI teaching assistant built into Buzz). Agilix has built learning technology for more than 25 years and reaches millions of teachers and students in 20+ languages across 200+ countries, running on AWS. Its public developer surface is the Buzz API — also called DLAP or xLi — a command-style HTTP API with 291 documented commands covering domains, users, courses, enrollments, items, questions, submissions, gradebooks, objectives, rights and licensing, plus a configurable Data Stream event feed with roughly 70 event types and five delivery targets including HTTPS webhooks. Buzz is a 1EdTech LTI 1.3 / LTI Advantage platform and exchanges SCORM run-time data. Authentication is OAuth 2.0 client credentials with a JWT client assertion (RFC 6749 + RFC 7523) against an Application Identity account. Agilix publishes an llms.txt for both its corporate site and its API documentation, an ai-plugin.json manifest on two API hosts, weekly dated release notes, and seven first-party sample client libraries on GitHub — but no OpenAPI, no MCP server and no agent card.
Agilix publishes 1 API on the APIs.io network. Tagged areas include Company, Education, EdTech, Learning Management System, and K-12.
The Agilix catalog on APIs.io includes 1 event-driven AsyncAPI specification.
Agilix’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, product news, and 21 more developer resources.
Regulatory Posture applies to this provider. Its tags matched the
Education & Research regime, so
Regulatory Posture carries 15 points of the composite.
If this regime is wrong for your business, say so on your
provider repo — the
applicability map is public and we will correct it.
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for
this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero:
never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and
several others — scorable at all.
The six quality facets above are damped to 85 points between them,
because the conditional facet above carries the other
15. That is why each facet's contribution is shown against a damped
maximum: raising a quality facet moves the composite by 85% of its nominal
weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/agilix: open an issue to ask a question, or submit a pull request to add artifacts.
Submit an artifact on GitHub — free →Manage your own listing — the Influence plan, $499/mo →
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 ope...
aid: agilix
name: Agilix
description: Agilix Labs, Inc. is a K-12 education technology company in Orem, Utah that builds the Agilix Learning Suite
— a white-label, multi-tenant set of products schools, districts, virtual and online schools and curriculum publishers use
to author, deliver and assess online and blended learning. The suite is Buzz (the learning management system), TutorKit
(tutoring program management), Publish Anywhere (LTI-based content distribution to any LMS), Dawn (mobile, offline-capable
delivery) and BusyBee (an AI teaching assistant built into Buzz). Agilix has built learning technology for more than 25
years and reaches millions of teachers and students in 20+ languages across 200+ countries, running on AWS. Its public developer
surface is the Buzz API — also called DLAP or xLi — a command-style HTTP API with 291 documented commands covering domains,
users, courses, enrollments, items, questions, submissions, gradebooks, objectives, rights and licensing, plus a configurable
Data Stream event feed with roughly 70 event types and five delivery targets including HTTPS webhooks. Buzz is a 1EdTech
LTI 1.3 / LTI Advantage platform and exchanges SCORM run-time data. Authentication is OAuth 2.0 client credentials with
a JWT client assertion (RFC 6749 + RFC 7523) against an Application Identity account. Agilix publishes an llms.txt for both
its corporate site and its API documentation, an ai-plugin.json manifest on two API hosts, weekly dated release notes, and
seven first-party sample client libraries on GitHub — but no OpenAPI, no MCP server and no agent card.
url: https://raw.githubusercontent.com/api-evangelist/agilix/refs/heads/main/apis.yml
image: https://cdn.prod.website-files.com/63e3df066454cf5d1a3762bf/63fcec436021ff40163c2ad8_logo.png
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-09-12'
modified: '2026-09-12'
tags:
- Company
- Education
- EdTech
- Learning Management System
- K-12
- Online Learning
- Tutoring
- Assessment
- LTI
- SCORM
- Artificial Intelligence
- Events
apis:
- 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
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
- FN: APIs.json
email: info@apis.io
common:
- type: VulnerabilityDisclosure
url: security/agilix-vulnerability-disclosure.yml
- type: DomainSecurity
url: security/agilix-domain-security.yml
- type: Website
url: https://www.agilix.com/
- type: DeveloperPortal
url: https://api.agilixbuzz.com/docs/
- 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: GitHubOrganization
url: https://github.com/AgilixLabs
- type: SDKs
url: packages/agilix-packages.yml
- type: Packages
url: packages/agilix-packages.yml
- type: Support
url: https://support.agilix.com/hc/en-us
- type: HelpCenter
url: https://support.agilix.com/hc/en-us
- type: ContactUs
url: https://www.agilix.com/contact-us
- type: Blog
url: https://www.agilix.com/blog
- type: PrivacyPolicy
url: https://www.agilix.com/privacy
- type: Plans
url: plans/agilix-plans-pricing.yml
- type: Compliance
url: conformance/agilix-conformance.yml
- type: Conformance
url: conformance/agilix-conformance.yml
- type: WellKnown
url: well-known/agilix-well-known.yml
- type: LLMsTxt
url: llms/agilix-llms.txt
- type: Deprecation
url: lifecycle/agilix-lifecycle.yml
- type: Accessibility
url: https://www.agilix.com/accessibility
- type: Partners
url: https://www.agilix.com/partners
- type: Integrations
url: https://www.agilix.com/integrations
- type: News
url: https://www.agilix.com/news-and-press
- type: TrustCenter
url: security/agilix-trust-center.yml
- type: Security
url: security/agilix-vulnerability-disclosure.yml
- type: Webhooks
url: asyncapi/agilix-datastream-webhooks.yml
x-enrichment:
date: '2026-09-12'
status: enriched
artifacts_added: 24
pass: local-v3
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.