Your API token
This page manages the token this browser uses with Analysis Auditor — the same one the API
tutorial's scripts need. It never leaves your device except in calls to
api.skillsafe.ai.
This device's token
Checking…
Treat this token like a password: anyone who has it can spend this token's credits through
this app's API. Don't commit it, don't paste it into sites you don't trust, and prefer an
environment variable (
SKILLSAFE_TOKEN) over hard-coding it. "Forget on this
device" only removes the local copy — it is not a server-side revocation. 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. Scripted guest
tokens (no browser at all) come from POST /guest, covered in step 1.