How to Connect freeeサイン to an AI Agent
Auth setup
1. freee API設定 > アプリ登録 (sign権限を含む). 2. OAuth認証フロー. 3. freee会計と同一のaccess_tokenでsign APIも利用可能(スコープ設定による).
Key facts
| Base URL | https://api.freee.co.jp/sign/v1/ |
| API version | v1 |
| Auth | OAuth 2.0 via freee共通認証基盤. freee会計と同じOAuthフロー. |
| Token URL | https://accounts.secure.freee.co.jp/public_api/token |
| Scopes | sign:read, sign:write |
| Request body | application/json |
| Pagination | offset + limit. |
| Rate limit | 300 req/5min (freee共通). |
| Error format | JSON: {"errors":[{"type":"...","messages":["..."]}]} |
Key endpoints
| Method | Path | Description |
GET | /contracts | List contracts (契約一覧) |
POST | /contracts | Create a contract for signing |
GET | /contracts/{id}/pdf | Download signed contract PDF |
POST | /contracts/{id}/send | Send contract for signature |
Quickstart
GET /sign/v1/contracts?limit=10
Authorization: Bearer {access_token}
Response: {"contracts":[{"id":1,"title":"業務委託契約書","status":"signed",...}]}
Agent pitfalls & tips
- freee会計と認証基盤が共通 — 1つのOAuthアプリでsignも利用可能.
- CloudSignの競合 — freeeエコシステム内での電子署名.
- 契約ステータス: draft → sent → signed → completed.
- PDF出力はバイナリ — Content-Disposition headerでファイル名取得.
- freee会計の取引データと自動連携可能.
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 freeeサイン's AEO score?
▼
freeeサイン 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 freeeサイン AI-agent-ready?
▼
freeeサイン 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 freeeサイン compare to other Legal & Contracts services?
▼
In the Legal & Contracts category, freeeサイン 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 freeeサイン compares.
How can I integrate freeeサイン with an AI agent?
▼
The fastest way to integrate freeeサイン 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 freeeサイン?
▼
OAuth 2.0 via freee共通認証基盤. freee会計と同じOAuthフロー. Setup: 1. freee API設定 > アプリ登録 (sign権限を含む). 2. OAuth認証フロー. 3. freee会計と同一のaccess_tokenでsign APIも利用可能(スコープ設定による).
What are freeeサイン's API rate limits?
▼
300 req/5min (freee共通).