13 · Environments & Packaging

API Key / Token

Your secret credential for a service

A secret string that identifies and authorizes you when your code calls a service's API — and usually what it's billed against.

Concrete example

Your app sends its API key with each request so the provider knows it's you.

Why it matters

The credential behind almost every integration — guard it like a password.