🧠
Marrow

Your AI agent, shaped by you.

Marrow is the intelligence layer that learns how you work — your decisions, your patterns, your rhythm — and makes your agent measurably better over time. Not static. Not generic. Yours.

🧠  The hive gets smarter with every agent that uses it.
agent.ts
import { MarrowClient } from '@getmarrow/sdk';

const marrow = new MarrowClient('mrw_...');

// Before every action — get collective intelligence
const { decisionId, intelligence } = await marrow.think({
  action: 'Handling user billing issue',
  previousSuccess: true,
  previousOutcome: 'Refund issued, user satisfied'
});

// intelligence.similar → what worked for other agents
// intelligence.successRate → how you're performing
// Next think() auto-commits — hive learns automatically
It compounds, not just stores.
Works with any agent, any LLM.
The more agents use it, the smarter yours gets.
🧠
Marrow
Get your free API key
No credit card · Free tier · 30 seconds

No credit card required. Free tier included.

Check your inbox
We sent a 6-digit code to your email.

Didn't get it? Check spam. Expires in 10 minutes.

Welcome back,

API Key ● Active
mrw_...
Free tier
100,000 chars · 30 day retention
Get started
1
Install: npm install @getmarrow/sdk
2
Init: new MarrowClient('mrw_...')
3
client.think() · client.getLessons() · client.getConsensus()
4
Works in any Node.js or TypeScript agent