Iblai Api Agent Access
Grant/revoke editor, chat, and analytics roles on an ibl.ai agent via its RBAC API.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 0040493
Gives the exact undocumented internal endpoint (POST .../rbac/mentor-access/) plus the gotcha that writes need the numeric mentor_id (not the UUID) and one role per POST — details a baseline guess gets wrong or omits entirely.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Iblai Api Agent Access does
Manages role-based access control for ibl.ai agents: lists current role policies, searches users/groups for autocomplete, and grants or revokes editor/chat/analytics_viewer roles for users, groups, or raw emails. Triggers when the user asks to control who can edit, chat with, or view analytics for an ibl.ai agent (mentor).
How to install Iblai Api Agent Access
git clone https://github.com/iblai/api
mkdir -p ~/.claude/skills
cp -r api/skills/iblai-api-agent-access ~/.claude/skills/iblai-api-agent-access
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Iblai Api Agent Access
-
/iblai-api-agent-accessGrant/revoke editor, chat, and analytics roles on an ibl.ai agent via its RBAC API.
It also activates on plain-language prompts like these:
-
grant analytics viewer access to this user on our ibl.ai mentor -
revoke chat access for someone who left the team from our agent -
list who currently has editor rights on this ibl.ai mentor
Frequently asked questions
- Is the Iblai Api Agent Access skill free?
- Yes. The skill itself is free from iblai/api. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Iblai Api Agent Access work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Gives the exact undocumented internal endpoint (POST .../rbac/mentor-access/) plus the gotcha that writes need the numeric mentor_id (not the UUID) and one role per POST — details a baseline guess gets wrong or omits entirely.
- What is the Iblai Api Agent Access SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Iblai Api Agent Access?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Iblai Api Agent Access with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.