Skip to main content
API reference →
Org index · Context API · Architecture

One index, any view

August 16, 2026 · 5 min read

You don’t need five dashboards and three one-off integrations. You need one complete index of your organization — and then every view you want, whether it’s a weekly report, a chart, or an agent’s answer, is just a query against that index. Not another thing to build.

The default is N crawlers

Watch how org context actually gets built today. Your review bot re-crawls GitHub to figure out who should review a PR. Your internal copilot paginates commits to guess who owns a file. Your metrics dashboard rebuilds the review graph from scratch. Each one hits the same rate limit, reconstructs the same relationships, and ends up with its own shallow, slightly-stale copy of the organization.

N tools, N crawlers, N worse versions of the same thing — rebuilt independently and maintained by no one. That reconstruction is undifferentiated heavy lifting, and it’s the work that stands between “we have an AI tool” and “our AI tool actually understands our codebase.”

One index, many shapes

EOS ingests the whole organization once — commits, pull requests, reviews, ownership, dependencies, CI — and keeps it fresh in real time. The same index is then consumed in whatever shape a given tool needs:

Four surfaces, one source of truth. The review bot asks /context/ownership; the Friday report runs a SQL aggregate; the coding assistant calls an MCP tool — and none of them crawls GitHub or rebuilds anything.

Any view you want

Because the index is complete and queryable, the output is yours to shape. A chart in your dashboard, a plain-language weekly summary a cron assembles, an agent that decides who to route a PR to — all of them are just a query against the same index. The visual explorer in the EOS console is exactly this: one consumer of the index, not the product. You can build any other view the same way.

That’s the whole point. EOS isn’t a fixed set of dashboards you adopt — it’s the index those dashboards (and your agents, and your reports) are built on.

Why one shared index wins

The REST and MCP surfaces are on the free tier (5,000 requests/month, no card); read-only SQL starts on Starter, $5/month. Read the reference or grab a key and point it at your org.
Give your agents the context of your entire GitHub org.
Free tier: 5,000 context requests every month, no credit card.