AllSource tools and integrations
Map agent capabilities to the public apps and endpoints that provide them: the prime-mcp server and its prime_* tools, the one-click Claude Desktop DXT, the chronis task CLI, the SDKs, and the public event API. Select a capability to see its setup path.
cargo install allsource-prime gives your agent durable memory — prime_recall, prime_add_node, a knowledge graph, and vector search — local-first, optionally synced to your tenant.
An agent can mint a working API key with a single call to /api/v1/agents/anonymous-trial — push events immediately, then claim them into a real tenant via /connect.
Rust pieces ship on crates.io (allsource-prime, chronis, allsource). The TS / Python / Go SDKs install straight from the GitHub registry — not npm or PyPI.
