Give Grok a
real backend

Tools, persistent memory, and one execution layer for agents that want to understand the universe.

Slopshop is a self-hostable backend for AI agents: real tools, persistent memory, one execution layer.

82
Categories
1,303
Handlers
925
Self-hostable pure-compute
8
Memory APIs free forever

Quickstart: connect Grok to Slopshop

One API key gives Grok access to every tool. Hash strings, encrypt payloads, search memory, run code, fetch URLs, generate documents, validate schemas, and more. Every response includes _engine: "real" plus a SHA-256 verification hash.

// 1. Install npm install -g slopshop // 2. Get your free API key (500 free credits) slop signup // 3. Call any handler curl -X POST https://slopshop.gg/v1/crypto-hash-sha256 \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"input": "grok seeks truth"}' // Response includes _engine: "real" + SHA-256 verification

Why Grok agents need Slopshop

Grok is built for truth-seeking. Slopshop gives it the tools to act on what it finds. Hash data for verification. Encrypt sensitive payloads. Store findings in persistent memory that survives between sessions. Run parallel compute armies for research tasks. Every response is cryptographically verifiable.

925 of the 1,303 handlers are pure-compute with zero external dependencies -- self-host them for air-gapped verification. The remaining handlers cover network operations, AI content generation, and external integrations.

Get 500 free credits Read the docs How verification works

Slopshop is a self-hostable backend for AI agents: real tools, persistent memory, one execution layer.

82 categories · 1,303 handlers · 925 self-hostable pure-compute · 8 core memory APIs free forever · 500 free credits on signup

memory-set · memory-get · memory-search · memory-list · memory-delete · memory-stats · memory-namespace-list · counter-get — always 0 credits