> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/de/apps-integrations/api-and-building-apps.md).

# API und Apps entwickeln

Sesami bietet öffentlichen API-Zugriff und eine App-Plattform und gibt Entwicklern die Werkzeuge, um Sesami zu erweitern und benutzerdefinierte Integrationen zu erstellen.

## API-Zugriff

Mit der API von Sesami können Sie Sesami in Ihre eigenen Systeme und Workflows integrieren:

* **Aufgaben automatisieren** — Buchungsdaten mit externen Systemen synchronisieren
* **Benutzerdefinierte Integrationen erstellen** — Sesami mit Ihrem CRM, ERP oder internen Tools verbinden
* **Daten synchronisieren** — Termin-, Service- und Ressourcendaten in Ihre eigenen Plattformen übertragen
* **Benutzerdefinierte Buchungsabläufe erstellen** — maßgeschneiderte Erlebnisse mit dem Sesami SDK erstellen

Alle Sesami-Pläne beinhalten **API- und SDK-Zugriff**.

{% hint style="success" %}
API-Dokumentation: [sesami.dev](https://sesami.dev)
{% endhint %}

## Sesami Apps

Mit Sesami Apps können Sie eingebettete Erlebnisse erstellen, die direkt im Sesami Admin-Portal und innerhalb des Buchungsablaufs ausgeführt werden.

### Was Sesami Apps können

* **Integration in das Admin-Portal** — eine Einstellungs-/Konfigurationsseite hinzufügen, auf der Händler Ihre App verwalten
* **Erweiterungen des Buchungsablaufs** — Funktionen an bestimmten Punkten im Buchungserlebnis des Kunden bereitstellen (z. B. Daten während der Buchung erfassen, Informationen in Termindetails anzeigen)
* **Arbeitsabläufe verbessern** — Sesamis Funktionen mit benutzerdefinierten Features erweitern

### Beispiel: Sesami Forms App

den [Sesami Forms App](/de/apps-integrations/sesami-forms-app.md) ist ein großartiges Beispiel — sie bindet ein Formular zur Datenerfassung direkt in den Buchungsablauf ein und erfasst Kundendaten während des Buchungsprozesses.

### Öffentliche und private Apps

* **Private Apps** — für einen bestimmten Shop oder für die interne Nutzung entwickelt
* **Öffentliche Apps** — über den Sesami App Store teilbar

{% hint style="success" %}
Erfahren Sie, wie Sie Sesami Apps erstellen: [sesami.dev/docs/sesami-apps/intro](https://sesami.dev/docs/sesami-apps/intro/)
{% endhint %}

## Erste Schritte

1. Sehen Sie sich die API- und App-Dokumentation an unter [sesami.dev](https://sesami.dev)
2. Testen Sie in einem Shopify-Entwicklungsstore (Sesami ist in Dev-Stores kostenlos)
3. Erstellen und bereitstellen Sie Ihre Integration oder App

## Support

* **Entwicklerdokumentation**: [sesami.dev](https://sesami.dev)
* **Support**: <help@sesami.co>
* **Enterprise-Integrationen**: [Professionelle Dienstleistungen](/de/erste-schritte/onboarding/professional-services.md)

## Verwandt

* [Sesami Forms App](/de/apps-integrations/sesami-forms-app.md) — Beispiel einer Sesami App
* [Sesami Flows](/de/automatisierungen/sesami-flows.md) — Automatisierung ohne Code


---

# 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://help.sesami.co/de/apps-integrations/api-and-building-apps.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.
