API keys authenticate your requests to the You.com API. You can create and manage your keys from the API Keys page on the Platform.
Store your API key securely as soon as it’s created. You won’t be able to view the full key again after leaving the page.
The API Keys page shows all your active keys with:
You can rename or delete keys from this page at any time.
To rotate a key, create a new key, update your applications to use the new key, and then delete the old one.
To revoke a key immediately, click Delete next to the key on the API Keys page. Revoked keys stop working immediately.
If you suspect a key has been compromised, revoke it immediately and create a new one.
.env files to your .gitignore.