Agent sessions, over HTTP
Albus runs named agent sessions through an HTTP API. Send a prompt to a session ID you choose; later requests to the same ID continue that conversation.
Agent capabilities
Build agents with subagents, shared agent memory, steering while a run is in progress, model routing, and model fallbacks.
Runtime capabilities
Albus provides sandboxed execution, durable runs, run cancellation, pause and resume, cost visibility and controls, and observability out of the box.
Run a session
POST https://albus.sh/api/sessions/{session_id}
Install the Albus CLI, call the API directly, or use the Python and TypeScript SDKs. Read the Albus documentation.