/api/health
Basic availability and metadata response.
Backend path
This site now includes backend endpoints intended for Cloudflare Pages Functions. They expose site metadata, learning tracks, glossary terms, official resources, role maps, and a lightweight search API without collecting personal data.
Endpoints
/api/healthBasic availability and metadata response.
/api/siteSite metadata and dataset counts.
/api/tracksReturns both learner tracks and their intended outcomes.
/api/resourcesReturns official resources. Supports ?category=training, docs, paths, or practice.
/api/glossaryReturns glossary items. Supports ?q=field or any term search.
/api/rolesReturns role maps and role focus areas.
/api/search
Lightweight search across tracks, resources, glossary, and roles.
Supports ?q=dashboard and optional ?type=glossary,
resource, track, or role.
Security
Inference from current official platform docs: Cloudflare Pages Functions plus optional D1 or KV is the strongest fit for this project because it combines a generous free tier, custom domain support, and tight security controls without keeping a traditional VM running.