CRYPTYX Docs
← API Reference
AI Agent

Full current-state snapshot for LLM grounding

get/api/v1/agent-context

Authentication

Stytch session JWT or Bearer API key (cx_...).

Responses

200Agent context
ok
boolean
asofDay
string
factorBreadth
object
compositeScores
object
recentSignals
object
pipelineStatus
object | null
durationMs
integer

Example request

curl -X GET 'https://cryptyx.ai/api/v1/agent-context' \
  -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).