Introduction
High-level docs for Pasture Protocol, the private AI runtime behind pastureprotocol.com.
What is Pasture Protocol?
Pasture Protocol is a self-hosted AI companion. It runs on your computer, connects to WhatsApp and Telegram, and uses a local or cloud LLM you choose. Your conversations stay on your machine. There is no external message broker routing your chats.
What these docs explain
These docs are written around the questions people actually ask: what Pasture can do, how each scenario is handled, what stays local, when it uses tools, and when it asks before taking action. Start with use cases if you want examples; start with agents if you want the system model.
How to read these docs
We start simple: concepts first, implementation later. The Agents section is the best entry point for understanding how work gets done. Deeper pages cover delegation, skills, goals, and routing. Each can expand over time without rewriting the overview.
Docs map
- Use cases: what you can ask Pasture to do
- How requests are handled: routing, context, skills, approval, reply
- Channels: dashboard, WhatsApp, Telegram, groups
- Agents overview: team, personas, main
- Delegation: agent-send, coordinators
- Skills: tools per agent
- Goals & missions: persistent work
- Routing: DMs and groups
- Privacy & safety: local runtime, secrets, confirmations
Install & runtime
This site documents the product. For installation, configuration, and the full skill reference, see the Pasture Protocol repository on GitHub.