# Prix

> Build, test, and publish AI agents on Prix. The rush toolchain runs agents locally and serves them anywhere.

## Getting Started

- [Installation](https://prix.dev/docs/installation.md): Install the Rush toolchain in one command.
- [Account](https://prix.dev/docs/account.md): Sign in and manage your Prix account.
- [Developer Mode](https://prix.dev/docs/developer-mode.md): Unlock developer commands for building agents.
- [Quickstart](https://prix.dev/docs/quickstart.md): Build, test, and publish your first agent in five minutes.

## Concepts

- [Architecture](https://prix.dev/docs/architecture.md): How rush and Rush Cloud fit together.
- [Agent Structure](https://prix.dev/docs/agent-structure.md): Anatomy of a rush agent.
- [Prompt Design](https://prix.dev/docs/prompt-design.md): Patterns for writing agent prompts.
- [Tools](https://prix.dev/docs/tools.md): Built-in and custom tools agents can call.
- [Memory & Context](https://prix.dev/docs/memory.md): How agents persist state across runs.
- [Artifacts](https://prix.dev/docs/artifacts.md): Files agents produce and consume.

## Capabilities

- [Browser Use](https://prix.dev/docs/browser-use.md): Drive a browser from inside an agent.
- [Voice & Camera](https://prix.dev/docs/voice-camera.md): Audio and video input for agents.
- [HTTP Tools & OAuth](https://prix.dev/docs/http-tools.md): Authenticated HTTP requests from agents.
- [MCP Servers](https://prix.dev/docs/mcp-servers.md): Connect agents to MCP tool servers.

## Build

- [Testing](https://prix.dev/docs/testing.md): Test agents end-to-end before publishing.
- [Multi-Agent](https://prix.dev/docs/multi-agent.md): Compose multiple agents together.
- [Generative UI](https://prix.dev/docs/generative-ui.md): Agents that render UI components.
- [Skills](https://prix.dev/docs/skills.md): Package reusable behavior as installable skills.

## Distribute

- [Serve & Deploy](https://prix.dev/docs/serve-deploy.md): Run agents as A2A endpoints, locally or in the cloud.
- [Publishing](https://prix.dev/docs/publishing.md): Publish agents to the public registry.

## Reference

- [CLI Reference](https://prix.dev/docs/cli-reference.md): Every rush command and flag.
