📊 本月用量
Free
💬 对话用量
0 / 100
My Agents
Agent List
Create New Agent
Basic Settings
🦞
PNG, JPG, GIF. Max 2MB.
🧠 Soul
💾 Memory
📚 Knowledge
💬 Conversations
🔗 Channels
🌐 Widget
🔑 API
🎓 Web Training Mode
Set a password to enable web-based training. Share the link with anyone who needs to train this agent.
Embed a chat widget on your website. Visitors can chat with your agent directly.
🔑 API Keys
Loading...
⚡ Quick Start
Send a message via API:
curl -X POST https://www.clawcuber.com/api/v1/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"message": "你好"}'
📡 Endpoints
💻 Code Examples
import requests
API_KEY = "your_api_key"
BASE = "https://www.clawcuber.com/api/v1"
# Single message
r = requests.post(f"{BASE}/chat",
json={"message": "你好"},
headers={"Authorization": f"Bearer {API_KEY}"})
data = r.json()
print(data["reply"])
# Multi-turn
r2 = requests.post(f"{BASE}/chat",
json={"message": "Tell me more",
"conversation_id": data["conversation_id"]},
headers={"Authorization": f"Bearer {API_KEY}"})
🎓 Web Training
Set a password and share the training link. Anyone with the link and password can train this agent.
Messages (Last 7 Days)
By Channel
Connected Channels
Connect messaging platforms to train and deploy agents.
飞
Feishu
Train via Feishu chat
S
Slack
Train via Slack
T
Telegram
Train via Telegram bot
W
Web Widget
Embed on your website
📞 Customer Service Channels
Connect your agent to customer-facing platforms. Customers chat on these platforms, your lobster replies automatically.