> For the complete documentation index, see [llms.txt](https://stores-docs.zmyle.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stores-docs.zmyle.de/hilfreich/benutzeroberlache/entwickler.md).

# Entwickler

<figure><img src="/files/zv9FhsSki2w60t9rtbVN" alt=""><figcaption></figcaption></figure>

Auf der **Entwickler**-Seite könnt Ihr API-Schlüssel verwalten, um das zmyle-System mit Euren eigenen Anwendungen oder Kassensystemen zu verknüpfen.

## **Übersicht der Funktionen**

### **Standard-Schlüssel**

* API-Schlüssel mit **vollem Zugriff** auf alle relevanten Funktionen.
* Wird häufig für **Kassensysteme** oder umfassende Integrationen genutzt.
* Erstellte Schlüssel enthalten:
  * **Erstellungsdatum**
  * **Name des Schlüssels**
  * **API-Key** und **Secret** (das Secret ist aus Sicherheitsgründen nicht vollständig sichtbar).
* Über **"Standard Schlüssel erstellen"** kann ein neuer Schlüssel generiert werden.

### **Partner-Schlüssel**

* API-Schlüssel mit **eingeschränktem Zugriff**, ideal für externe Dienstleister oder Teil-Integrationen.
* Gleiche Struktur wie Standard-Schlüssel, jedoch mit limitierten Berechtigungen.
* Über **"Partner Schlüssel erstellen"** kann ein neuer Partner-Schlüssel generiert werden.

## **Nutzungshinweise**

✅ **Speichert API-Schlüssel sicher** und teilt sie nur mit vertrauenswürdigen Partnern oder Systemen.\
✅ **Partner-Schlüssel sind sinnvoll**, wenn Ihr nur bestimmte Funktionen an externe Systeme freigeben möchtet.\
✅ **Falls ein Schlüssel kompromittiert wurde, löscht ihn sofort** und erstellt einen neuen.

Diese Seite ermöglicht es Euch, sichere und flexible Integrationen mit dem zmyle-System aufzubauen. 🚀


---

# 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:

```
GET https://stores-docs.zmyle.de/hilfreich/benutzeroberlache/entwickler.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
