- 设置 → API
- 复制 Base URL
- 复制 授权密钥
- Header
Authorization: Bearer ...
设置
API
通过 API 将外部系统连接到 Agent。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
通过 API 将外部系统连接到 Agent。
Authorization: Bearer ...curl -X POST "https://api.clawman.ascn.ai/api/v1/workspaces/{workspace_id}/session/{session_id}/messages" \
-H "Authorization: Bearer {API_KEY}" \
-d '{"content": "检查邮件"}'
