Claude Code is the official CLI tool from Anthropic. SISTEMATIS AI provides native Anthropic Messages API compatibility, so Claude Code works out of the box — just set ANTHROPIC_BASE_URL and ANTHROPIC_API_KEY.
Installation
- Install Claude Code via npm: npm install -g @anthropic-ai/claude-code
- Set environment variables for SISTEMATIS AI
- Run claude with your preferred model
Configuration
Base URL
https://api.sistematis.ai/v1
Configuration
export ANTHROPIC_BASE_URL="https://api.sistematis.ai" export ANTHROPIC_API_KEY="YOUR_API_KEY" claude
Features
🤖
SISTEMATIS Models
Use super-v7, flex-v7, and fast-v7 models
💻
CLI Interface
Powerful command-line interface for coding
📁
Project Context
Understands your entire project structure
🔄
Streaming
Real-time streaming responses
Best Practices
- ✓Set ANTHROPIC_BASE_URL and ANTHROPIC_API_KEY in your shell profile (e.g. ~/.bashrc or ~/.zshrc)
- ✓Use sistematis-super-v7 for complex coding tasks
- ✓Claude Code automatically maps to SISTEMATIS models (claude-sonnet → flex-v7, claude-opus → super-v7)