Reference
Glossary
Plain-language definitions of the terms and jargon you'll run into across the docs. Each term has a stable link you can share.
A
- API key
- A secret token that authenticates your application to a HANK API. Send it as a bearer token on each request; treat it like a password and never commit it to source control.
C
- Changelog
- A dated, per-product list of release notes describing what shipped in each version — the running history of changes to a product.
M
- MDX
- Markdown extended with JSX components. Documentation pages here are authored in MDX, so a topic can mix prose with interactive components (callouts, term tooltips, and the like).