u6u 開發者文件
u6u 是 finally.click 的 AI 執行層。 外部工程師(Partner)可接入 Cypher Workflow 引擎, 讓 AI 替你的用戶完成事務性任務:助教、客服、書僮。
快速開始
- 申請 Partner Key — 取得
pk_live_xxx憑證 - 建立第一個 Workflow — 定義 AI 執行圖
- 接入助教場景 — 用
/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 |
| Ghost | AI 人格體,帶有知識庫與個性設定,是聊天的另一端 |
| Cypher Workflow | 有向圖執行流程,定義 AI 如何處理一個任務 |
| Webhook Token | Workflow 的入口憑證(wh_xxx),執行時帶此 token |
| Activity Slug | 場景的 URL 識別碼,用戶從 /go/{slug} 進入 |
服務端點總覽
| 服務 | URL |
|---|---|
| Partner / Webhook API | https://inkstone-cypher-executor.uncle6-me.workers.dev |
| Chat V2 API | https://inkstone-mini-me.uncle6-me.workers.dev |
| KBDB API | https://inkstone-kbdb-api.uncle6-me.workers.dev |
| Landing Page | https://finally.click/go/{slug} |
所有 API 請求都需要帶 Authorization: Bearer pk_live_xxx header。
Partner Key 的申請流程見 Partner API Key 頁面。