Review Season — API tokens

The token this browser uses, and how to take it to your scripts.

API tutorial Open the app

Your API token

This page manages the token this browser uses with Review Season — the same one the API tutorial's scripts need. It is stored on this device under skillsafe_app_token:review-season and never leaves it except in calls to api.skillsafe.ai.

This device's token

Checking…

Treat this token like a password: anyone who has it can spend its 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 — 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; review-writing 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.