Skip to main content
June 1, 2026
Notes & GTM write-back

Notes on contacts, and a living GTM profile

The MCP server now exposes ten tools. Three are new since the last release:
  • save_note — keep a meeting brief, transcript, prep, or plain note on a contact’s record. Append-only and dated, so a contact builds a history across meetings. (POST /v2/notes)
  • search_notes — semantic search across saved notes & documents, so an agent pulls the relevant passage instead of loading whole documents. (POST /v2/notes/search)
  • update_gtm_profile — write back a lasting change to a GTM section. The section evolves and the prior version is kept as history, never silently contradicted. (POST /v2/workspace/facts)
get_context now also surfaces a DOCUMENTS block — an overview of the notes kept on a contact — alongside the account’s ICP fit score.save_note keeps the document itself; record still logs that an interaction happened. After a meeting, use both.
May 22, 2026
Week of May 18–22

Rebrand: Proply is now Nous

We’re shipping under a new name. Nous is the context layer that GTM agents run on, and the rename reflects that focus. The product, self-hosting story, and roadmap are unchanged — only the branding and a handful of integration points have moved.

⚠️ Breaking changes

If you’re on Nous Cloud or self-hosting, update your integrations this week.
  • Environment variables. PROPLY_API_KEYNOUS_API_KEY, PROPLY_BASE_URLNOUS_BASE_URL. Rotate your .env and redeploy.
  • HTTP header. Custom clients must send x-nous-client instead of x-proply-client when calling the REST API.
  • MCP server. Install @opennous/mcp (npm). The old @goproply/* package is no longer published.
  • Domains. The app moved to app.opennous.cloud, the API to api.opennous.cloud, and the docs to docs.opennous.cloud. Update any bookmarks, OAuth redirect URIs, and webhook destinations that point to goproply.com.

What stays the same

  • Your workspace, contacts, memories, and provider connections.
  • All REST API and MCP endpoints, request shapes, and response formats.
  • Pricing and plans on Nous Cloud.
Need help migrating? Ping us on Discord.