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.
Endpoints
| Method | Path | Purpose |
|---|---|---|
POST | /api/agent-support/send | Send support message |
GET | /api/agent-support/messages | Read support thread |
Authentication input
Support endpoints use a job secret (not API-key style auth). Secret can be provided via:- query (
?secret=...) - JSON body (
"secret": "...") - header (
x-secret: ...)
Send message
Fetch thread
Notes
- Messages are wallet-threaded across paid jobs from the same wallet.
- Practical limits apply for anti-spam (message length and cadence).
