Skip to content

Releases: iblai/api

v0.2.8

Choose a tag to compare

@github-actions github-actions released this 08 Sep 15:09

Documentation

  • document per-turn context + email on transcripts (#36)

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 07 Sep 19:08

Documentation

  • document RBAC-scoped token modes and endpoints (#37)

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 01 Sep 09:06

Documentation

  • document custom_metadata tagging at ingestion
  • document hard document_filter alongside soft metadata

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 29 Aug 05:20

Documentation

  • add shared agent knowledge (MentorMemory) endpoints

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 26 Aug 12:56

Documentation

  • document edX user-role catalog and bulk sync

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 25 Aug 07:05

Documentation

  • note tenant-admin cross-user access on memsearch-settings

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 20:19

Documentation

  • add platform screenshots to the voice-agent walkthrough

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 28 Jul 13:40

Documentation

  • add tutorials/ with an end-to-end voice-agent walkthrough

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 17:58

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

Choose a tag to compare

@mamigot mamigot released this 12 Jun 18:49

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/api

Then 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 exact api.iblai.app REST endpoint.
  • iblai-agent-chat MCP server — hosted, for runtime chat with deployed agents.
  • Works with Claude Code, Cursor, GitHub Copilot, and other skills-compatible agents.

MIT licensed.