Agents

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.

Loop

  • StepRead Scry context and schema.
  • StepChoose a source-native surface.
  • StepRun a bounded candidate query.
  • StepPersist SQL and returned identifiers.
  • StepIterate with a narrower query or produce a record.

Setup

GET /v1/scry/context
GET /v1/scry/schema
POST /v1/scry/query

Related workflows