PROMPTS & APIs • 97 / 397
Understand how applications send instructions to models and handle production API behavior.
Authorization
Authorization decides what an authenticated identity is allowed to do.
Think of it like
Think of Authorization like a restaurant or service desk: the request must reach the right endpoint in the right format and the response must be handled safely.
Real life
Web applications use concepts such as Authorization to communicate with external services.
SRE lens
An SRE assistant may read metrics but require additional approval to restart services.
Remember thisAuthorization decides what an authenticated identity is allowed to do.