docs: add webclaw-api documentation and DOKPLOY.md

This commit is contained in:
Rodrigo Motta 2026-03-31 21:54:49 -03:00
parent f76df1fdba
commit 7e2f65b939
3 changed files with 71 additions and 0 deletions

View file

@ -95,6 +95,11 @@ cp env.example .env
docker compose up -d
```
### Self-Hosted REST API (Dokploy)
Ready to serve structured JSON for your external apps. Low memory footprint (~30MB), high performance.
See [DOKPLOY.md](DOKPLOY.md) for deployment instructions.
---
## Why webclaw?
@ -319,6 +324,7 @@ webclaw/
webclaw-llm LLM provider chain (Ollama -> OpenAI -> Anthropic)
webclaw-pdf PDF text extraction
webclaw-mcp MCP server (10 tools for AI agents)
webclaw-api REST API server (lightweight, Axum-based)
webclaw-cli CLI binary
```