Installation

  1. Install Claude Code via npm: npm install -g @anthropic-ai/claude-code
  2. Set environment variables for SISTEMATIS AI
  3. 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)

Troubleshooting

Ready to Start?

Get your API key and start using SISTEMATIS AI