Analysis snapshots
Previous analysis runs for your connected orgs are shown here so you can quickly review historical issue levels and trend movement.
Membership
Your membership covers the whole Noetic platform and every tool — currently Ariad. Noetic is in beta and free to use while we build; paid plans with higher limits are coming soon.
View plansOrg connections
Salesforce orgs synced to your account — one production org and up to five sandboxes, all from the same Salesforce account. Removing an org deletes its saved analysis; other orgs are unaffected.
Integrations
Connect an LLM client (Claude Code, Claude Desktop, Cursor…) to your Ariad analysis data via the Model Context Protocol. Keys grant read-only access to your stored analyses — never to Salesforce itself. See the MCP guide for a full walkthrough.
Claude Code — run this in a terminal, replacing YOUR_KEY:
claude mcp add --transport http noetic-ariad https://noetic-studio.com/mcp \ --header "Authorization: Bearer YOUR_KEY"
Other clients — add this to the client's MCP configuration:
{
"mcpServers": {
"noetic-ariad": {
"type": "http",
"url": "https://noetic-studio.com/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
Then ask things like “list my orgs and summarise the critical Apex issues in production, with suggested fixes”.