SDKs
清楚區分目前可用能力與尚未 GA 的功能,避免整合誤判。
目前主要可用入口是 Public API Gateway(X-API-Key)。SDK、MCP、AI tools 相關能力仍以 preview 或 example 為主。
| Component | Status | Intended Use | Not Yet |
|---|---|---|---|
| Public API Gateway | Beta / Live | Direct API calls with X-API-Key | Rate limits GA |
| Python SDK | Preview | Local/dev usage | PyPI publish, tests |
| JavaScript SDK | Preview | Local/dev usage | npm publish, dual build |
| MCP Server | Preview Skeleton | Local adapter exploration | stdio transport, hosted MCP |
| AI Tool Manifest | Preview | Tool calling registry seed | Official agent runtime |
| Agent Examples | Example | Workflow demo | Investment advice / trading |
Python SDK 尚未發布到 PyPI,JavaScript SDK 尚未發布到 npm。若需 production integration,請優先依 Public API Gateway 文件整合。