API Keys

Create New Key

{#if newKeyValue}

Save Your API Key

Copy this key now. It will not be shown again.

{newKeyValue}
{/if}

Your Keys

{#await keysPromise}
Loading keys...
{:then keys} {#if keys && keys.length > 0} {:else}
No API keys yet. Create one above.
{/if} {:catch}
Failed to load keys. Please try again.
{/await}