# Loom ## Docs - [Authentication Endpoints](https://mintlify.wiki/ghuntley/loom/api/authentication.md): OAuth, magic links, device code flow, and session management - [LLM Proxy Endpoints](https://mintlify.wiki/ghuntley/loom/api/llm-proxy.md): Server-side LLM completions for Anthropic, OpenAI, Vertex AI, and Z.ai - [HTTP API Overview](https://mintlify.wiki/ghuntley/loom/api/overview.md): Introduction to the Loom HTTP API for building integrations and custom clients - [Thread Endpoints](https://mintlify.wiki/ghuntley/loom/api/threads.md): Manage conversation threads and search thread history - [Weaver Management Endpoints](https://mintlify.wiki/ghuntley/loom/api/weavers.md): Provision and manage ephemeral Kubernetes pods for remote REPL sessions - [LLM Proxy Architecture](https://mintlify.wiki/ghuntley/loom/architecture/llm-proxy.md): Server-side LLM proxy design with client authentication and provider abstraction - [Architecture Overview](https://mintlify.wiki/ghuntley/loom/architecture/overview.md): High-level overview of Loom's architecture, design principles, and crate organization - [Agent State Machine](https://mintlify.wiki/ghuntley/loom/architecture/state-machine.md): Event-driven state machine for conversation flow and tool execution with explicit transitions and retry mechanisms - [Cargo Workspace Structure](https://mintlify.wiki/ghuntley/loom/architecture/workspace-structure.md): Complete guide to Loom's 80+ crate organization and dependency management - [Authentication](https://mintlify.wiki/ghuntley/loom/cli/auth.md): Device code flow authentication and credential management - [CLI Overview](https://mintlify.wiki/ghuntley/loom/cli/overview.md): Complete guide to the Loom CLI - an AI-powered coding agent with interactive REPL - [REPL Commands](https://mintlify.wiki/ghuntley/loom/cli/repl.md): Interactive AI coding assistant REPL with tool-calling capabilities - [Weaver Management](https://mintlify.wiki/ghuntley/loom/cli/weaver.md): Manage remote ephemeral container environments for Loom sessions - [Configuration Reference](https://mintlify.wiki/ghuntley/loom/deployment/configuration.md): Complete environment variable and configuration file reference for loom-server - [Database & Migrations](https://mintlify.wiki/ghuntley/loom/deployment/database.md): SQLite database management and schema migrations for loom-server - [Kubernetes Deployment](https://mintlify.wiki/ghuntley/loom/deployment/kubernetes.md): Deploy weavers on Kubernetes for remote code execution environments - [Server Deployment](https://mintlify.wiki/ghuntley/loom/deployment/server-setup.md): Deploy and configure loom-server with NixOS, Docker, or standalone binaries - [CLI Features](https://mintlify.wiki/ghuntley/loom/features/cli.md): Command-line interface for Loom AI coding agent with REPL, thread management, and remote execution - [Server Capabilities](https://mintlify.wiki/ghuntley/loom/features/server.md): HTTP server for LLM proxy, thread persistence, authentication, and weaver orchestration - [Thread System](https://mintlify.wiki/ghuntley/loom/features/thread-system.md): Conversation persistence, synchronization, and search for Loom AI coding sessions - [Tool System](https://mintlify.wiki/ghuntley/loom/features/tools.md): Built-in tools for file operations, bash execution, and web search in Loom AI coding agent - [Weavers](https://mintlify.wiki/ghuntley/loom/features/weavers.md): Ephemeral remote execution environments powered by Kubernetes for isolated AI coding sessions - [Installation](https://mintlify.wiki/ghuntley/loom/installation.md): Build and install Loom using Nix or Cargo with detailed setup instructions - [Authentication](https://mintlify.wiki/ghuntley/loom/integrations/authentication.md): OAuth, magic links, and device code flow authentication in Loom - [Editor Integrations](https://mintlify.wiki/ghuntley/loom/integrations/editors.md): Connect Loom to VS Code, Zed, and other editors via Agent Client Protocol (ACP) - [GitHub Integration](https://mintlify.wiki/ghuntley/loom/integrations/github.md): Connect Loom with GitHub for code search, repository analysis, and OAuth authentication - [LLM Providers](https://mintlify.wiki/ghuntley/loom/integrations/llm-providers.md): Integrate Anthropic, OpenAI, Vertex AI, and ZAI models with Loom - [Welcome to Loom](https://mintlify.wiki/ghuntley/loom/introduction.md): AI-powered coding agent built in Rust with a REPL interface for interactive development - [Analytics](https://mintlify.wiki/ghuntley/loom/observability/analytics.md): PostHog-style product analytics with identity resolution and event tracking - [Crash Tracking](https://mintlify.wiki/ghuntley/loom/observability/crash-tracking.md): Capture errors and crashes with source map symbolication and issue grouping - [Cron Monitoring](https://mintlify.wiki/ghuntley/loom/observability/cron-monitoring.md): Monitor scheduled jobs and background tasks with missed run detection and timeout alerts - [Session Analytics](https://mintlify.wiki/ghuntley/loom/observability/sessions.md): Track user engagement periods and release health metrics with crash-free rates - [Quick Start Guide](https://mintlify.wiki/ghuntley/loom/quickstart.md): Get started with Loom in minutes - from installation to your first REPL session