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.10,522
- 02iii-execExecute shell commands as part of engine startup.4
- 03iii-observabilityOpenTelemetry-based traces, metrics, logs, alerts, and sampling.111
- 04iii-cronSchedule functions with cron expressions.677+3.8%
- 05iii-pubsubTopic-based publish/subscribe messaging for real-time event distribution.595
- 06iii-queueAsync job processing with named queues, retries, and dead-letter support.746+15.5%