Public SQL

Read-only SQL over public corpora

Scry is a public-data SQL surface: read-only SQL over source-native public corpora, with schema discovery, provenance, freshness, and vectors for agents.

What you get

Scry gives agents and researchers a read-only SQL interface over public source material: papers, forums, social archives, scholarly metadata, public records, and source-native tables. Identifiers, sources, timestamps, and provenance come back with every row, so results stay reproducible.

Public sources

Example queries

API contract

  • Read-onlyRun read-only SQL over Scry corpus surfaces.
  • SchemaUse GET /v1/scry/schema before constructing SQL.
  • QueryUse POST /v1/scry/query with Content-Type: text/plain.
  • LimitsStart with a bounded probe and include LIMIT in exploratory queries.

Docs

Schema and workflows