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

商家 [Sesami 表单应用](/zh-cn/apps-integrations/sesami-forms-app.md) 是一个很好的示例——它将一个信息采集表单直接嵌入预订流程中，在预订过程中收集客户信息。

### 公开和私有应用

* **私有应用** — 为特定商店或内部使用而构建
* **公开应用** — 可通过 Sesami 应用商店分享

{% 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>
* **企业集成**: [专业服务](/zh-cn/kai-shi-shi-yong/onboarding/professional-services.md)

## 相关

* [Sesami 表单应用](/zh-cn/apps-integrations/sesami-forms-app.md) — Sesami 应用示例
* [Sesami Flows](/zh-cn/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/zh-cn/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.
