# Andi AIRun ## Docs - [Agent Teams](https://docs.airun.me/advanced/agent-teams.md): Run multiple Claude instances collaborating on shared tasks with internal coordination - [Composable Scripts](https://docs.airun.me/advanced/composable-scripts.md): Advanced patterns for chaining AI scripts, dispatcher workflows, and process isolation - [Advanced Configuration](https://docs.airun.me/advanced/configuration.md): Model overrides, dual model system, version management, and update checking - [MCP server for AI agents](https://docs.airun.me/advanced/mcp-server.md): Connect your AI coding tools to the AIRun documentation via MCP, llms.txt, and markdown content negotiation. - [ai](https://docs.airun.me/cli/ai.md): Universal AI prompt interpreter and Claude Code wrapper - [ai-sessions](https://docs.airun.me/cli/ai-sessions.md): List active AI coding sessions - [ai-status](https://docs.airun.me/cli/ai-status.md): Show current configuration and provider status - [ai update](https://docs.airun.me/cli/ai-update.md): Update AI Runner to the latest version - [Model Flags](https://docs.airun.me/cli/model-flags.md): Select model tiers or specific model IDs - [Output Flags](https://docs.airun.me/cli/output-flags.md): Control output format, streaming, and input positioning - [Permission Flags](https://docs.airun.me/cli/permission-flags.md): Control file access and command execution permissions - [Provider Flags](https://docs.airun.me/cli/provider-flags.md): Switch between Claude subscriptions and cloud providers - [Executable Markdown](https://docs.airun.me/concepts/executable-markdown.md): Turn markdown files into AI-powered scripts with shebang support - [Provider Switching](https://docs.airun.me/concepts/provider-switching.md): Switch between cloud providers and models to avoid rate limits and optimize costs - [Unix Pipes](https://docs.airun.me/concepts/unix-pipes.md): Chain AI scripts together with stdin/stdout for automation pipelines - [CI/CD Integration](https://docs.airun.me/examples/ci-cd.md): Run AIRun in GitHub Actions, GitLab CI, and other automation platforms - [Code Analysis](https://docs.airun.me/examples/code-analysis.md): Analyze codebases with read-only access - no permission flags needed - [Automated Code Review](https://docs.airun.me/examples/code-review.md): Security scanning, quality checks, and automated PR reviews - [Data Processing](https://docs.airun.me/examples/data-processing.md): Process JSON, CSV, and logs with AI-powered pipelines - [Hello World](https://docs.airun.me/examples/hello-world.md): The simplest AIRun script - your first executable prompt - [Live Streaming Output](https://docs.airun.me/examples/live-streaming.md): Stream AI progress in real-time for long-running scripts - [Stdin Processing](https://docs.airun.me/examples/stdin-processing.md): Pipe data into AIRun scripts for Unix-style automation - [Test Automation](https://docs.airun.me/examples/test-automation.md): Run test suites automatically and get intelligent analysis of failures - [CI/CD & Automation](https://docs.airun.me/guides/automation.md): Run AI scripts in continuous integration pipelines with proper permissions and error handling - [Live Output & Streaming](https://docs.airun.me/guides/live-output.md): Stream AI progress in real-time for long-running scripts and browser automation - [Permission System](https://docs.airun.me/guides/permissions.md): Control what AI scripts can do with granular permission modes and security best practices - [Writing Scripts](https://docs.airun.me/guides/scripting.md): Create executable markdown scripts that analyze code, run commands, and automate workflows - [Script Variables](https://docs.airun.me/guides/variables.md): Make scripts reusable with YAML front-matter and CLI overrides - [Installation](https://docs.airun.me/installation.md): Complete installation guide for Andi AIRun with provider configuration and verification - [Introduction](https://docs.airun.me/introduction.md): Run AI prompts like programs with executable markdown, Unix pipes, and cross-cloud provider switching - [Cloud Providers](https://docs.airun.me/providers/cloud.md): Configure AWS, Google, Anthropic, Azure, and Vercel AI providers - [Local Providers](https://docs.airun.me/providers/local.md): Run AI models locally with Ollama or LM Studio - [Provider Overview](https://docs.airun.me/providers/overview.md): Understanding AI providers in Andi AIRun - [Switching Between Providers](https://docs.airun.me/providers/switching.md): Seamlessly switch providers to avoid rate limits and optimize costs - [Quickstart](https://docs.airun.me/quickstart.md): Get started with AIRun in 5 minutes - install, create your first executable AI script, and run it