# APIとアプリの構築

Sesamiは公開APIアクセスとアプリプラットフォームを提供し、開発者にSesamiを拡張してカスタム連携を構築するためのツールを提供します。

## APIアクセス

SesamiのAPIを使うと、Sesamiを独自のシステムやワークフローに統合できます：

* **タスクの自動化** — 予約データを外部システムと同期する
* **カスタム連携の構築** — SesamiをCRM、ERP、または社内ツールに接続する
* **データの同期** — 予約、サービス、リソースのデータを独自のプラットフォームに取り込む
* **カスタム予約フローの作成** — Sesami SDKを使用して、ニーズに合わせた体験を構築する

すべてのSesamiプランには以下が含まれます **APIおよびSDKへのアクセス**.

{% hint style="success" %}
APIドキュメント： [sesami.dev](https://sesami.dev)
{% endhint %}

## Sesamiアプリ

Sesamiアプリを使うと、Sesami管理ポータル内および予約フロー内で直接動作する埋め込み型の体験を構築できます。

### Sesamiアプリでできること

* **管理ポータル連携** — マーチャントがアプリを管理するための設定ページを追加する
* **予約フロー拡張** — 顧客の予約体験の特定のタイミングで機能を提供する（例：予約中にデータを収集する、予約詳細に情報を表示する）
* **ワークフローの強化** — カスタム機能でSesamiの機能を拡張する

### 例：Sesami Formsアプリ

以下の [Sesami Forms App](/ja/apps-integrations/sesami-forms-app.md) は優れた例です — 予約フロー内に入力フォームを直接埋め込み、予約プロセス中に顧客情報を収集します。

### 公開アプリと非公開アプリ

* **非公開アプリ** — 特定の店舗向け、または社内利用向けに作成されたもの
* **公開アプリ** — Sesami App Store経由で共有可能

{% hint style="success" %}
Sesamiアプリの作成方法はこちら： [sesami.dev/docs/sesami-apps/intro](https://sesami.dev/docs/sesami-apps/intro/)
{% endhint %}

## はじめに

1. APIとアプリのドキュメントを以下で確認してください [sesami.dev](https://sesami.dev)
2. Shopify開発ストアでテストする（Sesamiは開発ストアでは無料です）
3. 連携またはアプリを構築して公開する

## サポート

* **開発者向けドキュメント**: [sesami.dev](https://sesami.dev)
* **サポート**: <help@sesami.co>
* **エンタープライズ連携**: [プロフェッショナルサービス](/ja/meru/onboarding/professional-services.md)

## 関連項目

* [Sesami Forms App](/ja/apps-integrations/sesami-forms-app.md) — Sesamiアプリの例
* [Sesami Flows](/ja/zi-dong-hua/sesami-flows.md) — コード不要の自動化


---

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