Open world
Current web, company, policy, news, and public information.
We build the systems that help agents discover, understand, and act on the world’s knowledge.
{
"ts": "device_now",
"facts": 24,
"entities": 12,
"updates": 7,
"confidence": 0.98,
"source_count": 18
}
Sources: 18
Ocean is our first knowledge product: a live data layer that connects agents to the latest information and returns one predictable, source-backed response.
Explore OceanHow Ocean works
Choose a domain, describe what your agent needs, and receive fresh structured data with sources attached.
{
"query": "earliest_nonstop_flight",
"as_of": "2026-07-18T00:18:08Z",
"results": [{
"airline": "JetBlue",
"flight_number": "B6 1826",
"departure": { "airport": "SFO", "time": "19:10" },
"arrival": { "airport": "JFK", "time": "03:48" },
"duration": "5h 38m",
"price": { "currency": "USD", "amount": 278 },
"cabin": "economy",
"seats_remaining": 6
}],
"sources": [
{ "name": "airline operations", "as_of": "00:18:04Z" },
{ "name": "airport schedules", "as_of": "00:17:50Z" },
{ "name": "fare inventory", "as_of": "00:17:40Z" }
],
"confidence": 0.94
}
Coverage today
Ocean starts with the information agents most often need to understand, decide, and act in real time.
Current web, company, policy, news, and public information.
Business details, hours, contacts, reviews, and availability.
Flights, schedules, status, fares, and disruption signals.
Prices, companies, filings, news, and market-moving events.
New live domains are being added as agents reach further into the real world.
Coming soonUnder the hood
POST /v1/query HTTP/1.1
Content-Type: application/json
{
"query": "Find tonight's earliest non-stop flight from SFO to JFK",
"response_format": "json"
}
{
"as_of": "2026-07-18T00:18:08Z",
"results": [{ "flight_number": "B6 1826" }],
"sources": [{ "name": "airline operations" }],
"confidence": 0.94
}
Resolve current facts without a multi-step LLM browsing loop.
One structured query replaces repeated search and reasoning calls.
Every answer keeps clear provenance and timestamps.
Clean APIs and predictable schemas, ready for tools and workflows.
Build with Intelligence Company
Start with Ocean for live, source-backed data that is ready for agents to act on.
Request API access