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

# Use Albus from an agent

> Give coding agents stable, complete instructions for an Albus integration.

Albus publishes machine-readable documentation alongside the rendered site:

* `/llms.txt` is a concise index of available pages.
* `/llms-full.txt` is the complete documentation corpus.
* `/openapi/openapi.yaml` is the versioned HTTP contract.

For reliable agent execution, give the agent a specific goal, a least-privilege
credential, and a link to the relevant walkthrough or API operation. Tell it
which API or SDK version it must target.

Every integration should handle failed requests and avoid logging credentials.
Use the generated API reference as the authority for request and response
shapes rather than inferring them from examples.
