Skip to content
Log in Request a demo

API Versions and Changelog

Use this section to publish:

  • API version number;
  • release date;
  • newly added endpoints;
  • breaking changes;
  • request and response schema changes.
  • 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.
  • Added POST /api/v1/job-catalog/profiles/search - job profiles with role, level (nested track and grade), salary, and legacy_pairs for 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_ids for each job.
  • Added PUT /api/v1/jobs/{id} to edit jobs (mirrors create, with file_ids/uuid backward compatibility).
  • Added GET /api/v1/career-sites/all to 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.
  • Initial import of the OpenAPI schema for Skailer.
  • New documentation site scaffolded with Starlight.