Skip to content
All features
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.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/ai/content-store

content-store

packages/ai/content-store

AI runtime · tool registry · MCP boundary

Ready

Capability graph

ai/content-store
content-store
Tool policy
Stream UI
Output

Run ledger

  1. 1
    Input
    packages/ai/content-store/request
  2. 2
    Plan
    message reducer -> model turn
  3. 3
    Tool policy
    tool schema · auth scope · rate limit
  4. 4
    Stream UI
    events -> UI state machine
  5. 5
    Output
    @nebutra/agents response envelope
p50 latency
171 ms
events/sec
310/s
providers
6
eval score
80
Usagecontent-store.ts
typescript
content-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});