{{ apiKey.name }}
{{ apiKey.description }}
{{
apiKey.key || 'Not available'
}}
{{
apiKey.keyPreview || 'cr_****'
}}
Full API key is only shown when first created or regenerated
{{ apiKey.tokenLimit ? apiKey.tokenLimit.toLocaleString() : 'Unlimited' }}
{{ apiKey.dailyCostLimit ? `$${apiKey.dailyCostLimit.toFixed(2)}` : 'Unlimited' }}