How to Connect SALES GO (GoCoo!) to an AI Agent
Auth setup
1. SalesGo管理画面 > 設定 > API連携. 2. APIキーを取得. 3. X-Api-Key: {key} ヘッダーで利用.
Key facts
| Base URL | https://api.salesgo.io/v1/ |
| API version | v1 |
| Auth | API key authentication. Generate in SalesGo管理画面. Pass as X-Api-Key header. |
| Request body | application/json |
| Pagination | offset + limit. |
| Rate limit | Not documented. |
| Error format | JSON: {"error":{"message":"...","code":"..."}} |
Key endpoints
| Method | Path | Description |
GET | /leads | List leads |
POST | /leads | Create a lead |
GET | /activities | List sales activities |
POST | /emails/send | Send automated email |
Quickstart
GET /v1/leads?limit=20
X-Api-Key: {api_key}
Response: {"leads":[{"id":"...","company":"...","email":"...",...}]}
Agent pitfalls & tips
- JP初のMCP対応SFA — AIエージェント連携が差別化ポイント.
- リード管理 + メール自動配信がメイン機能.
- 470万件の企業データベース内蔵 — ターゲティングに活用.
- Salesforce/HubSpotと比較されるが、JP市場特化.
- MCP連携でエージェントからの直接操作が可能.
Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-04-07. Specs change — verify against the official docs before production use.
Frequently Asked Questions
What is SALES GO (GoCoo!)'s AEO score?
▼
SALES GO (GoCoo!) has an AEO score of 1.00 and is rated AAA (Best-in-class agent integration). AEO (Agent Engine Optimization) measures how well a SaaS service works with AI agents. Scores range from 0.00 to 1.00, with grades from AAA (best) to D (not agent-ready).
Is SALES GO (GoCoo!) AI-agent-ready?
▼
SALES GO (GoCoo!) is currently ✓ verified for AI agent use. It offers an official MCP (Model Context Protocol) server, which means AI agents can connect directly. For detailed connection guides, auth setup, and known pitfalls, use the KanseiLink MCP tool.
How does SALES GO (GoCoo!) compare to other CRM & Sales services?
▼
In the CRM & Sales category, SALES GO (GoCoo!) is rated AAA. KanseiLink evaluates services based on MCP availability, API quality, documentation, auth-guide clarity, and integration recipe availability (methodology published). Visit the full rankings at kansei-link.com to see how SALES GO (GoCoo!) compares.
How can I integrate SALES GO (GoCoo!) with an AI agent?
▼
The fastest way to integrate SALES GO (GoCoo!) with an AI agent is through KanseiLink MCP. Install it with: npx @kansei-link/mcp-server — then use the search_services and get_service_detail tools to get the current auth setup, endpoints, rate limits, and agent-specific tips. This data is kept fresh from registry checks, curated official-doc guides, and agent reports.
How do I authenticate with SALES GO (GoCoo!)?
▼
API key authentication. Generate in SalesGo管理画面. Pass as X-Api-Key header. Setup: 1. SalesGo管理画面 > 設定 > API連携. 2. APIキーを取得. 3. X-Api-Key: {key} ヘッダーで利用.
What are SALES GO (GoCoo!)'s API rate limits?
▼
Not documented.