WinTheDeals integrates with what you have.
WinTheDeals has no ambition to become a sprawling platform. It exposes its data and actions to work with your tools — including your AI agents.
- business resources exposed by the REST API v1 (deals, flags, circles, places, tasks, tags, powers, documents)
- 8
- webhook events in the closed catalogue (8 entities × create, update, delete)
- 24
- tools exposed to AI agents through the MCP server
- 8
REST API v1
- A versioned REST API (v1, date-based versioning by header) covers the business resources: deals, flags, circles, places, tasks, tags, powers, documents — plus the reference data (currencies, deal stages, titles).
- Each access token carries explicit per-resource permissions (read/write).
- Generated OpenAPI documentation, RFC 7807 standard error format, idempotency keys on writes, bulk operations.
Outgoing webhooks
- Your system is notified when something changes: 24 events in the closed catalogue (create, update, delete on the 8 business entities), subscription per event or in bulk.
- Each delivery is signed (HMAC) and can be replayed on failure.
AI agents (MCP)
WinTheDeals also exposes an MCP server: 8 tools letting an AI agent list deals, inspect a flag, create a task or run the document workflow, with the same permissions as the API, idempotency keys on writes and OAuth 2.1 authentication.
To our knowledge, the generic CRMs in this segment do not expose a native equivalent.
Use cases, presented as such: preparing a deal review with an agent, updating the CRM from your internal tools, having an agent watch deals with a low MEG (Mathematical Expectation of Gain).
SDKs and documentation
TypeScript and PHP SDKs generated from the specification; online API documentation.
Already equipped with a CRM?
If your team already has a generic CRM mostly used for marketing, the question is not to migrate everything: WinTheDeals handles the qualification of complex deals, and the two systems can exchange through the API and webhooks. We study the exchange scope with you during the demo.