# Boogy > Boogy is the backend platform for the AI era — stand up agents, APIs, and microservices as fast as thought. Services are Rust compiled to wasm32-wasip2, deployed to a shared runtime with isolated transactional storage, capability-based security, auth, rate limiting, cross-service calls, and a built-in MCP (Model Context Protocol) surface for LLM clients. Write your service logic — or let your coding agent write it — and ship to production in one step. Building with a coding agent? Vendor the Boogy skills into your project, then start from the entry-point skill: npx degit Boogy-ai/boogy-superpowers/skills .claude/skills/boogy (or `boogy skills install` with the boogy CLI). Entry point: `.claude/skills/boogy/using-boogy/SKILL.md` — it routes every kind of Boogy task to the right skill. Claude Code auto-discovers `.claude/skills/`; any agent that reads markdown can follow them. ## Start building - [Agent quickstart](https://boogy.ai/llms-full.txt): self-contained guide — concepts, project setup, build, manifest, deploy - [boogy-sdk](https://github.com/Boogy-ai/boogy-sdk): SDK, CLI, and WIT interfaces (Rust → wasm32-wasip2); copy `smoke/` to start a project - [boogy-superpowers](https://github.com/Boogy-ai/boogy-superpowers): agent skills — service design, data modeling, auth, transactions, background jobs, MCP/REST surfaces, platform limits - [Quickstart](https://github.com/Boogy-ai/boogy-sdk/blob/main/docs/quickstart.md): from zero to a deployed service in five steps - [Manifest reference](https://github.com/Boogy-ai/boogy-sdk/blob/main/docs/manifest.md): every boogy.toml field, ingress modes, capabilities, limits - [AGENTS.md](https://github.com/Boogy-ai/boogy-sdk/blob/main/crates/boogy-sdk/AGENTS.md): canonical handler-authoring reference — feed this to your agent before writing service code ## Optional - [boogy.ai](https://boogy.ai): platform site and dashboard - [GitHub org](https://github.com/Boogy-ai): all public repositories