iii builtins
the runtime workers that ship with every iii engine — HTTP, exec, observability, queues, state, and the rest of the fabric. start here when you're composing a stack from scratch.
- 01iii-httpExpose functions as HTTP endpoints.21,932+118.5%
- 02iii-execExecute shell commands as part of engine startup.0
- 03iii-observabilityOpenTelemetry-based traces, metrics, logs, alerts, and sampling.1,249+121.1%
- 04iii-cronSchedule functions with cron expressions.1,279+127.2%
- 05iii-pubsubTopic-based publish/subscribe messaging for real-time event distribution.1,229+118.3%
- 06iii-queueAsync job processing with named queues, retries, and dead-letter support.1,309+130.5%