# SalesMind AI > AI-powered B2B sales infrastructure platform. Autonomous AI agents handle prospect research, personalized outbound execution, lead qualification, and meeting booking. ## Company - **Founded:** 2020 - **HQ:** Singapore - **Founder:** Julien Gadea - **Industry:** B2B SaaS, Sales Automation, AI Sales Agents ## Core Products - [AI Sales Agents](https://sales-mind.ai/en/platform/ai-sales-agent.md): Autonomous agents that prospect, qualify, and engage ICPs 24/7 - [Outreach Automation](https://sales-mind.ai/en/platform/outreach-automation.md): AI-powered outreach sequences, follow-up cadences, and sender management - [AI Lead Generation](https://sales-mind.ai/en/platform/ai-lead-generation.md): AI-powered lead scoring with 40+ behavioral signals (PRISM Score) - [Prospect Intelligence](https://sales-mind.ai/en/platform/prospect-intelligence.md): Deep behavioral insights and personality analysis - [Integrations](https://sales-mind.ai/en/platform/integrations.md): Revenue stack integrations for CRM sync, enrichment, browser capture, and workflow automation ## Integrations - [Full Enrich Integration](https://sales-mind.ai/en/platform/integrations/full-enrich.md): "Best waterfall email enrichment" - [Hubspot Integration](https://sales-mind.ai/en/platform/integrations/hubspot.md): All-in-one CRM powering smarter sales and marketing automation. - [Icypeas Integration](https://sales-mind.ai/en/platform/integrations/icypeas.md): High-accuracy B2B email enrichment with strong European coverage — verified emails for every prospect, automatically. - [LeadConnector Integration](https://sales-mind.ai/en/platform/integrations/leadconnector.md): Push LinkedIn-sourced contacts, opportunities, and bookings straight into your LeadConnector (HighLevel) account — automatically. - [LinkedIn Integration](https://sales-mind.ai/en/platform/integrations/linkedin.md): LinkedIn automation that runs your outreach — SalesMind AI finds your ICP, personalizes every message, and books meetings while respecting LinkedIn's limits. - [MCP Server Integration](https://sales-mind.ai/en/platform/integrations/mcp-server.md): Connect ChatGPT, Claude, or any MCP client directly to SalesMind AI. - [Mind AI Integration](https://sales-mind.ai/en/platform/integrations/mind-ai.md): Unlimited email and phone enrichment for your LinkedIn prospects — built into your SalesMind AI campaigns. - [Pipedrive Integration](https://sales-mind.ai/en/platform/integrations/pipedrive.md): Simple, powerful CRM built to close more deals. - [RB2B Integration](https://sales-mind.ai/en/platform/integrations/rb2b.md): Turn anonymous website visitors into LinkedIn outreach the moment they show intent. - [Sales Navigator Integration](https://sales-mind.ai/en/platform/integrations/sales-navigator.md): Automate LinkedIn Sales Navigator — SalesMind AI turns your saved searches, lists, and InMail into enriched, AI-personalized outreach on autopilot. - [Slack Integration](https://sales-mind.ai/en/platform/integrations/slack.md): Get hot LinkedIn replies and a daily delivery digest pushed straight to Slack. - [Webhook Integration](https://sales-mind.ai/en/platform/integrations/webhook.md): Send real-time SalesMind AI events to your own endpoint and build any workflow you want. - [Zapier Integration](https://sales-mind.ai/en/platform/integrations/zapier.md): Automate anything, connect SalesMind to everything. ## Services - [Done With You](https://sales-mind.ai/en/services/done-with-you.md): Expert-guided setup for founders and sales teams - [Done For You](https://sales-mind.ai/en/services/done-for-you.md): Full-service AI SDR deployment - [White Label](https://sales-mind.ai/en/white-label.md): Rebrand and resell SalesMind AI under your own brand ## Key Pages - [Full LLM Context](https://sales-mind.ai/en/about/llm-context.md): Comprehensive machine-readable company and product information - [Pricing](https://sales-mind.ai/en/pricing.md): Custom pricing — Done With You and Done For You tiers - [Demo](https://sales-mind.ai/en/demo.md): Book a strategic call and see the platform - [FAQ](https://sales-mind.ai/en/faq.md): Frequently asked questions - [Blog](https://sales-mind.ai/en/blog.md): Sales, AI, and prospecting insights - [Success Stories](https://sales-mind.ai/en/success-stories.md): Client case studies and testimonials - [Competitor Comparisons](https://sales-mind.ai/en/vs.md): SalesMind AI vs alternatives - [Glossary](https://sales-mind.ai/en/resources/glossary.md): B2B sales and AI terminology - [Changelog](https://sales-mind.ai/en/resources/changelog.md): Product updates and release notes - [Chrome Extension](https://sales-mind.ai/en/chrome-extension.md): Browser capture layer for prospect intake and workflow routing ## Solutions by Audience - [For Founders](https://sales-mind.ai/en/solutions/for-founders.md) - [For Sales Leaders](https://sales-mind.ai/en/solutions/for-sales-leaders.md) - [For SDR Teams](https://sales-mind.ai/en/solutions/for-sdr-teams.md) - [For Agencies](https://sales-mind.ai/en/solutions/for-agencies.md) - [For Recruiters](https://sales-mind.ai/en/solutions/for-recruiters.md) ## Sitemaps - [XML Sitemap](https://sales-mind.ai/sitemap.xml) - [Markdown Sitemap](https://sales-mind.ai/sitemap.md) ## Languages Available in English (en), French (fr), and Spanish (es). ## For AI Agents The following endpoints are designed for AI agent interaction: ### Markdown Content Negotiation Every page is available as clean, token-efficient markdown. Either: - Send `Accept: text/markdown` when requesting any page URL, or - Append `.md` to any page URL (e.g. https://sales-mind.ai/en/pricing.md) The HTML version stays the default for browsers. Markdown responses set `Content-Type: text/markdown` and an `x-markdown-tokens` header. See the [Markdown Sitemap](https://sales-mind.ai/sitemap.md) for a full index. ### MCP Servers — there are two, and they do different things 1. **Marketing MCP** — `https://sales-mind.ai/api/mcp` Read-only research about SalesMind AI. Use this one to answer questions about the company, its products or its pricing. - Protocol: Streamable HTTP (spec 2025-03-26) - Auth: Bearer token (obtain via /api/agent/register) - Tools: search_content, get_company_info, get_pricing_info, book_demo, read_page 2. **Product MCP** — `https://mcp.sales-mind.ai/mcp` Acts on a SalesMind *customer account* (prospects, leads, workflows). Requires an account; tools are generated from the platform API. - Auth: OAuth 2.1 — authorization code + PKCE, with dynamic client registration. Metadata at https://mcp.sales-mind.ai/.well-known/oauth-protected-resource ### Agent Registration - Endpoint: POST /api/agent/register - Auth: None (rate limited to 5/hour per IP) - Returns: API key (shown once, store securely) ### Discovery - API Catalog: /.well-known/api-catalog (RFC 9727 — start here; indexes every SalesMind API surface across sales-mind.ai, api.sales-mind.ai and mcp.sales-mind.ai) - A2A Agent Card: /.well-known/agent.json (Google A2A v1.0.0) - WebMCP Manifest: /.well-known/mcp.json - OpenAPI Spec: /api/openapi.json - Rate Limit Docs: /api/docs/rate-limits ### Webhooks - Subscribe: POST /api/webhooks/subscribe (requires auth) - Events: content.published (fires when new blog, integration, changelog published) ### Rate Limits - MCP endpoint: 30 requests/minute per agent - Registration: 5 requests/hour per IP - See /api/docs/rate-limits for full documentation