How-To Guides¶
Task-oriented guides for configuring, securing, and connecting an LGOS application.
-
Configure runtime settings
Let OpenAI clients discover and choose a safe, typed subset of per-request graph behavior.
-
Add authentication
Protect
/v1with standard bearer tokens while preserving OpenAI client compatibility. -
Operate production logs
Correlate HTTP requests with
X-Request-IDand connect LGOS records to the logging and tracing system owned by your deployment. -
Accept and display files
Store opaque uploads in an external Files service and give graphs native OpenAI
file_idreferences, then present generated files with function calls. -
Use a proxy
Preserve native Responses items, metadata, Files operations, errors, and streaming cancellation through an OpenAI-compatible gateway.