u6u 開發者文件

finally.click · AI 執行層 · Partner SDK

u6u 是 finally.click 的 AI 執行層。 外部工程師(Partner)可接入 Cypher Workflow 引擎, 讓 AI 替你的用戶完成事務性任務:助教、客服、書僮。

快速開始

  1. 申請 Partner Key — 取得 pk_live_xxx 憑證
  2. 建立第一個 Workflow — 定義 AI 執行圖
  3. 接入助教場景 — 用 /go/:slug 上線

平台架構

┌─────────────────────────────────────────┐ │ 你的 App / 你的 Domain │ │ (/go/:slug landing page) │ ├─────────────────────────────────────────┤ │ finally.click API │ │ POST /chat?v=2 (Cypher Engine) │ │ POST /partners (Partner Key) │ │ POST /webhooks (Webhook CRUD) │ ├─────────────────────────────────────────┤ │ KBDB (知識圖譜 + Ghost) │ └─────────────────────────────────────────┘

核心概念

概念說明
Partner接入 u6u 的外部工程師,擁有獨立的 namespace 與 API Key
GhostAI 人格體,帶有知識庫與個性設定,是聊天的另一端
Cypher Workflow有向圖執行流程,定義 AI 如何處理一個任務
Webhook TokenWorkflow 的入口憑證(wh_xxx),執行時帶此 token
Activity Slug場景的 URL 識別碼,用戶從 /go/{slug} 進入

服務端點總覽

服務URL
Partner / Webhook APIhttps://inkstone-cypher-executor.uncle6-me.workers.dev
Chat V2 APIhttps://inkstone-mini-me.uncle6-me.workers.dev
KBDB APIhttps://inkstone-kbdb-api.uncle6-me.workers.dev
Landing Pagehttps://finally.click/go/{slug}

所有 API 請求都需要帶 Authorization: Bearer pk_live_xxx header。 Partner Key 的申請流程見 Partner API Key 頁面。