← API Reference
AI Agent
Full current-state snapshot for LLM grounding
get
/api/v1/agent-contextAuthentication
Stytch session JWT or Bearer API key (cx_...).
Responses
200Agent context
okboolean
asofDaystring
factorBreadthobject
compositeScoresobject
recentSignalsobject
pipelineStatusobject | null
durationMsinteger
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).