Scry Sources Dex Docs
Sign in Get started
Scry / Agent guides

Agents

Agent guides

How to set up Codex, Claude Code, and other agents on Scry, and the working loops that hold up over long research runs.

Agent paths

Asynchronous research agents How agents use Scry for long-running research loops: inspect schema, run SQL, keep records, and return rows that can be reopened later.Claude Code and Scry A direct setup path for Claude Code agents that need public SQL over Scry corpus sources.Codex and Scry A Scry setup path for Codex sessions that need read-only SQL over public corpora and research records with sources attached.The read-only SQL loop The small agent loop Scry expects: schema, bounded SQL, provenance fields, record, next query.

Default loop

  • ContextRead Scry context before assuming endpoints.
  • SchemaInspect live schema before composing SQL.
  • QueryRun bounded read-only SQL and keep the source fields.
  • EvidenceKeep SQL and row identifiers with the answer.
Public SQLSourcesSchemaWorkflowsAgent guidesQuery examplesDocs