> ## Documentation Index
> Fetch the complete documentation index at: https://docs.silo-software.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Server API

> Explain the backend request flow that complements the client integration.

# Server API

Backend integrations should stay explicit about authentication, retries,
timeouts, and how client identifiers are validated.

## Baseline checklist

* authenticate every request
* separate staging and production credentials
* log failures with enough context for support
* treat client-sent identifiers as inputs, not proof
