What's new in the Minikai API.
Manage workspace skills
v1.6.0 Create, list, update and delete workspace skills via the new /Skills endpoints. Skills start as drafts,
activate on POST /Skills/drafts/{id}/submit, and carry assets uploaded through POST /Skills/{id}/assets. Listing
returns summaries of active skills (fetch a skill by id for its content and assets); workspace admins also see drafts
and archived skills.
Filter records by a content field
v1.5.4 Pass contentFilters=Key=Value on GET /Records to return only records whose content has that key set to
that value, and repeat the parameter to require several at once. The key matches exactly, the value case-insensitively.