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."

→ aomi.dev/agents/build.md

Scaffolding

Backend in Rust

$ cargo new my-aomi-app --lib && cd my-aomi-app$ cargo add aomi-sdk

Frontend with ShadCN

npx shadcn add https://aomi.dev/r/aomi-frame.json

Or build with our React TypeScript client

pnpm install @aomi-labs/react

Aomi 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.

Open docs/build/overview · github.com/aomi-labs/skills