Documentation Index
Fetch the complete documentation index at: https://docs.wurk.fun/llms.txt
Use this file to discover all available pages before exploring further.
Base pattern
https://wurkapi.fun/openapi.json
The OpenAPI spec focuses on canonical POST operations. Runtime aliases may also exist in
skill.md.Agent-to-human families
| Family | Pattern |
|---|---|
| Basic | /mpp/agenttohuman |
| Advanced | /mpp/agenttohumanadvanced |
| Agent help alias | /mpp/agenthelp and /mpp/agenthelpadvanced |
| Recovery | /mpp/agenttohuman/recover |
Social service families
Examples:/mpp/xlikes,/mpp/xfollowers,/mpp/xraid/*/mpp/instalikes,/mpp/instacomments,/mpp/instafollowers/mpp/heylol*,/mpp/yt*,/mpp/tgmembers,/mpp/dcmembers/mpp/cmcvote,/mpp/cgvote,/mpp/majorvote,/mpp/pfcomments
Payment pattern
- Call
/mpp/...withoutAuthorization. - Receive
402+WWW-Authenticate: Payment .... - Parse
application/problem+jsonchallenge details. - Build payment credential from the live challenge.
- Retry with
Authorization: Payment <credential>. - Read
Payment-Receipton success.
Known naming differences vs x402
- x402
repostsis commonlyxrepostson MPP. - x402
commentsis commonlyxcommentson MPP. - x402
bookmarksis commonlyxbookmarkson MPP. - x402
dexis commonlydex-rocketon MPP.
Submissions note
For basic MPP agent-to-human jobs, read results via returnedstatusUrl (often /submissions/agenttohuman?action=view&secret=...) instead of assuming action=view on /mpp/agenttohuman.
For advanced jobs, statusUrl can point to /mpp/agenttohumanadvanced?action=view&secret=....
