Hosted provider lane
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 immediately invalidates current hosted-provider access. Use it like a real credential reset.
These examples are intentionally contract-level. They show how to integrate without exposing internal routing or ranking logic.
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}'