All Guides
Claude Code Setup
Install Anthropic Claude Code CLI on your server or PC. API key configuration and basic commands.
Intermediate15 min
Setup Steps
1. Node.js 18+ must be installed. Check:
node --version2. Install Claude Code globally via npm:
npm install -g @anthropic-ai/claude-code3. Set your API key as an environment variable:
export ANTHROPIC_API_KEY="sk-ant-api03-..."4. Make it persistent by adding to .bashrc or .zshrc:
echo 'export ANTHROPIC_API_KEY="sk-ant-api03-..."' >> ~/.bashrc
source ~/.bashrc5. Launch Claude Code:
claude6. Run in a project directory:
cd /project/directory
claude7. One-shot command execution:
claude -p "Is there a bug in this code?"Related Guides
ChatGPT API Setup
Integrate OpenAI ChatGPT API into your project. Getting API keys and sending your first request.
Google Gemini API Setup
Set up Google Gemini (formerly Bard) API and use it in your projects.
Midjourney Usage Guide
Create AI-powered images with Midjourney. Step-by-step guide for Discord usage.
Stable Diffusion Local Setup
Install Stable Diffusion on your computer. Usage with AUTOMATIC1111 WebUI.