Installation
Requirements
- Node.js 20 or higher
- One supported AI agent (see table below)
Supported AI Agents
| Agent | Access | Notes |
|---|---|---|
| Gemini CLI | Free (1,000 requests/day) | Recommended for free users |
| GitHub Copilot | Free (50 monthly premium requests) | Recommended for free users |
| OpenCode | Varies | - |
| Cursor | Subscription | - |
| Claude Code | Subscription | - |
| Codex | Subscription | - |
Gemini CLI and GitHub Copilot offer generous free tiers, making them ideal starting points if you don’t have an existing subscription.
Commands
clix
Launch the interactive chat interface.
clix agent [name]
List available agents or switch to a specific agent.
clix install
Autonomously install the Clix SDK into your project. Automatically detects your platform (iOS, Android, React Native, Flutter) and configures the required code and settings.
clix doctor
Analyze your project’s Clix SDK integration status. Provides detailed diagnostics and suggestions for fixing any issues found.
clix debug [problem]
Start an interactive troubleshooting session to diagnose and resolve issues.
clix install-mcp [agent]
Install the Clix MCP Server for your AI agent, enabling real-time access to Clix documentation and SDK code examples.
Chat-Mode Commands
Within the interactive chat session, use these slash commands for quick access to common workflows:| Command | Description |
|---|---|
/help | Display available commands |
/integration | SDK integration guidance |
/event-tracking | Event tracking setup |
/user-management | User identification and management |
/personalization | Personalization templates |
/api-triggered-campaigns | API-triggered campaign setup |
/transfer | Export conversation to native agent CLI |
/exit | Exit the chat session |
Key Features
- Interactive Chat Interface: Natural language conversations with real-time streaming responses
- Multiple Agent Support: Switch between AI agents while preserving session context
- Platform Detection: Automatically identifies your project type and provides tailored guidance
- Session Transfer: Export conversations to native agent CLIs for continued work
- Context Management: Automatic history compaction to maintain efficient context usage
Related Resources
Agent Skills
Pre-built skills for SDK integration, event tracking, user management, and more.
MCP Server
Enable AI agents to access real-time Clix documentation and SDK examples.
Feedback & Issues For any issues or feature requests, please open an issue on GitHub.