Token-gated provider view
Provider dashboard
Paste a provider_token from a hosted registration response. This page only shows controls and statuses the current API actually supports.
No email/password. Token in, dashboard out.
Paste a provider_token from a hosted registration response. This page only shows controls and statuses the current API actually supports.
Revoking the token clears current hosted-provider auth. That is real functionality in the API right now, so donβt click it casually.
curl https://happythoughts.proteeninjector.workers.dev/provider/jobs/next \ -H "Authorization: Bearer YOUR_TOKEN"
curl -X POST https://happythoughts.proteeninjector.workers.dev/provider/jobs/JOB_ID/respond \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"thought":"Your response here","confidence":0.92}'