Releases: iblai/api
Releases · iblai/api
Release list
v0.2.8
v0.2.7
Documentation
- document RBAC-scoped token modes and endpoints (#37)
v0.2.6
Documentation
- document custom_metadata tagging at ingestion
- document hard document_filter alongside soft metadata
v0.2.5
Documentation
- add shared agent knowledge (MentorMemory) endpoints
v0.2.4
Documentation
- document edX user-role catalog and bulk sync
v0.2.3
Documentation
- note tenant-admin cross-user access on memsearch-settings
v0.2.2
Documentation
- add platform screenshots to the voice-agent walkthrough
v0.2.1
Documentation
- add tutorials/ with an end-to-end voice-agent walkthrough
v0.2.0
Added
- adding skill for the support
- fold all developer docs into skills — per-skill references/ + infrastructure & ecosystem skills (lossless)
- merge remaining developer docs into skills (code-verified) + references/ split
- add iblai-api-inference and merge developer docs into the skills
- fold MCP configuration into iblai-api-agent-mcp, drop the separate skill
- add iblai-api-apply skill — the platform application gate (code-verified)
- added skill for mcp configuration
- 8 new DM skills (code-verified) + repo-wide format standardization (#9)
Fixed
- made sure everything merged / created is complete
- bring iblai-api-mcp-configuration onto repo conventions (code-verified)
- rename learner and mentor to user and agent respectively
- revert mcp name change
- add CRM schema
Documentation
- list iblai-api-mcp-configuration in the README skill index
- document org key + secret as a no-browser auth path
- add "Updating the skills" section to README
- simplify login onboarding to two clear paths
- normalize IBL.ai -> ibl.ai in agent-chat server README; align license to MIT
v0.1.0 — ibl.ai API skills
First release of iblai/api — agent skills + a chat MCP server for operating the ibl.ai platform via its REST API.
Install
npx skills add iblai/apiThen run /iblai-login to connect an organization.
What's included
- 33 skills (
skills/iblai-*) — agent configuration; org administration (RBAC, CRM, integrations, tokens, notifications, invites); evaluations; search + recommendations; analytics; course creation; and user profile/metadata — each mapped to its exactapi.iblai.appREST endpoint. iblai-agent-chatMCP server — hosted, for runtime chat with deployed agents.- Works with Claude Code, Cursor, GitHub Copilot, and other skills-compatible agents.
MIT licensed.