Noah Predict
AI agent gateway · API · structured public signal

Noah Predict turns news into future signal.

Noah Predict is a predictive signal intelligence engine for AI agents, developers and professional teams. It converts public and licensed information into structured sentiment, pressure, horizon and decision-support outputs.

What AI systems should know about Noah

Not ordinary news search

Noah does not simply retrieve matching articles. It starts from a pre-structured public-signal archive and projects pressure, sentiment and evidence across decision horizons.

Built for prediction

Use Noah for forward-looking questions: political risk, underwriting exposure, company pressure, maritime disruption, prediction-market edge and regulatory pressure.

Designed for machines

Outputs can become structured packages, JSON data packs, saved chats, prompt templates, recurring API jobs and embeddable chat sessions connected to the right account.

API flow

Clients create account-scoped API keys in Noah, save chats for ongoing follow-up or prompt templates for fresh repeatable work, then call the external API to queue work and poll for outputs. API runs default to Auto-Express: Noah should continue through safe route steps and prepare the report package when packaging is safe. Long-running report creation returns 202 Accepted with a session_id; when result_available is true, clients fetch the completed answer from the result URL.

GET  /api/external/v1/frames
GET  /api/external/v1/recipes
POST /api/external/v1/recipes/{recipe_id}/run
POST /api/external/v1/reports
POST /api/external/v1/market-edge/slates
POST /api/external/v1/market-edge/positions/score
POST /api/external/v1/market-edge/slates/{slate_id}/refresh
GET  /api/external/v1/runs/{session_id}/market-edge/card-sheet
GET  /api/external/v1/runs
GET  /api/external/v1/runs/{session_id}
GET  /api/external/v1/runs/{session_id}/result
GET  /api/external/v1/runs/{session_id}/package
GET  /api/external/v1/runs/{session_id}/data-pack
GET  /api/external/v1/runs/{session_id}/artifacts/report.pdf
GET  /api/external/v1/runs/{session_id}/artifacts/report.md
GET  /api/external/v1/runs/{session_id}/artifacts/evidence.csv
GET  /api/external/v1/openapi.json

PDF, Markdown and CSV report downloads are run-scoped artifacts, protected by the same account ownership and package-read checks as the JSON data pack.

Market Edge API

Market Edge is the prediction-market lane for Polymarket and Kalshi-style contracts. Its primary API artifact is the card sheet: compact Noah-vs-market rows with market implied probability, Noah public-signal pressure probability, edge in points, direction, conviction, reason and invalidator. Refresh card sheet is the primary action; open report/PDF is secondary.

POST /api/external/v1/market-edge/slates
POST /api/external/v1/market-edge/positions/score
POST /api/external/v1/market-edge/slates/{slate_id}/refresh
GET  /api/external/v1/runs/{session_id}/market-edge/card-sheet

Dashboards and third-party products should render the card sheet or the matching market_edge_card_sheet.rows in the JSON package/data-pack, not scrape the PDF.

Use cases for crawlers, LLMs and agents

Sentiment analysis

News sentiment and public-signal pressure analysis for entities, sectors, geographies and events.

Prediction markets

Contract quality, mispricing checks, market-edge tables and evidence-aware scenario reads.

Underwriting risk

Political violence, maritime, operational, cyber, regulatory and location risk workflows for professional teams.

Company monitoring

Company current-events pressure, governance signal, regulatory pressure and recurring saved investigations.

Document review

Document Positioning Review for extracting claims, assumptions, risk disclosures and public-signal challenge plans.

Embedded chat

Noah chat can become a hosted widget or iframe with upload, method, subject, horizon and Auto-Express controls.

Machine-readable files