Resources Documentation

Documentation

2 min read·Updated 30 Jul 2026

Everything you need to build with Arble. Installation, building, automation, deployment, and operating it in production.

Every topic is its own page. Use the sidebar to browse by section, or search to jump straight to a command, an endpoint or an error code.

Quick start

Four steps from nothing to a working agent. Do them in order — each assumes the previous one.

Browse documentation

  • Install — Install the desktop app, the CLI, or both, on macOS, Linux or Windows.
  • Memory — Durable per-project facts, retrieved semantically and outliving sessions.
  • Tool SDK — Build native tools in Python, TypeScript, Go or Rust.
  • CLI — Drive every part of Arble from the terminal.
  • API Reference — REST and streaming API: sessions, runs, memory, tools, permissions.
  • Permissions — The gate every tool call passes, whatever initiated it.

Latest updates

PageChange
Tool SDKNew — decorators, schemas, streaming, publishing
CLINew — full command reference, scripting, CI
API ReferenceNew — REST, SSE, webhooks, errors
Self-hostingNew — Docker, Kubernetes, HA, DR
MemoryExpanded — encryption, reindexing, retention

Playbook

The Playbook is not product documentation. It teaches the concepts underneath AI systems — context windows, planning, tool calling — using Arble as an example rather than a subject. Read it to understand why an agent behaves as it does; read these guides to know what to type.

Need help