API Versions and Changelog
API Versions
Section titled “API Versions”Use this section to publish:
- API version number;
- release date;
- newly added endpoints;
- breaking changes;
- request and response schema changes.
Updates
Section titled “Updates”MCP connector
Section titled “MCP connector”- Skailer is now available as an MCP server for AI assistants: add it from the Claude connector directory, or connect any MCP client manually at
https://mcp.skailer.com/mcp. - Covers employee search, goals and OKR (including key results and check-ins), and time off (requests, balance, calendar, categories).
- Access goes through OAuth and is limited by the authorizing user’s permissions. See MCP Connector.
Versions
Section titled “Versions”- Added
POST /api/v1/job-catalog/profiles/search- job profiles withrole,level(nestedtrackandgrade),salary, andlegacy_pairsfor mapping old position/level ids. - Added
GET /api/v1/organization-lists/type/{list_type}to get an organization list by type with its items.
- Jobs search now returns
career_site_idsfor each job. - Added
PUT /api/v1/jobs/{id}to edit jobs (mirrors create, withfile_ids/uuidbackward compatibility). - Added
GET /api/v1/career-sites/allto list all organization career sites with settings and contacts.
- Added methods for full employee synchronization: create/update/archive, CRUD for positions, employments, compensations, additional compensations, and custom table rows.
- Added organization custom tables API: list tables and search rows.
- Added time-off API: categories, employee leave history, and balance on a date.
v1.1.1
Section titled “v1.1.1”- Initial import of the OpenAPI schema for Skailer.
- New documentation site scaffolded with Starlight.