Build the future of AI-First Workflows.

完整的開發者套件:包含引導文件、三元組規格、以及直連 Matrix 的 API 介面。

📖

Developer Guide

了解如何定義三元組、執行 Cypher 圖,以及發佈自定義零件的完整教學。

API Reference

Swagger UI

直接在瀏覽器測試 API:查詢零件、執行工作流、管理 Webhooks 與認證。

🔑

Get API Key

取得串接 Matrix 所需的 Partner Key。目前需透過管理後台申請簽發。

Quick Start

# 透過三元組執行一個簡單的 Workflow
curl
-X POST "https://workflow.finally.click/cypher/execute" \
  -H "Authorization: Bearer YOUR_PARTNER_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "triplets": ["input >> 完成後 >> hello-world"],
    "context": { "name": "Developer" }
  }'