Build
Build on Aomi
Turn your platform into an agentic application. Bring your APIs - OpenAPI, REST, SDK - Aomi converts them into intent-shaped tools, deployed as an Aomi App hosted on our runtime, with built-in scalability and on-chain harness.
Tell your agent
"Read https://aomi.dev/agents/build.md and build an Aomi app for our REST API at api.acme.com, with a ChatGPT-style frontend."
Scaffolding
Backend in Rust
$ cargo new my-aomi-app --lib && cd my-aomi-app$ cargo add aomi-sdkFrontend with ShadCN
npx shadcn add https://aomi.dev/r/aomi-frame.jsonOr build with our React TypeScript client
pnpm install @aomi-labs/reactAomi support headless cli, web ui, telegram, discord, and iOS frontend.
Install skills with npx skills add aomi-labs/skills.
Use the canonical build workflow from the Aomi skills repo.
Reach for the markdown mirror when you need raw agent-readable text.