iblai-profile
Installation
SKILL.md
iblai-profile
Manage the signed-in user's own profile via the API: their basic account info,
social links, education, experience, résumé, and memory. The signed-in user
manages their own profile. (To manage an agent's memories from the admin
side, use /iblai-agent-memory.)
Auth & conventions
- Base URL:
https://api.iblai.app - Header:
Authorization: Api-Token $IBLAI_API_KEYon every request. - Path vars:
{org}=$IBLAI_ORG,{username}=$IBLAI_USERNAME. - Hosts: Basic/Social are on the LMS host (
…/lms/api/…); Education, Experience, and Resume are career endpoints on DM (…/dm/api/career/…). - Not connected yet? Run
/iblai-loginfirst to populateIBLAI_ORG,IBLAI_USERNAME, andIBLAI_API_KEY.