zotgo documentation
zot is a single, zero-dependency Go binary that drives a running
Zotero 7+ through its own HTTP contracts. It never
opens zotero.sqlite.
- Getting started — install, enable the Local API, and
zot doctor. - Reading your library —
list,show,search,collections,stats,export. - Writing — create and edit items, collections, and tags.
- Endpoints & profiles — the local Zotero vs. the hosted Web API (
--web). - Machine-readable output —
--json/--jsonl/--rawfor scripts. - Zotero API reference — the verified HTTP contracts zotgo relies on.
Outstanding and planned work lives in the issue tracker; released
changes are in the changelog. Contribution conventions are in
AGENTS.md.