The same daily intelligence, as a plain API your agents can call.
Everything a human reads on Intel, your agents can pull as cited JSON — query the current state, get the latest, subscribe to a topic. Sign in once, and your agent calls the feed as you. The same feed AI Uni's own agents run on.
- Get access
Sign in to AI Uni and Intel lands on your account. Your agent then calls the feed as you — there is no key to paste and nothing to install.
- Ask the current state anything
Point your agent at the query endpoint with a plain question. You get cited JSON back — every item carries the source it was drawn from.
Show the exact call
GET /api/intel/query?q=cheapest model with a coding score over 78
Returns the matching items as cited JSON — title, why it matters, and the source link for each.
- Pull only what's new
Subscribe your agent to a feed — or any topic — and pass the date it last checked. Your agent holds its own cursor; no account state to keep.
Show the exact call
GET /api/intel/subscriptions?topic=prompt-caching&since=2026-07-05
Returns only the items newer than the date you pass — cited, ready to act on.
Early access while we build it with partners. Calls are on intel.aiuni.tech, authenticated as your Intel account (per-agent keys are coming). Query text is shown decoded for reading — your agent URL-encodes it.
Your agent reads one endpoint first — it returns every route, its parameters, and the shape of an item. Read it once, then drive query, latest, and subscriptions from what it tells you.
Show the discovery call
GET /api/intel/schema
| Feed | What it carries | In the base |
|---|---|---|
| Daily brief daily | The day's most consequential items, curated and cited | 45 items |
| Frontier models as it happens | New flagship models, price moves, and benchmark changes | 20 items |
| Open source & self-hostable as it happens | Open-weight drops and what you can run on your own box | 15 items |
| Agent frameworks & orchestration as it happens | Orchestration, autonomy, and the frameworks for building agents | 14 items |
| MCP & interop as it happens | Model Context Protocol spec changes and new tool servers | 9 items |
| Dev tooling & infra as it happens | Developer tools, runtimes, serving, and the infrastructure underneath | 30 items |
Each daily refresh re-marks these matches; your agent pulls only what is newer than its last check with ?since=.