> For the complete documentation index, see [llms.txt](https://docs.aikynetix.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aikynetix.app/de/version-and-update.md).

# Version und Update

### Aktuelle Version

**Version:** v1.0\
Dies ist die allererste Version der AiKYNETIX Web-API. Sie wurde gemäß der OpenAPI 3.0-Spezifikation entwickelt und verwendet JSON für den Datenaustausch. Obwohl die API vollständig dokumentiert ist und die Endpunkte zu Testzwecken funktionsfähig sind, beachten Sie bitte, dass sie noch nicht live ist.

***

### Hauptfunktionen

* **REST-API-Architektur:** Mit branchenüblichen Praktiken und JSON aufgebaut.
* **OpenAPI 3.0-Spezifikation:** Gewährleistet standardisierte Endpunkt-Definitionen und vorhersehbare Antworten.
* **Sicherheit:** Implementiert API-KEY-Token-Authentifizierung über den Authorization-Header.
* **Umfassende Endpunkte:** Umfasst Benutzerverwaltung, Sitzungsverarbeitung (Laufen, Springen, Gewichtheben), HTML-Dateioperationen und mehr.

***

### Hinweis vor dem Start

* **Beta-Status:** Diese Version ist für erste Tests und Rückmeldungen gedacht.
* **Nicht live:** Die API ist noch nicht in Produktion; erwarten Sie potenzielle Updates und Verbesserungen.
* **Rückmeldungen willkommen:** Bitte melden Sie Probleme oder Vorschläge an [info@aikynetix.com](https://app.gitbook.com/u/0CO1pdfZVDVltXGVSKad9rhZyEu2).

***

### Geplante Updates

* **Verbesserte Fehlerbehandlung & Wiederholungen:** Steigerung von Robustheit und Zuverlässigkeit.
* **Neue Endpunkte & Funktionen:** Erweiterung der Funktionalität basierend auf Entwicklerrückmeldungen.
* **Leistungsoptimierungen:** Optimierung der Antwortzeiten und Ressourcennutzung.
* **Sicherheitsverbesserungen:** Kontinuierliche Überprüfung von Authentifizierungs- und Autorisierungsmethoden.
* **Zusätzliche SDKs & Codebeispiele:** Erweiterung der Sprachunterstützung und Integrationsbeispiele.

{% hint style="info" %}
Bleiben Sie dran für zukünftige Updates, während wir unsere API verfeinern und erweitern. Ihr Feedback ist in dieser Vorstartphase essenziell.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aikynetix.app/de/version-and-update.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
