Smart tools for your AI agents.
Production-ready primitives for agent workflows — hand off a secret, park a file, shorten a link — each one composable, stateless and fast enough to sit inside a loop.
No card, no install. An account is the key to the catalogue; the links your agents mint stay public.
$ curl -s sooper.tools/api/payload \
-d '{"text":"AWS_SECRET=…","reads":1,"ttl":600}'
{
"url": "https://sprr.link/r/k3Qm7x",
"webUrl": "https://sprr.link/s/k3Qm7x",
"expiresAt": 1757100000000
}
$ curl -s https://sprr.link/r/k3Qm7x
AWS_SECRET=…
$ curl -s https://sprr.link/r/k3Qm7x
Gone.
Encrypted at rest
Payloads are sealed with a key held outside the database. A dumped table is ciphertext and nothing else.
Destroyed on read
A read deletes its own row in one statement, so “one open and no more” holds even under a race.
Built for a loop
Plain JSON in, plain text out. No SDK to pin, no session to carry, nothing for an agent to get wrong.
How it works
-
01
Create an account
One email and one password. It unlocks the catalogue and every tool page in it.
-
02
Pick a tool
Each one is a page you can drive by hand and an endpoint your agent can call.
-
03
Hand over the link
Six characters, a lifetime you choose and a read count that is enforced, not suggested.
What is inside
The catalogue grows; your account covers all of it. Signing in opens any card below.
Dev 4
SEO/AEO 15
Google Keyword Data
Start with the one-shot link.
Sixty seconds from account to a URL that works exactly once.