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 PlatformOverview

Developer Platform

This section is the main path for developers building with Aionis. It explains what to install, how to run the local Runtime, and which integration path to choose before you read the deeper product pages.

Start with npx aionis setup. From there, connect the surface that matches your host: TypeScript SDK, raw HTTP, MCP bridge, AIFS, Substrate, native plugins, multi-agent host contracts, or Memory Firewall for external memory backends.

StepPageResult
1QuickstartInstall a local Runtime with npx aionis setup.
2ConceptsUnderstand state, admission, feedback, and memory types.
3GuidesWire the Runtime loop into your Agent host.
4IntegrationsConnect SDK, HTTP, MCP, AIFS, or external memory.
5Product ReferenceDeep-dive each product surface.
6OperationsConfigure embeddings, storage, and security.
  • Use Execution Memory if Aionis will record and adjudicate task history.
  • Use Memory Firewall if you already have Mem0, Zep, a vector DB, markdown notes, or another memory backend.
  • Use Substrate if you want durable evidence, stronger ordinary-memory recall, backup, migration, or preview context.
  • Use Task Context Profiles when one Runtime serves different host tasks such as coding verification, long QA, multi-agent handoff, loop engineering, or document integrity.
  • Use Migration if you are adopting Aionis over an existing memory backend.
  • Use Guides when you are wiring the Runtime loop into an Agent host.

For HTTP endpoint details, see API Reference.

Last updated on