Swarm primitives
Lithtrix is the trust and audit layer for multi-agent swarms — not a workflow engine. Register once, spawn scoped sub-agents with keys that expire, hand off work with a signed contract that says exactly what each agent may read and write, and pull a single audit trace for the whole task.MCP flow (recommended)
lithtrix_register— includepassport_public_keyor configureLITHTRIX_PASSPORT_MASTER_SEEDlithtrix_spawn— creates child + scoped sub-keylithtrix_delegate— signs locally; returnstask_id+delegation_idlithtrix_trace_append— records audit transitionlithtrix_trace_get— reads full chain
Discovery
GET /v1/capabilities → swarm block includes endpoints, conflict_policy_allowed, signing format, and MCP tool names.