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.
Profile
Your workspace syncs investigations and package history to this email.
Admin tools
Create and manage complimentary access codes for pilots, advisers and enterprise trials.
Open access codesBilling
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.
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.
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"}