CCJK Cloud: Sync Your AI Assistant Across Devices
Learn how to set up CCJK Cloud for seamless synchronization, notifications, and team collaboration.

CCJK Cloud Integration
CCJK Cloud extends your AI coding assistant with powerful cloud features: device synchronization, push notifications, and team collaboration.
Features Overview
🔄 Device Synchronization
- Sync settings across all your devices
- Share conversation history
- Unified configuration management
📱 Push Notifications
- Get notified when long-running tasks complete
- Receive alerts on multiple channels
- Support for Feishu, WeChat Work, DingTalk
👥 Team Collaboration
- Share skills and agents with your team
- Collaborative code review
- Team analytics and insights
Quick Setup
Step 1: Get Your Binding Code
Visit claudehome.cn and log in to get your 6-digit binding code.
Step 2: Bind Your Device
In CCJK, run:
hljs bashccjk cloud bind
Enter your binding code when prompted:
Enter binding code: 123456
✓ Device bound successfully!
Step 3: Configure Notifications
Set up your preferred notification channels:
hljs bashccjk cloud notifications setup
Notification Channels
Feishu (飞书)
hljs yamlnotifications:
feishu:
webhook: "https://open.feishu.cn/open-apis/bot/v2/hook/xxx"
enabled: true
WeChat Work (企业微信)
hljs yamlnotifications:
wechat_work:
webhook: "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxx"
enabled: true
DingTalk (钉钉)
hljs yamlnotifications:
dingtalk:
webhook: "https://oapi.dingtalk.com/robot/send?access_token=xxx"
enabled: true
API Integration
CCJK Cloud provides a REST API for advanced integrations:
Authentication
hljs bashcurl -X POST https://api.claudehome.cn/auth/token \
-H "Content-Type: application/json" \
-d '{"device_id": "your-device-id", "secret": "your-secret"}'
Send Notification
hljs bashcurl -X POST https://api.claudehome.cn/notifications/send \
-H "Authorization: Bearer your-token" \
-H "Content-Type: application/json" \
-d '{
"title": "Task Complete",
"message": "Your build finished successfully",
"channels": ["feishu", "email"]
}'
Security
CCJK Cloud takes security seriously:
- End-to-end encryption for sensitive data
- OAuth 2.0 authentication
- Rate limiting to prevent abuse
- Audit logs for all actions
Pricing
| Plan | Price | Features |
|---|---|---|
| Free | $0/month | 3 devices, basic notifications |
| Pro | $9/month | Unlimited devices, all channels |
| Team | $29/month | Team features, priority support |
Troubleshooting
Device Not Syncing
- Check your internet connection
- Verify your binding code is valid
- Run
ccjk cloud statusto check connection
Notifications Not Working
- Verify webhook URLs are correct
- Check channel permissions
- Test with
ccjk cloud test-notification
Conclusion
CCJK Cloud transforms your local AI assistant into a connected, collaborative tool. Get started today and experience seamless development across all your devices.
Related Articles
Team Collaboration with CCJK: Shared AI Workflows
Learn how to set up CCJK for team environments. Share configurations, skills, and best practices across your development team.
Advanced Prompt Engineering for AI-Assisted Development
Master the art of crafting effective prompts to maximize your productivity with AI coding assistants. Learn proven techniques used by expert developers.
Understanding AI Agents: Autonomous Coding Assistants
Explore how AI agents in CCJK can autonomously handle complex, multi-step development tasks while you focus on high-level decisions.