Prerequisites
- A Minns API key — create one on your project page (see Authentication)
- Node.js 18 or higher
- npm or your preferred package manager
Install the SDK
Initialize the client
Log your first event
Use the fluent event builder to send a user message tied to a goal:Log an action with an outcome
Recall memories
After your agent has completed a few episodes, you can query for relevant past experiences:Search extracted knowledge
Query soft facts using natural language:Get action suggestions
Ask the Policy Guide what your agent should do next:Clean shutdown
Always flush the event buffer before your process exits:Next steps
Event builder
Master the full fluent API for building rich events.
Core concepts
Understand how Events, Episodes, and Memories connect.
Query selection guide
Learn which search to use for every situation.
API Reference
Explore every endpoint in detail.
