How to Connect Jobcan (ジョブカン) to an AI Agent
Auth setup
1. ジョブカン管理画面にログイン. 2. 設定 > その他 > API設定. 3. APIトークンを発行. 4. Authorization: Token {token} ヘッダーで利用.
Key facts
| Base URL | https://ssl.wf.jobcan.jp/api/v1/ |
| API version | v1 |
| Auth | API token authentication. Generate in ジョブカン管理画面 > API設定. Pass as Authorization: Token {token}. |
| Request body | application/json |
| Pagination | page + per_page parameters. |
| Rate limit | Not officially documented. Recommended: max 60 req/min. |
| Error format | JSON: {"errors":[{"message":"..."}]} |
Key endpoints
| Method | Path | Description |
GET | /attendances | Get attendance records (出勤データ) |
POST | /attendances/clock-in | Clock in (打刻) |
GET | /employees | List employees |
GET | /shifts | Get shift schedules |
Quickstart
GET /api/v1/attendances?date=2024-01-15
Authorization: Token {api_token}
Response: {"attendances":[{"employee_id":"...","clock_in":"09:00",...}]}
Agent pitfalls & tips
- ジョブカンは勤怠/ワークフロー/経費/採用/労務の5製品 — APIは勤怠がメイン.
- 打刻データは日本時間 (JST) で返される.
- 従業員IDは社員番号ではなくジョブカン内部ID — マッピングが必要.
- API設定は管理者権限のみ. 一般ユーザーはAPI利用不可.
- 36協定管理のため残業時間の集計に特に有用.
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 Jobcan (ジョブカン)'s AEO score?
▼
Jobcan (ジョブカン) 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 Jobcan (ジョブカン) AI-agent-ready?
▼
Jobcan (ジョブカン) 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 Jobcan (ジョブカン) compare to other HR & People services?
▼
In the HR & People category, Jobcan (ジョブカン) 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 Jobcan (ジョブカン) compares.
How can I integrate Jobcan (ジョブカン) with an AI agent?
▼
The fastest way to integrate Jobcan (ジョブカン) 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 Jobcan (ジョブカン)?
▼
API token authentication. Generate in ジョブカン管理画面 > API設定. Pass as Authorization: Token {token}. Setup: 1. ジョブカン管理画面にログイン. 2. 設定 > その他 > API設定. 3. APIトークンを発行. 4. Authorization: Token {token} ヘッダーで利用.
What are Jobcan (ジョブカン)'s API rate limits?
▼
Not officially documented. Recommended: max 60 req/min.