Back to components
SaaS component
SaaS Management: API Tokens
API token manager with create dialog, scope selection, copy to clipboard, and revoke actions.
Install
$ Run in your project root
pnpm dlx shadcn@latest add https://vibekit.desishub.com/r/saas-management.jsonWhat it does
- Token list with prefix display, copy-to-clipboard with 2-second feedback, and revoke button
- Create token dialog with scope selection (read/write per resource + admin)
- Newly-created token banner with one-time copy warning
- Empty state with guided CTA for first token creation
When to use
Use it
SaaS developer portals, API management dashboards, and account settings pages.
Skip it
Consumer apps without API access or token-based auth.