Applied AI·The API layer
it is HTTP. Each request stands alone, exactly like a REST endpoint without sessions.
Statelessness
The API remembers nothing between calls. Any 'memory' a product shows is application code storing and resending history. This is the single most common misconception among engineers new to LLM APIs.