Build / Codex agent data feed
How to build an agent data feed with Codex.
Ask Codex to add a Synorb-backed feed to your app: a server-side route pulls fresh Manifests, the app stores or renders normalized rows, and the agent consumes source-linked context instead of crawling from scratch.
Pattern
Feed the agent with cited objects.
Data layer
Synorb Manifests
Fieldsheadline, summary, sourceUrl, publishedDate, stream, tags
Agent layer
Retrieval context
Use formonitoring, answering, ranking, review, follow-up tasks
Build prompt
Paste this into Codex.
Add a Synorb-powered agent data feed to this app. First inspect the existing backend and data model. Create a server-side route that calls Synorb REST with SYNORB_API_KEY and SYNORB_SECRET from environment variables. Normalize Manifests into rows with id, headline, summary, publishedDate, sourceUrl, sourceName, streamNames, and tags. Add storage or cache only if the app already has a pattern for it. Do not expose credentials to client code. Add UI or agent-facing helpers that preserve source links.
Good fits
Use this when the app needs current context.
Research agents
Give an agent fresh Manifests before it answers user questions.
Monitoring apps
Keep a database or queue updated with recent source-backed events.
Editorial review
Let people approve cited items before they publish or trigger workflows.
Start
Add a feed the agent can cite.