Schema
The schema
The tables, views, and functions an agent can query, with the shape of each surface and the source data behind it.
Objects
hackernews.items table - The enabled source-native Hacker News relation: public IDs, authors, timestamps, scores, payload text, and links.POST /v1/scry/query endpoint - The synchronous SQL-over-HTTPS endpoint for Scry: send bounded read-only SQL (ClickHouse dialect) as text and receive one JSON document or a typed HTTP error within the advertised execution ceiling.