GET /api/v1/context — Maschinenlesbare Gesamtübersicht. Jede AI-Session beginnt hier.https://api.lichtreich.infoAuthorization: Bearer <API_TOKEN> (nur für schreibende Endpunkte)/api/v1/health/api/v1/projects/api/v1/dns/api/v1/context/api/v1/prompts/api/v1/prompts🔑 tokenvercel integration add neon → DATABASE_URL → migrate all projects# Neue Session starten (any provider): curl https://api.lichtreich.info/api/v1/context | jq . # Nur Staffelstab: curl https://api.lichtreich.info/api/v1/context?section=staffelstab # Provider-Routing: curl https://api.lichtreich.info/api/v1/context?section=ai # Mit gemini-cli: gemini "$(curl -s https://api.lichtreich.info/api/v1/context?section=staffelstab) — was sind die nächsten Todos?" # Mit claude: claude "Context: $(curl -s https://api.lichtreich.info/api/v1/context?section=staffelstab | jq -r .rule)"