Self-serve onboarding now supports workspace signup + login in the dashboard:
email/password session, workspace creation, one-time API key display, key rotation, and scoped permissions.
One-time setup links are still available as an optional admin-assisted fallback. Admin token remains internal
to token service operations.
These commands use staging endpoints directly and follow the self-serve control-plane flow:
signup/login -> workspace session -> key create/rotate. The returned API key is used as
Authorization: Bearer ... for scoring and usage.
Create session + key
Includes an instant trial-key path (POST /v1/keys/trial) plus the dashboard session flow.
Show plan limits
Check usage
Rotate key (self-serve replacement)
Demo Page
Use a single screen to paste a claim JSON, run denial scoring, and generate an appeal draft from the
returned factors.
Appeals generation requires a token scope that includes appeals:generate (for example, an
enterprise key).