iblai-api-agent-session

Installation
SKILL.md

iblai-api-agent-session

Drive a deployed agent's chat transport directly and read its sessions. Where /iblai-api-agent-chat wires a hosted MCP server for conversation, this skill is the raw REST/SSE (and WebSocket) surface: POST a prompt, stream the reply, attach metadata that resurfaces as client_context, and list/inspect the resulting session records. Get IBLAI_ORG/IBLAI_USERNAME/IBLAI_API_KEY from /iblai-api-login.

Auth & conventions

  • Header: Authorization: Api-Token $IBLAI_API_KEY on every request.
  • Path vars: {org} = $IBLAI_ORG, {user} = $IBLAI_USERNAME.
  • Two hosts — chat is streaming/ASGI:
    • Chat turn (SSE / WebSocket) → https://asgi.data.iblai.app
    • Session reads/writes → https://api.iblai.app/dm/api/ai-mentor/orgs/{org}/users/{user}/v1 … i.e. …/orgs/{org}/users/{user}/sessions/…
  • Not connected yet? Run /iblai-api-login first.

Concepts

Installs
2
Repository
iblai/api
GitHub Stars
15
First Seen
Jul 27, 2026
iblai-api-agent-session — iblai/api