← ClaudeAtlas

iblai-api-searchlisted

Discover agents and learning content in an ibl.ai organization via the platform API — faceted, paginated search over agents and the catalog (courses, programs, pathways, skills), personalized (RAG) recommendations, global/personalized agent search, and seller-facing sellable-items search; plus admin management of the recommendation prompts. Use to find, browse, or get recommended agents/content (mostly read-only; recommendation-prompt endpoints write).
iblai/api · ★ 15 · AI & Automation · score 75
Install: claude install-skill iblai/api
# iblai-api-search Discover agents and learning content from the API in three ways: **agent** search (faceted, full-text search over agents), **content** search (faceted search over the catalog of courses, programs, pathways, and skills), and **recommendations** (personalized, RAG-ranked results for the signed-in user) — plus a newer `/api/ai-search/...` family (global + personalized agent search, sellable-items search, and admin recommendation-prompt management). Discovery is read-only; only the recommendation-prompt endpoints write. To *edit* an agent use the `/iblai-api-agent-*` skills. ## Auth & conventions - **Base URL:** `https://api.iblai.app/dm` — these are Data Manager (DM) endpoints, so the **`/dm` prefix is required**; the paths below are appended to it (e.g. `https://api.iblai.app/dm/api/search/catalog/`). - **Header:** `Authorization: Api-Token $IBLAI_API_KEY` on every request. - **Path vars:** `{org}` = `$IBLAI_ORG`, `{username}` = `$IBLAI_USERNAME` (agent search only; the `/api/ai-search/...` v2 endpoints and content search are **not** org-pathed — the org/user come from the token or query params). - Not connected yet? Run **`/iblai-api-login`** first to populate `IBLAI_ORG`, `IBLAI_USERNAME`, and `IBLAI_API_KEY`. ## Reads ### Agent search - **GET** `https://api.iblai.app/dm/api/search/orgs/{org}/users/{username}/mentors/` — search/browse agents. Query params: - `query` — full-text over name/description (e.g. `calculus`). - `category` — nume