Get Started
Install Aionis, start the Runtime, and connect it to the Agent host you already use.
The fastest path is:
npx aionis setupThat installs a local Runtime, writes .env, configures embeddings, and prints
the integration options for SDK, HTTP, MCP, AIFS, Claude Code, Substrate, and
external memory governance.
Path
| Step | Page | Outcome |
|---|---|---|
| 1 | Quickstart | Install Aionis and see the Runtime/Agent connection points. |
| 2 | Install with an AI Agent | Copy a prompt into Claude Code, Codex, Cursor, Zcode, or another coding agent so it can install Aionis for you. |
| 3 | Full Setup | Configure Runtime, embeddings, Substrate, AIFS, identity, feedback, and deployment. |
| 4 | Install Aionis | Understand the package entry points and optional surfaces. |
| 5 | Run the Runtime | Start the local Runtime and check health. |
| 6 | First Agent Loop | Wire observe -> guide -> feedback -> measure into one loop. |
| 7 | Integrations | Pick SDK, HTTP, MCP, AIFS, Claude Code, multi-agent, or external memory. |
What You Need
| Requirement | Why |
|---|---|
| Node.js 22+ | Runtime and package entry points run on modern Node. |
| Embedding provider key | Stored-memory recall and recall-backed guide output need embeddings. |
| Agent host | Aionis compiles governed context; your Agent host executes tools and model calls. |
Next
- Start with Quickstart.
- Use Install with an AI Agent when you want your coding assistant to set up Aionis from a prompt.
- Use Full Setup when you are wiring a real Agent workflow.
- Choose an Integration.
- Read Execution Memory for the primary product surface.