Your Noah account
Manage your Noah-in-Claude plan, login and connected access. Technical API keys remain available below for advanced system use.
Profile
Your Noah account keeps connected access, saved investigations and package history with this email.
Admin tools
Create and manage complimentary access codes for pilots, advisers and enterprise trials.
Open access codesNoah in Claude plan
Your Claude account supplies the model reasoning and compute. Your Noah plan supplies the evidence archive, analytical physics, investigation capacity, saved outputs and professional workflows.
Reader and Pro Analyst are monthly subscriptions billed in GBP until cancelled. Where tax applies, secure Checkout calculates and shows it from your billing details before confirmation. Use the billing portal for invoices, payment details and cancellation; contact billing support for a Reader/Pro plan change. Terms · Privacy · Billing support. Team Desk, enterprise and private deployments are handled directly so capacity, security and workflow fit can be agreed before payment.
Advanced connections & API access
Claude's normal connector does not need a secret key. Generate one here only for a technical client or system integration that explicitly requires bearer-token access. Keys are shown once.
Noah connection keys can read owner-scoped Archive evidence jobs and packets only. Their protected artifacts are retained for 30 days and do not create Predict state. Saved reports keys can 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 call Noah's Archive MCP/API for evidence packets, 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/mcp
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"}