# Wippy > Self-modifying agentic platform. Run code that rewrites itself. ## Quick Start 1. Browse structure: `GET /llm/toc` 2. Search: `GET /llm/search?q=your+query` 3. Fetch page: `GET /llm/path/en/` 4. Batch fetch: `GET /llm/context?paths=path1,path2` ## Endpoints | Endpoint | Use | |----------|-----| | `/llm/search?q=` | Search, returns chunk IDs | | `/llm/path/en/` | Full page content | | `/llm/summary/en/` | Quick overview with section summaries | | `/llm/context?paths=a,b` | Batch fetch pages | | `/llm/chunk/` | Get chunk by ID from search | | `/llm/related/` | Find related content | | `/llm/toc` | JSON structure | ## Graph Navigation Each section has an ID: `path#anchor` (e.g. `http/routing#middleware`) Search results include IDs. Use them to traverse the graph: - `/llm/chunk/` - get full content - `/llm/related/` - find similar/linked topics ## Documentation ### Getting Started - What is Wippy (`start/about`) 2.3K - Installation (`start/installation`) 1.0K - Project Structure (`start/structure`) 4.7K ### Guides - CLI (`guides/cli`) 6.7K - Configuration (`guides/configuration`) 7.2K - Entry Kinds (`guides/entry-kinds`) 12.2K - Observability (`guides/observability`) 4.3K - Queue Consumers (`guides/queue-consumers`) 4.5K - Supervision (`guides/supervision`) 4.9K - Publishing (`guides/publishing`) 5.3K ### Core Concepts - Process Model (`concepts/process-model`) 5.4K - Compute Units (`concepts/compute-units`) 2.8K - Registry (`concepts/registry`) 1.6K - Functions (`concepts/functions`) 4.0K - Workflows (`concepts/workflows`) 4.4K ### Lua Runtime - Overview (`lua/overview`) 3.1K - Types (`lua/types`) 8.2K - Entries (`lua/entries`) 3.7K ### Core - Base (`lua/core/base`) 9.6K - Errors (`lua/core/errors`) 2.7K - Time (`lua/core/time`) 13.3K - Channels (`lua/core/channel`) 4.5K - Process (`lua/core/process`) 8.3K - Functions (`lua/core/funcs`) 7.3K - Future (`lua/core/future`) 2.0K - Stream (`lua/core/stream`) 2.4K - Context (`lua/core/context`) 0.7K - Events (`lua/core/events`) 2.9K - Registry (`lua/core/registry`) 3.8K - Contract (`lua/core/contract`) 4.3K ### Data Formats - JSON (`lua/data/json`) 4.9K - YAML (`lua/data/yaml`) 3.0K - Base64 (`lua/data/base64`) 2.2K - Compress (`lua/data/compress`) 7.0K - Payload (`lua/data/payload`) 3.3K - Excel (`lua/data/excel`) 5.5K ### HTTP & Web - HTTP (`lua/http/http`) 10.7K - HTTP Client (`lua/http/client`) 8.2K - WebSocket (`lua/http/websocket`) 6.8K - HTML (`lua/http/html`) 7.2K ### Storage - SQL (`lua/storage/sql`) 29.0K - Store (`lua/storage/store`) 3.1K - Filesystem (`lua/storage/filesystem`) 4.7K - Cloud Storage (`lua/storage/cloud`) 6.5K - Queue (`lua/storage/queue`) 3.2K ### System - System (`lua/system/system`) 6.1K - Environment (`lua/system/env`) 3.0K - Logger (`lua/system/logger`) 1.7K - I/O (`lua/system/io`) 2.0K - Metrics (`lua/system/metrics`) 2.0K - OS Time (`lua/system/ostime`) 4.3K ### Text & Templates - Text (`lua/text/text`) 8.9K - Template (`lua/text/template`) 2.7K - TreeSitter (`lua/text/treesitter`) 10.0K ### Security - Security (`lua/security/security`) 7.4K - Crypto (`lua/security/crypto`) 5.0K - Hash (`lua/security/hash`) 3.3K - UUID (`lua/security/uuid`) 2.9K ### Dynamic - Eval (`lua/dynamic/eval`) 5.3K - Exec (`lua/dynamic/exec`) 3.8K - Expression (`lua/dynamic/expression`) 3.8K ### Temporal - Overview (`temporal/overview`) 5.5K - Activities (`temporal/activities`) 3.6K - Workflows (`temporal/workflows`) 7.0K ### System Components - Process Host (`system/process-host`) 1.4K - Terminal (`system/terminal`) 1.0K - Database (`system/database`) 6.1K - Store (`system/store`) 1.8K - Queue (`system/queue`) 3.8K - Filesystem (`system/filesystem`) 1.4K - Cloud Storage (`system/cloudstorage`) 1.7K - Environment (`system/env`) 3.3K - Template (`system/template`) 2.5K - Security (`system/security`) 12.4K - Exec (`system/exec`) 3.2K ### HTTP - Server (`http/server`) 3.8K - Router (`http/router`) 5.7K - Endpoint (`http/endpoint`) 5.0K - Middleware (`http/middleware`) 6.6K - Static Files (`http/static`) 3.8K - WebSocket Relay (`http/websocket-relay`) 5.0K ### Tutorials - Hello World (`tutorials/hello-world`) 2.7K - CLI Applications (`tutorials/cli`) 3.5K - Echo Service (`tutorials/echo-service`) 7.7K - Task Queue (`tutorials/task-queue`) 9.4K ### Internals - Registry (`internals/registry`) 3.6K - Scheduler (`internals/scheduler`) 4.4K - Dispatch (`internals/dispatch`) 4.2K - Events (`internals/events`) 6.0K - Modules (`internals/modules`) 10.0K - Kinds (`internals/kinds`) 3.0K ### About - Contributing (`about/contributing`) 1.1K - License (`about/license`) 1.0K --- **93 pages, 466K (~116525 tokens)**