Account

Your Noah Predict account

Manage your login, billing, access codes and machine access. API keys are account-scoped: choose a safe saved-report key or a broader full dashboard key.

Signed in
Loading account...

Profile

Your workspace syncs investigations and package history to this email.

Login method
-

Billing

Noah is free to try during beta. Paid plans unlock deeper capacity, saved-report scale, exportable packages, Document Positioning Review depth and team/API usage.

Loading plan... Checking billing status.
Have a beta or enterprise test code? Redeem it here.

Enterprise pilots, annual contracts and private deployments are handled directly so security, data boundaries and workflow fit can be agreed before payment.

API access

Generate an account API key for model or system access. Keys are shown once; store them in your own secret manager.

Copy this key now. Noah will not show it again.
Loading API keys...

Saved reports keys can only list and run saved reports. Full dashboard keys can also create fresh investigations through the machine API. Existing secrets cannot be retrieved later because Noah stores only hashed keys.

Machine quick start

Use the key as a bearer token. A model can list saved reports, run a saved recipe, or use a full dashboard key to start a fresh investigation.

GET https://www.noahpredict.com/api/external/v1/recipes
Authorization: Bearer np_live_...

POST https://www.noahpredict.com/api/external/v1/recipes/{recipe_id}/run
Authorization: Bearer np_live_...

POST https://www.noahpredict.com/api/external/v1/reports
Authorization: Bearer np_live_...
Content-Type: application/json

{"question":"Your new Noah Predict question","frame_id":"market_edge"}