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
-
Installation – Install the
akshiCLI via the curl installer or build from source. Covers supported platforms and environment variables. -
Quickstart – Run
akshi quickstartto scaffold a default config, build a sample agent, and start the runtime. Verify everything works through the dashboard and CLI. -
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.
-
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.