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.996
- 02iii-execExecute shell commands as part of engine startup.0
- 03iii-observabilityOpenTelemetry-based traces, metrics, logs, alerts, and sampling.56
- 04iii-cronSchedule functions with cron expressions.56
- 05iii-pubsubTopic-based publish/subscribe messaging for real-time event distribution.56
- 06iii-queueQueue worker for async job processing with named queues, retries, and dead-letter support.57