Your API token
This page manages the token this browser uses with WebML Clinic — the same one the
API tutorial's scripts need. It is stored on this device under
skillsafe_app_token:webml-clinic and never leaves it except in calls to
api.skillsafe.ai.
This device's token
Checking…
SKILLSAFE_TOKEN) over hard-coding it.
"Forget on this device" only removes the local copy — guest tokens simply expire,
and a personal token can be re-issued by signing in again.
Using it
Copy the shell export above, then follow the API tutorial —
every example reads SKILLSAFE_TOKEN from your environment. Guest tokens work
for GET /me and POST /estimate; code-review runs on
POST /run and POST /run-stream are metered, so use a personal
token when you want them billed to your account. Fully scripted guest tokens (no browser
at all) come from POST /guest, covered in step 1.