Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Getting Started

This section walks you from a fresh install to a running agent in a few minutes. Work through the pages in order or jump to the one you need.

Setup path

  1. Installation – Install the akshi CLI via the curl installer or build from source. Covers supported platforms and environment variables.

  2. Quickstart – Run akshi quickstart to scaffold a default config, build a sample agent, and start the runtime. Verify everything works through the dashboard and CLI.

  3. First Agent – Create an agent project from scratch, write Rust code against the Akshi SDK, compile to WebAssembly, and run it under the runtime with a custom configuration.

  4. Starter Agents – Explore the four built-in templates (log-monitor, code-reviewer, test-runner, research-lead) that demonstrate common agent patterns you can adapt for your own use cases.