> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# 缩短投产路径的工具

> 可嵌入的小部件用于低代码上线、可直接接入的连接器适配你已集成的 API，以及实时事件通知。

Fluz 为你提供三种方式，在无需自行构建资金流动界面或底层管道的情况下，让资金在你的产品内外流转。选择与您的构建方式相匹配的入口点。

<CardGroup cols={3}>
  <Card title="嵌入式小部件" icon="app-window" href="/developers/widgets">
    将 JavaScript 小部件嵌入你的页面以实现卡片与账户流程。
  </Card>

  <Card title="API 连接器" icon="plug" href="/tango">
    将现有的 Tango、Stripe、Worldpay、Venmo 或 PayPal 集成指向 Fluz。
  </Card>

  <Card title="事件通知" icon="bell" href="fluz-dashboard/webhooks">
    Webhook 为交易、卡片和账户提供实时更新。
  </Card>
</CardGroup>

## 值得了解的内容

<CardGroup cols={3}>
  <Card title="API 基础" icon="network">
    * [GraphQL](/concepts/graphql)
    * [身份验证](/concepts/authentication)
    * [预备环境 vs. 生产环境](/concepts/environments)
  </Card>

  <Card title="安全构建" icon="shield-check">
    * [幂等性](/concepts/idempotency)
    * [速率限制](/concepts/rate-limits)
    * [错误代码](/get-started/general-api-error-codes)
  </Card>

  <Card title="数据要求" icon="map-pin">
    * [地址格式](/concepts/address-formatting-requirements)
    * [沙盒测试数据](/test-bank-cards)
  </Card>
</CardGroup>

## 代码示例

针对单个 API 操作的可复制粘贴片段——令牌、卡片、礼品卡、KYC 与资金流动。

<Card title="浏览代码示例" icon="code" horizontal href="/recipes/generate-user-access-token">
  可直接用于你集成中的单操作 GraphQL 脚本。
</Card>

<Info>
  **AI 原生文档：** 将你的助手指向 `llms.txt` 以获取机器可读索引，或通过 MCP 连接 `docs.fluz.app/mcp`。
</Info>
