Real-time institutional intelligence, on tap.
Cortex Alpha gives you the same scored intelligence stream, macro regime, and grounded narrative LLM that powers the Xyron and Arenberg terminals. Ship it into your trading model, your Bloomberg add-in, your Slack, your nightly briefing.
Scored signals
Insider clusters, analyst revisions, supply-chain events, social sentiment, market-microstructure breaks — pre-scored for sentiment, impact, regime, time horizon.
Macro regime
Live composed regime view: rates, FX, vol, correlations, news. Includes affected assets and a recommended-action playbook.
Grounded narrative
Ask in natural language; get an answer grounded in the same BigQuery / pgvector corpus the terminal uses, with explicit citations. Pro / Enterprise only
Streaming
WebSocket fan-out of every scored event, every regime shift, every signal fire. Sub-second from source to your socket.
Tiers
| Tier | Price | Daily quota | Burst | Narrative |
|---|---|---|---|---|
| Dev | Free | 1 000 | 60 rpm | — |
| Starter | $99 / mo | 10 000 | 300 rpm | — |
| Pro | $499 / mo | 100 000 | 1 200 rpm | 100 / day |
| Enterprise | Custom | Unlimited | 5 000 rpm | 1 000 / day |
Quickstart
Get a key, then make a request.
# Recent scored signals — costs 1 quota unit
curl -H "X-Api-Key: $XYRON_KEY" https://api.xyron.ai/v1/cortex/alpha/signals/recent
# Current macro regime
curl -H "X-Api-Key: $XYRON_KEY" https://api.xyron.ai/v1/cortex/alpha/regime/current
# Grounded narrative — Pro+ only
curl -H "X-Api-Key: $XYRON_KEY" -H 'Content-Type: application/json' \
-d '{"question":"What changed in SPY regime in the last 24h?","symbols":["SPY"]}' \
https://api.xyron.ai/v1/cortex/alpha/narrative/ask
Full API reference
Live OpenAPI spec rendered with Redoc. Every endpoint, every parameter, every error code.
Open API docs Download openapi.yamlGetting an API key
Identity Platform sign-in lives at app.xyron.ai/account/api-keys. Mint a key, rotate as needed, set per-key tier from the same UI. Keys take effect at the gateway within 60 seconds.