Guides ยท Engineering
API Authentication Modes Basics
Pick and implement API auth methods
This guide describes common API authentication methods, when to use each, how to transmit credentials safely, and how to rotate and revoke access.
- api auth
- oauth
- api keys
- mtls
- security
Choose a mode
Use API keys for server-to-server simplicity, OAuth for delegated user access, and mTLS for high-trust B2B links.
Protect secrets
Send over HTTPS, avoid logging, and store keys/tokens in a vault.
Rotate and revoke
Issue short-lived tokens where possible; provide fast revocation and regeneration paths.
Document usage
Publish examples and required headers; state rate limits and error codes.
Keep Exploring
Guides
Intro to CAD Modeling
Learn the core CAD workflow for turning simple sketches into precise, editable 3D parts.
How it works
Air Traffic Control
Air traffic control coordinates aircraft movements to maintain safe separation.
Comparison
Hydrogen Car vs EV
Hydrogen cars make electricity from fuel onboard, while EVs store electricity directly in batteries.
Examples
Lever Simple Machine
A lever multiplies force by pivoting around a fulcrum, trading distance for mechanical advantage.