API keys

Your secret API keys for authenticating requests.

{#if newlyCreatedKey}

Save your key

This won't be shown again. Copy it now and store it safely.

{newlyCreatedKey}
{/if}

Name

{#if keysLoading}
{:else if keys.length === 0}

No API keys yet

Create your first key to start using the API

{:else} {#each keys as k, i}

{k.name ?? 'API Key'}

sk-••••••••••••••••••••
{/each} {/if}