# AI-Native Image Infrastructure (https://auraimage.ai/ai-native-image-infrastructure)

AuraImage is AI-native image infrastructure — the image CDN your AI coding agent installs for you. It replaces the image pipeline you would otherwise assemble by hand with one endpoint your agent wires into the project behind a single confirm.

## The old way

S3 -> Sharp -> Lambda -> CDN -> image-optimization service. Five services, five dashboards, five bills, and the glue code between them — assembled and maintained by hand.

## The AI-native way

AI coding agent -> AuraImage. The agent runs the install (MCP server or agent skill) and wires project setup, upload flows, components, and env vars behind a single confirm. The whole image layer becomes one endpoint: upload to it, transform through the URL, deliver from the edge.

## What makes infrastructure AI-native

- Agent-installable, end-to-end: one command inside Claude Code, Cursor, Codex, or Windsurf.
- One endpoint, not five services: upload, transform, and deliver through a single deterministic URL grammar.
- Edge-native delivery: transforms happen once at the edge and cache forever; AVIF by default; $0 egress.
- Telemetry an agent can read: LCP telemetry, usage analytics, llms.txt, and Markdown at every URL.

## Links

- Getting started: https://auraimage.ai/docs/getting-started
- Agent Skills: https://auraimage.ai/skills
- Docs index for agents: https://auraimage.ai/llms.txt
