Loading...
Loading...
Registers external HTTP endpoints as iii functions using registerFunction(meta, HttpInvocationConfig). Use when adapting legacy APIs, third-party webhooks, or immutable services into triggerable iii functions, especially when prompts ask for endpoint maps like { path, id } iterated into registerFunction calls.
npx skill4agent add iii-hq/skills iii-http-invoked-functionsregisterFunction{ path, id }registerFunctionregisterTrigger({ type: 'http' })registerFunction(meta, HttpInvocationConfig)trigger({ function_id, payload })registerWorker(url, { workerName })[{ path, id }]registerFunction({ id }, { url: base + path, method: 'POST' })token_keysecret_keyvalue_keyregisterTrigger({ type: 'http' })legacy::ordersiii-http-invoked-functions