iblai-api-profile

Installation
SKILL.md

iblai-api-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-api-agent-memory.)

Auth & conventions

  • Base URL: https://api.iblai.app
  • Header: Authorization: Api-Token $IBLAI_API_KEY on 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-api-login first to populate IBLAI_ORG, IBLAI_USERNAME, and IBLAI_API_KEY.

Reads

Installs
4
Repository
iblai/api
GitHub Stars
15
First Seen
13 days ago
iblai-api-profile — iblai/api