AI agent?先讀 /llms.txt 取得全站索引。
SDKs
清楚區分目前可用能力與尚未 GA 的功能,避免整合誤判。
目前主要可用入口是 Public API Gateway(X-API-Key);MCP server 已上線。SDK 仍為 preview,agent 相關內容為範例而非受支援的函式庫。
| 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 | Beta / Live | Hosted MCP over streamable HTTP | stdio transport |
| 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 文件整合。