iii
iii is an open-source Rust project with 18k GitHub stars. It is associated with agents, ai, api, backend. The repository is actively maintained, with recent commits.
Apache-2.0Permissive — free to use in commercial and proprietary software, with attribution.View license →
Production readiness
4/5- Actively maintainedCommits in the last 6 months
- No known vulnerabilitiesNot yet scanned
- Clear, usable licenseApache-2.0 (permissive)
- Proven adoptionWidely used
- Has documentationDocumentation indexed
cargo add iiititle: "iii Docs" description: "A high-level overview of iii and how to work with the documentation in this directory." owner: "devrel" type: "explanation"
iii Docs
iii is a software system that eliminates integration complexity. It organizes software into three primitives (Worker, Trigger, Function), so every capability (queues, cron, streaming, sandboxing, observability, agents, frontend UIs) can be built and composed from the same set of pieces. The rendered documentation site is the canonical reference; this directory holds the Mintlify source.
Development
From the repository root:
pnpm dev:docs
Or directly from this directory:
npx mint dev
The docs config is in docs.json. Local preview is typically available at http://localhost:3000.
API Reference
To refresh generated SDK API reference files before previewing docs:
pnpm generate:api-docs