iblai-agent-create
Installation
SKILL.md
iblai-agent-create
Create a brand-new agent from a template. This is the step before
configuring an agent: it mints a new agent and returns its unique_id, which
you then hand to the /iblai-agent-* skills (settings, llm, prompts,
datasets, …) to configure further. To duplicate an existing agent instead of
starting from a template, use /iblai-agent-settings (fork).
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. - Not connected yet? Run
/iblai-loginfirst to populateIBLAI_ORG,IBLAI_USERNAME, andIBLAI_API_KEY.