Mixed

Aula-AI.d

Open-source FastAPI + Dash sample app with an Aula client that calls Aula's private web API after username/password login.

About

Community repository by A-Hoier (GitHub: A-Hoier/Aula-AI.d). Ships a local FastAPI backend with a `/chat` endpoint, a Dash chat UI, a research agent, and an `aula_agent` backed by `AulaClient`: it walks the browser-style UNI-login HTML form flow, keeps a `requests` session, then calls undocumented `https://www.aula.dk/api/v*` JSON endpoints (profiles, messaging threads, presence, calendar-style data). Described upstream as a sample for testing agent capabilities. Not affiliated with Aula or the ministry.

Agent Use Cases

  • 01Study how a session-based client can wrap Aula's private HTTP API for agent demos
  • 02Prototype read-only flows (messages, presence, profiles) behind explicit human-operated credentials
  • 03Run the bundled chat UI locally against Azure OpenAI or Anthropic with the Aula agent selected

Notes

Unofficial reverse-engineered access to Aula's web API — endpoints and API versions can change without notice. The sample client uses a username/password login path (UNI-login-style); it is not a MitID automation pattern and must not be presented as one. School data involves minors: use only with lawful basis, institutional consent, and strict human-in-the-loop supervision. Aula terms of use may prohibit automated access; verify before any production use.

Something wrong or missing? Edit this entry on GitHub

More in Education