# Moldable Gateway ## Docs - [ai-server adapter](https://docs.moldable.sh/ai/ai-server.md): Stream responses from a Moldable ai-server instance. - [AI adapters](https://docs.moldable.sh/ai/index.md): Configure your AI backend. - [Channels](https://docs.moldable.sh/channels/index.md): Messaging platforms supported by the gateway. - [Telegram](https://docs.moldable.sh/channels/telegram.md): Configure the Telegram channel adapter. - [WhatsApp Cloud](https://docs.moldable.sh/channels/whatsapp-cloud.md): Configure the WhatsApp Cloud adapter and webhook. - [Gateway architecture](https://docs.moldable.sh/core/architecture.md): The three areas of the gateway and how they fit together. - [Configuration](https://docs.moldable.sh/core/configuration.md): Configure the gateway, channels, AI adapters, and routing. - [Gateway runtime](https://docs.moldable.sh/core/gateway-runtime.md): How the daemon orchestrates channels, pairing, routing, and AI. - [Core](https://docs.moldable.sh/core/index.md): The core concepts and rules that make the gateway safe and predictable. - [Logging](https://docs.moldable.sh/core/logging.md): Where to find the gateway activity log, trace log, session transcripts, and team logs. - [Markdown formatting](https://docs.moldable.sh/core/markdown-formatting.md): How outbound Markdown is parsed, chunked, and rendered per channel. - [Message flow](https://docs.moldable.sh/core/message-flow.md): The end-to-end path of a message through the gateway. - [Model selection](https://docs.moldable.sh/core/model-selection.md): Where models can be configured/overridden and the precedence rules. - [Overview](https://docs.moldable.sh/core/overview.md): What Moldable Gateway is, who it helps, and what it does. - [Security and pairing](https://docs.moldable.sh/core/security-and-pairing.md): Simple safe setups first, then advanced details. - [Sessions and storage](https://docs.moldable.sh/core/sessions-and-storage.md): How the gateway stores conversation history. - [State paths](https://docs.moldable.sh/core/state-paths.md): Where config, sessions, and pairing data live on disk. - [Team watchdog](https://docs.moldable.sh/core/team-watchdog.md): Self-healing logic for stalled teammates (staleness detection, respawn behavior, and rate limits). - [Teams, tasks, and handoffs](https://docs.moldable.sh/core/teams-and-handoffs.md): Durable multi-agent workflows that can resume after failures. - [Vault (encrypted secrets)](https://docs.moldable.sh/core/vault.md): How Moldable stores secrets safely and prevents prompt-injection exfiltration. - [Credits](https://docs.moldable.sh/credits.md): Project acknowledgments and inspiration. - [Getting started](https://docs.moldable.sh/getting-started.md): Install the CLI, onboard, run, and pair your first user. - [Moldable Gateway](https://docs.moldable.sh/index.md): The local gateway/runtime for Moldable. - [HTTP endpoints](https://docs.moldable.sh/ingress/http/endpoints.md): OpenAI-compatible HTTP endpoints for gateway adapters. - [HTTP ingress](https://docs.moldable.sh/ingress/http/index.md): HTTP endpoints that send messages into the gateway. - [OpenAI-compatible endpoints](https://docs.moldable.sh/ingress/http/openai.md): Use existing OpenAI clients against your local gateway. - [Ingress](https://docs.moldable.sh/ingress/index.md): The ways traffic enters the gateway. - [Install](https://docs.moldable.sh/install.md): Install the Moldable CLI. - [CLI reference](https://docs.moldable.sh/ops/cli.md): Commands and flags for operating the gateway. - [Doctor](https://docs.moldable.sh/ops/doctor.md): Validate and repair gateway state and config. - [Operations](https://docs.moldable.sh/ops/index.md): Run, monitor, and maintain the gateway. - [Gateway audit](https://docs.moldable.sh/ops/security-audit.md): Run a local security audit and optional fixes. - [Services](https://docs.moldable.sh/ops/services.md): Install and run the gateway as a background service. - [TLS](https://docs.moldable.sh/ops/tls.md): Enable encrypted remote control connections. - [Runtime](https://docs.moldable.sh/runtime/index.md): Execution features that run alongside message routing. - [Nodes](https://docs.moldable.sh/runtime/nodes.md): Pairing and runtime for connected nodes. ## OpenAPI Specs - [openapi](https://docs.moldable.sh/api-reference/openapi.json)