Carrier Desk — API tokens API tutorial

Your API token

This page manages the token this browser uses with Carrier Desk — 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. Do not commit it, do not paste it into sites you do not 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.