SpinNames for AI Agents
Build a ready-to-spin wheel with a single link. No API key, no account, nothing stored.
For humans: ask your AI
Paste a prompt like this into ChatGPT, Claude, Gemini, or any assistant:
Make me a SpinNames wheel link with these names: Alice, Bob, Charlie, Diana. Use the format https://spinnames.xyz/?names=Name1,Name2
Click the link it gives you — the wheel opens with your names loaded. Press SPIN.
Do it yourself
Add ?names= to the site address, then your names separated by commas:
https://spinnames.xyz/?names=Alice,Bob,Charlie,DianaTry this example
Spaces are fine — use %20 or + if your tool requires it (e.g. ?names=Pizza,Tacos,Pad+Thai).
For AI agents & developers
- Endpoint:
GET https://spinnames.xyz/?names= - Parameter
names: comma-separated, URL-encoded entries (max 500). - No authentication, no rate limit, no server storage — entries live in the URL.
- Result spins with cryptographically secure randomness (
crypto.getRandomValues()). - Entries containing commas are not supported — remove or replace commas.
Need a saved or password-protected wheel instead? Use Custom Wheels.