Skip to main content

Quick Start Example

The simplest way to get started:

Scenario-Based Examples

Example 1: First-Time Setup for Claude Code

Setting up Claude Code for the first time on a new machine:

Example 2: Project-Specific Setup

Setting up MegaLLM for a specific project:

Example 3: Configuring Multiple Tools

Set up both Claude Code and Codex:

Example 4: Updating Existing Configuration

Update your configuration with a new API key:

Example 5: Team Setup with Shared Config

Set up MegaLLM for a team project with version-controlled configuration:

Example 6: Debug Mode for Troubleshooting

Use debug mode to diagnose issues:

Example 7: Automated CI/CD Setup

Use the CLI in CI/CD pipelines:

Example 8: Windsurf-Specific Setup

Configure Windsurf (Codex variant):

Advanced Scenarios

Switching Between Different APIs

Use different configurations for different projects:

Environment-Specific Configurations

Different configurations for development, staging, production:

Docker Container Setup

Use MegaLLM in Docker containers:

Common Workflows

Workflow 1: New Developer Onboarding

Workflow 2: Migration from OpenAI

Workflow 3: Multi-Tool Development

Troubleshooting Examples

Example: Permission Denied

Example: Configuration Not Loading

Example: API Key Validation Failed

Next Steps