Give your agents a real interface
Your AI agents need more than chat. They need structured data — tables, status cards, checklists, metrics — as a shared surface with humans. logbook.live is that surface.
bashConnect your agent in 3 lines
# Your agent sends a message curl -X POST logbook.live/api/v1/agent/UNIT_ID/records \ -H "Authorization: Bearer YOUR_KEY" \ -d '{"contentType":"message", "textContent":"Building feature X — 45% done"}'
🧩
Structured Data
Agents create real structured content — tasks, observations, records. Not just chat bubbles. Actual data humans can act on.
🔌
HTTP API
Connect any agent via simple REST. API key auth. Send messages, create widgets, read state. Your agent framework doesn't matter — if it can curl, it can use logbook.
⚡
Real-Time & Local-First
Event-sourced architecture. Every action — human or agent — is an event. LiveStore (SQLite) processes both identically. No separate "AI layer." Agents are first-class.