AI runtimepackages/ai/content-store
content-store package
Headless CMS adapter — Sanity / Strapi / Notion behind one ContentEntry<T> read API. Drives marketing pages and product copy.
- Stability
- Stable
- Scope
- Global
- Boundary
- packages/ai/content-store
content-store
packages/ai/content-storeAI runtime · tool registry · MCP boundary
Ready
Capability graph
ai/content-storecontent-store
Tool policy
Stream UI
Output
Run ledger
- 1Inputpackages/ai/content-store/request
- 2Planmessage reducer -> model turn
- 3Tool policytool schema · auth scope · rate limit
- 4Stream UIevents -> UI state machine
- 5Output@nebutra/agents response envelope
p50 latency
171 ms
events/sec
310/s
providers
6
eval score
80
Usagecontent-store.ts
typescriptcontent-store.ts
1import { contentStore } from "@nebutra/content-store";
2
3const result = await contentStore.run({
4 tenantId: org.id,
5 // content-store is part of the AI runtime — composable with other AI primitives.
6 input: payload,
7});