How to Connect SATORI to an AI Agent
Auth setup
1. SATORI管理画面 > 設定 > API設定. 2. APIキーを生成. 3. X-Api-Key: {api_key} ヘッダー.
Key facts
| Base URL | https://api.satori.marketing/v1/ |
| API version | v1 |
| Auth | API key authentication. Generate in SATORI管理画面. 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/update a lead |
GET | /campaigns | List campaigns |
POST | /campaigns/{id}/trigger | Trigger campaign action |
Quickstart
GET /v1/leads?limit=20
X-Api-Key: {api_key}
Response: {"leads":[{"id":"...","email":"...","company":"...","score":85,...}]}
Agent pitfalls & tips
- JP国産MA (Marketing Automation) — 匿名リードのトラッキングが強み.
- リードスコアリング機能 — score値でホットリード判定.
- Webトラッキングコード設置が前提 — Cookie連携で行動分析.
- HubSpot/Marketoの競合だがJP中堅企業に特化.
- メールマーケティング + ポップアップ + プッシュ通知の3チャネル.
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 SATORI's AEO score?
▼
SATORI has an AEO score of 0.60 and is rated BBB (Basic agent connectivity available). 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 SATORI AI-agent-ready?
▼
SATORI is currently connectable for AI agent use. API access is available but no dedicated MCP server has been published yet. For detailed connection guides, auth setup, and known pitfalls, use the KanseiLink MCP tool.
How does SATORI compare to other Marketing services?
▼
In the Marketing category, SATORI is rated BBB. 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 SATORI compares.
How can I integrate SATORI with an AI agent?
▼
The fastest way to integrate SATORI 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 SATORI?
▼
API key authentication. Generate in SATORI管理画面. Pass as X-Api-Key header. Setup: 1. SATORI管理画面 > 設定 > API設定. 2. APIキーを生成. 3. X-Api-Key: {api_key} ヘッダー.
What are SATORI's API rate limits?
▼
Not documented.