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.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_KEY→NOUS_API_KEY,PROPLY_BASE_URL→NOUS_BASE_URL. Rotate your.envand redeploy. - HTTP header. Custom clients must send
x-nous-clientinstead ofx-proply-clientwhen 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 toapi.opennous.cloud, and the docs todocs.opennous.cloud. Update any bookmarks, OAuth redirect URIs, and webhook destinations that point togoproply.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.