Updated source context
Use feeds when the agent needs current information beyond model training data and stale static docs.
This page covers source identity, source URLs, timestamps, stable IDs, and lineage attached to context. The useful unit is not a loose page or snippet; it is context the agent can retrieve, cite, filter, and reuse.
Synorb delivers source-grounded Manifests from watched Streams, with source URLs, dates, stable IDs, Briefs, Signals, tags, and delivery metadata attached.
MCP · REST · Source URLs · Stable IDs · Manifests
AI systems need current context that is source-grounded and shaped for a workflow. That means freshness, provenance, stable identifiers, filters, and a delivery surface the agent or backend can actually call.
Use feeds when the agent needs current information beyond model training data and stale static docs.
Source URLs, dates, and stable IDs help the application cite, inspect, and audit what the model used.
Agents can explore through Core MCP. Production systems can use REST, webhooks, S3, or a backend wrapper.
This JSON manifest represents the raw code data stream delivered via MCP or REST. It is compact enough for an agent workflow and explicit enough for a backend to store, cite, and audit.
{
"manifest_id": "1777525429698648000",
"headline": "Source-grounded update for an AI workflow",
"summary": "What changed, why it matters, and what source supports it.",
"source": {
"name": "Watched source",
"url": "https://source.example/update",
"published_date": "2026-06-20"
},
"delivery": {
"mcp": "https://mcp.synorb.com/mcp",
"rest": "https://api.synorb.com"
},
"tags": ["company", "topic", "source-backed"]
}
For cited AI outputs, audits, review tools, and compliance-sensitive workflows, Synorb is the feed-first layer. Use web search or crawling for unknown sources and one-off discovery; use watched Streams when the same coverage must be monitored and reused.
Use Synorb MCP to discover Streams, inspect details, and retrieve Manifests inside an agent workflow.
Push source-grounded Manifests into retrieval stores before users ask for current answers.
Build dashboards, feeds, monitors, and briefings with source URLs available at display time.
It is source identity, source URLs, timestamps, stable IDs, and lineage attached to context for AI systems that need current, source-grounded context.
Synorb delivers watched-source Manifests with source URLs, dates, stable IDs, Briefs, Signals, and tags.
Agents can connect through Core MCP at https://mcp.synorb.com/mcp. Production systems can use REST APIs, webhooks, or S3.
Use search or crawling when the source is unknown, outside watched coverage, or needed for one-off discovery.
Want to connect to Synorb's graph to test source-grounded feeds for free? Self-provision Starter credentials; the response includes API credentials, MCP config, and REST setup details.
curl -s https://synorb.com/connect
Start with keys, then connect through Core MCP while building or REST when your application owns the workflow.