Trigger an on-demand Cortex intelligence report for a gate
Sessions
Trigger an on-demand Cortex intelligence report for a gate
Use when: caller wants Cortex to produce a fresh cross-session intelligence report for a gate immediately (vs. waiting for the scheduled run)
Kicks off a Cortex agent run over the gate’s recent analysis window (defaults to 7 days, configurable per gate). Returns immediately with a reportId and status: pending; the report builds asynchronously and can be fetched via GET /gate/:gateId/cortex.
POST
Trigger an on-demand Cortex intelligence report for a gate
Documentation Index
Fetch the complete documentation index at: https://docs.verlon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Layer API key (prefixed sk-). Generated from the dashboard under Settings → API Keys, or via layer key create in the CLI.
Response
Report queued; returns { reportId, status: "pending" }.