How do I query Scry?
sqlschemaquery
Answer
Authenticate with a Scry account API key, inspect the live schema, then submit one bounded read-only statement.
Methodology
The schema response (key required) is generated from the enabled relation registry and is the sole authority for relations, columns, helpers, provenance, freshness, and processing metadata. Preserve only record and accounting fields actually returned.
Last verified: 2026-07-11
Query
Run this SQL in Scry to reproduce this answer. Paste into Claude Code with the Scry prompt, or call the API directly.
SELECT hn_id, title, original_author, original_timestamp, uri FROM hackernews.items WHERE title != '' ORDER BY hn_id DESC LIMIT 20
Try this query yourself
Create a Scry account, get your personal key from Console, then copy the Scry prompt into Claude Code. Your agent composes the SQL.
Get the Scry prompt