> 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/no/apps-integrations/api-and-building-apps.md).

# API og apputvikling

Sesami tilbyr offentlig API-tilgang og en app-plattform, som gir utviklere verktøyene til å utvide Sesami og bygge tilpassede integrasjoner.

## API-tilgang

Sesamis API lar deg integrere Sesami i dine egne systemer og arbeidsflyter:

* **Automatiser oppgaver** — synkroniser bookingsdata med eksterne systemer
* **Bygg tilpassede integrasjoner** — koble Sesami til ditt CRM, ERP eller interne verktøy
* **Synkroniser data** — hent timeavtale-, tjeneste- og ressursdata inn i dine egne plattformer
* **Lag tilpassede bookingflyter** — bygg skreddersydde opplevelser ved hjelp av Sesami SDK

Alle Sesami-abonnementer inkluderer **API- og SDK-tilgang**.

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

## Sesami-apper

Sesami-apper lar deg bygge innebygde opplevelser som kjører direkte i Sesami Admin Portal og i bookingflyten.

### Hva Sesami-apper kan gjøre

* **Integrasjon i Admin Portal** — legg til en innstillings-/konfigurasjonsside der forhandlere administrerer appen din
* **Utvidelser for bookingflyt** — distribuer funksjonalitet på bestemte punkter i kundens bookingopplevelse (f.eks. samle inn data under booking, vise informasjon i avtaledetaljer)
* **Forbedre arbeidsflyter** — utvid Sesamis funksjonalitet med tilpassede funksjoner

### Eksempel: Sesami Forms App

Den [Sesami Forms-appen](/no/apps-integrations/sesami-forms-app.md) er et godt eksempel — den bygger et skjema for innsamling direkte inn i bookingflyten og samler kundeinformasjon under bookingprosessen.

### Offentlige og private apper

* **Private apper** — laget for en spesifikk butikk eller intern bruk
* **Offentlige apper** — kan deles via Sesami App Store

{% hint style="success" %}
Lær hvordan du bygger Sesami-apper: [sesami.dev/docs/sesami-apps/intro](https://sesami.dev/docs/sesami-apps/intro/)
{% endhint %}

## Kom i gang

1. Se gjennom API- og app-dokumentasjonen på [sesami.dev](https://sesami.dev)
2. Test i en Shopify utviklingsbutikk (Sesami er gratis på utviklingsbutikker)
3. Bygg og distribuer integrasjonen eller appen din

## Støtte

* **Utviklerdokumentasjon**: [sesami.dev](https://sesami.dev)
* **Støtte**: <help@sesami.co>
* **Bedriftsintegrasjoner**: [Profesjonelle tjenester](/no/kom-i-gang/onboarding/professional-services.md)

## Relatert

* [Sesami Forms-appen](/no/apps-integrations/sesami-forms-app.md) — eksempel på en Sesami App
* [Sesami Flows](/no/automatisering/sesami-flows.md) — automatisering uten kode


---

# 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/no/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.
