How to Connect オフィスステーション to an AI Agent
Auth setup
1. オフィスステーション管理画面 > API設定. 2. トークン発行. 3. Authorization: Bearer {token}. 注意: API範囲は限定的.
Key facts
| Base URL | https://api.officestation.jp/v1/ |
| API version | v1 (limited) |
| Auth | API token authentication. 管理画面から発行. Limited API — primarily CSV export and e-Gov連携. |
| Request body | application/json |
| Pagination | page + per_page. |
| Rate limit | Not documented. |
| Error format | JSON: {"error":{"message":"...","code":"..."}} |
Key endpoints
| Method | Path | Description |
GET | /employees | List employees |
POST | /egov/submit | Submit to e-Gov (電子申請) |
Quickstart
GET /v1/employees?per_page=50
Authorization: Bearer {token}
Response: {"employees":[{"id":"...","name":"...","my_number_registered":true,...}]}
Agent pitfalls & tips
- 社会保険・労務手続きに特化 — e-Gov電子申請がメイン機能.
- APIは限定的 — CSV連携やe-Gov直接連携が主な利用パターン.
- マイナンバー管理機能あり — PIIの取扱に厳重注意.
- 社労士事務所の導入率が高い.
- SmartHR/freee人事と競合だがe-Gov連携に強み.
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 オフィスステーション's AEO score?
▼
オフィスステーション 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 オフィスステーション AI-agent-ready?
▼
オフィスステーション 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 オフィスステーション compare to other HR & People services?
▼
In the HR & People category, オフィスステーション 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 オフィスステーション compares.
How can I integrate オフィスステーション with an AI agent?
▼
The fastest way to integrate オフィスステーション 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 オフィスステーション?
▼
API token authentication. 管理画面から発行. Limited API — primarily CSV export and e-Gov連携. Setup: 1. オフィスステーション管理画面 > API設定. 2. トークン発行. 3. Authorization: Bearer {token}. 注意: API範囲は限定的.
What are オフィスステーション's API rate limits?
▼
Not documented.