Skip to Content
Aionis v0.3.2 is the current Runtime baseline for SDK/API hosts, MCP clients, plugins, Substrate-backed recall, and self-managed agent loops.
Developer Platform Get StartedOverview

Get Started

Install Aionis, start the Runtime, and connect it to the Agent host you already use.

The fastest path is:

npx aionis setup

That 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

StepPageOutcome
1QuickstartInstall Aionis and see the Runtime/Agent connection points.
2Connect an AgentPick SDK, HTTP, MCP, or AIFS and pass the right final context to your Agent.
3Install with an AI AgentCopy a prompt into Claude Code, Codex, Cursor, Zcode, or another coding agent so it can install Aionis for you.
4Full SetupConfigure Runtime, embeddings, Substrate, AIFS, identity, feedback, and deployment.
5Install AionisUnderstand the package entry points and optional surfaces.
6Run the RuntimeStart the local Runtime and check health.
7First Agent LoopWire observe -> guide -> feedback -> measure into one loop.
8IntegrationsPick SDK, HTTP, MCP, AIFS, Claude Code, multi-agent, or external memory.

What You Need

RequirementWhy
Node.js 22+Runtime and package entry points run on modern Node.
Embedding provider keyStored-memory recall and recall-backed guide output need embeddings.
Agent hostAionis compiles governed context; your Agent host executes tools and model calls.

Next

Last updated on