- {shownValue}
- Loading…
; - } - - if (!isAuthenticated) { - const isBusy = status !== 'idle'; - const buttonLabel = status === 'connecting' ? 'Connecting…' : status === 'signing' ? 'Signing…' : 'Connect Wallet'; - return ( -You need to connect one of your Talent Protocol wallets to manage your API keys.
- -Manage your Talent API keys below and access the docs here.
- - {!isLoadingProfile && !isLoadingScore && ( -Loading keys…
- ) : (data?.api_keys?.length ?? 0) === 0 ? ( -No API keys yet.
-- Please provide a project name and description to receive your free API key. Note that these free keys come with rate and usage limits. If you plan to use the API in a production, please contact us at - {' '}builders@talentprotocol.com. -
-- This action cannot be undone. The selected API key will be revoked and will stop working immediately. -
-