Skip to content
unlob

Glossary

What is Admission control?

Verified 21 September 2026

Conventional search indexes almost everything and relies on ranking to surface the good material. That works when a human reads the results, because a person discards bad results at a glance and at no cost.

An agent can reformulate and triage, but every such loop costs latency, retrieval calls and context tokens. So quality has to move earlier: admit only what is worth returning, and say what the returned evidence is.

unlob is built on this principle: we admit selectively rather than indexing everything, so a search returns fewer and better hits. The trade is a smaller index, which we treat as something to be honest about — why_not(url) reports whether any URL is present, was removed with a typed reason, or was never admitted. How the admission decision itself is made is not published.

How unlob handles this: How it works

Common questions

What is Admission control?

Admission control decides at index time which documents are worth indexing at all, rather than indexing everything and sorting it out at query time.

How does Admission control work in practice?

An agent can reformulate and triage, but every such loop costs latency, retrieval calls and context tokens. So quality has to move earlier: admit only what is worth returning, and say what the returned evidence is.

See it working

The free tier is 10,000 credits a month with no card — enough to test any of this against your own queries.

API and MCP reference ↗