Pre-built workflows that execute in one POST.
Describe the task — the agent picks tools, runs them,
stores results in memory.
No prompt engineering. No tool selection. Just POST your input and get structured results.
Choose from 5 pre-built workflows. Each is tuned for a specific task with the right tools already wired up.
Send a URL, domain, text, or data blob. The agent orchestrates the tools automatically and runs them in parallel where possible.
Structured data back in milliseconds. Every run is auto-stored in memory — retrieve anytime with GET /v1/agent/history.
Each template ships with pre-selected tools, a defined input schema, and automatic memory storage on every run.
GET /v1/agent/history
curl -X POST https://slopshop.gg/v1/agent/template/security-audit \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com"}'
GET /v1/agent/history
curl -X POST https://slopshop.gg/v1/agent/template/content-analyzer \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com"}'
GET /v1/agent/history
curl -X POST https://slopshop.gg/v1/agent/template/data-processor \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"data": [...], "instructions": "..."}'
GET /v1/agent/history
curl -X POST https://slopshop.gg/v1/agent/template/domain-recon \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"domain": "example.com"}'
GET /v1/agent/history
curl -X POST https://slopshop.gg/v1/agent/template/hash-verify \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"text": "your data here"}'
POST /v1/agent/run accepts any natural language task. The agent reads your request, selects tools from 82 categories of available tools, runs them, and returns structured results. No template required — just describe what you need.
Every agent run — template or freeform — is automatically persisted to your memory store. Retrieve a full history of agent executions anytime. Your agent's past is always accessible. Memory is free.
GET /v1/agent/historyNo credit card. No waitlist. Sign up and start running agent templates immediately.
Get your API key →