Choose an Integration
Pick the integration based on where your Agent loop already runs.
| If you use | Start here | Why |
|---|---|---|
| Node or TypeScript Agent | TypeScript SDK | Fastest application integration. |
| Claude Code, Cursor, or MCP client | MCP | Try Aionis without rewriting the host loop first. |
| Any service language | Raw HTTP | Call product APIs directly. |
| Planner/worker/verifier/reviewer | Multi-Agent Hosts | Share governed execution state across roles. |
| Mem0, Zep, vector DB, markdown | External Memory | Use Aionis as a governance layer. |
Product-first Choice
| Goal | Product |
|---|---|
| Continue long-running Agent work | Execution Memory |
| Govern third-party memory candidates | Memory Firewall |
| Replay what happened after an incident | Agent Flight Recorder |
| Make loop-engineered Agents remember safely | Loop Engineering |
When in doubt, start with SDK and compact Agent context.