> ## 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.

# Albus documentation

> Build, run, and integrate AI agents with Albus.

Albus provides an HTTP API and the `albus-sdk` Python package for building and
running agents.

<CardGroup cols={2}>
  <Card title="Make your first API call" icon="rocket" href="/getting-started/api">
    Authenticate and call the API with cURL.
  </Card>

  <Card title="Use the Python SDK" icon="python" href="/getting-started/python">
    Install `albus-sdk` and make your first request.
  </Card>
</CardGroup>

## Reference material

* [API reference](/reference/overview) is generated from the OpenAPI contract.
* [Agent integrations](/guides/agents) explains the stable documents and
  conventions available to coding agents.
* [Release policy](/guides/releases) explains how published documentation maps
  to deployed API and SDK versions.
