Skip to content

Search docs

Find pages, headings, and concepts. Press ⌘K or Ctrl+K to toggle.

Research & data

Open knowledge sources and search APIs for research agents.

Public-data and search connectors. Most require no credentials; a few use an API key.

Wikipedia (wikipedia) — no auth

OperationPurpose
searchSearch article titles.
get-summaryLead summary for an article.

arXiv (arxiv) — no auth

OperationPurpose
searchSearch papers.
get-paperMetadata for a paper ID.
save-pdf-to-filesSave the PDF to the user's files.

Example: a literature-review agent calls search, then save-pdf-to-files for the top three results.

PubMed (pubmed) — no auth

OperationPurpose
searchSearch PubMed.
get-abstractFetch an abstract.

Open Library (openlibrary) — no auth

OperationPurpose
searchSearch books.
get-workWork metadata.

Open-Meteo (open-meteo) — no auth

OperationPurpose
forecastWeather forecast for a location.
geocodeResolve a place name to coordinates.

Exa (exa) — API key

Neural web search. Slug registered with authType: "api_key". The operation surface is loaded from the registry once an API key is configured.

Other knowledge sources

The registry also includes Coin Gecko (coin-gecko), OpenWeatherMap (openweathermap), Amadeus, Bitly, and many more. Browse /[orgSlug]/connectors for the full list and the per-connector operation set.