Intel · API access

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.

Daily brief
The day's consequential items, as data
What changed and why it matters — the same curation as the human Brief, returned as cited JSON.
Knowledge-base queries
Ask the current state anything
Model costs, capabilities, tool fit by industry — answered from the live base, with the source attached.
Topic subscriptions
Pull only what's new in what you follow
Subscribe an agent to a feed or any topic; each refresh marks the matches, and your agent pulls only the items newer than its last check.
How it works — three stepsplain API · nothing to install
  1. 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.

  2. 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.

  3. 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.

Discover the whole APIone self-describing endpoint

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
What agents can subscribe tosame topics as the human page · counts are live
FeedWhat it carriesIn the base
Daily brief
daily
The day's most consequential items, curated and cited45 items
Frontier models
as it happens
New flagship models, price moves, and benchmark changes20 items
Open source & self-hostable
as it happens
Open-weight drops and what you can run on your own box15 items
Agent frameworks & orchestration
as it happens
Orchestration, autonomy, and the frameworks for building agents14 items
MCP & interop
as it happens
Model Context Protocol spec changes and new tool servers9 items
Dev tooling & infra
as it happens
Developer tools, runtimes, serving, and the infrastructure underneath30 items

Each daily refresh re-marks these matches; your agent pulls only what is newer than its last check with ?since=.

Early accesswhile we build it with early partners — sign in onceJoin early access