How to Connect HRMOS勤怠 (ieyasu) to an AI Agent
Auth setup
1. HRMOS管理画面 > 設定 > API連携. 2. APIトークンを発行. 3. Authorization: Bearer {token}.
Key facts
| Base URL | https://api.hrmos.co/v1/ |
| API version | v1 |
| Auth | API token authentication. Generate in HRMOS管理画面 > API設定. Pass as Bearer token. |
| Request body | application/json |
| Pagination | offset + limit parameters. |
| Rate limit | 60 req/min. |
| Error format | JSON: {"error":{"message":"...","code":"..."}} |
Key endpoints
| Method | Path | Description |
GET | /employees | List employees (従業員一覧) |
GET | /attendances | Get attendance records |
GET | /departments | List departments (部署一覧) |
Quickstart
GET /v1/employees?limit=20
Authorization: Bearer {api_token}
Response: {"employees":[{"id":"...","name":"...","department":"...",...}]}
Agent pitfalls & tips
- HRMOS勤怠とHRMOS採用は別製品 — APIも別系統.
- BizReachグループ(現Visional)提供.
- 従業員データは日本語フィールド名を含む場合あり.
- 勤怠データはJST基準.
- SmartHRや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 HRMOS勤怠 (ieyasu)'s AEO score?
▼
HRMOS勤怠 (ieyasu) 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 HRMOS勤怠 (ieyasu) AI-agent-ready?
▼
HRMOS勤怠 (ieyasu) 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 HRMOS勤怠 (ieyasu) compare to other HR & People services?
▼
In the HR & People category, HRMOS勤怠 (ieyasu) 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 HRMOS勤怠 (ieyasu) compares.
How can I integrate HRMOS勤怠 (ieyasu) with an AI agent?
▼
The fastest way to integrate HRMOS勤怠 (ieyasu) 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 HRMOS勤怠 (ieyasu)?
▼
API token authentication. Generate in HRMOS管理画面 > API設定. Pass as Bearer token. Setup: 1. HRMOS管理画面 > 設定 > API連携. 2. APIトークンを発行. 3. Authorization: Bearer {token}.
What are HRMOS勤怠 (ieyasu)'s API rate limits?
▼
60 req/min.