# Introduction

**Deployment infrastructure for OpenClaw AI agents.**

ClawFaster handles the hard parts of running agents in production: caching, orchestration, observability, and cost control. You focus on building agent behavior. We handle everything else.

***

## What is ClawFaster?

ClawFaster is a developer-first infrastructure platform built specifically for [OpenClaw](https://openclaw.ai) AI agents. It sits between your agent configuration and the Anthropic API, adding:

* **Automatic prompt caching** that cuts inference costs by up to 90%
* **Intelligent model routing** that sends each request to the cheapest model that can handle it
* **One-command deployment** that goes from a config file to a running agent in 60 seconds
* **Multi-agent orchestration** for building systems of coordinating agents
* **Real-time observability** into cost, latency, and cache performance across your entire fleet

ClawFaster does not train models, build agents, or lock you into proprietary formats. Agents are portable OpenClaw configs. You can export and self-host at any time.

***

## Quick navigation

[Quickstart](https://docs.clawfaster.com/getting-started/quickstart)

[Installation](https://docs.clawfaster.com/getting-started/installation)

[Your First Agent](https://docs.clawfaster.com/getting-started/your-first-agent)

[Prompt Caching](https://docs.clawfaster.com/features/prompt-caching)

[Model Router](https://docs.clawfaster.com/features/model-router)

[Multi-Agent Orchestration](https://docs.clawfaster.com/features/orchestration)

[Durable Execution](https://docs.clawfaster.com/features/durable-execution)

[Observability](https://docs.clawfaster.com/features/observability)

[Access Control](https://docs.clawfaster.com/features/access-control)

[CLI Reference](https://docs.clawfaster.com/cli/reference)

[TypeScript SDK](https://docs.clawfaster.com/sdk/typescript)

[Python SDK](https://docs.clawfaster.com/sdk/python)

[Architecture](https://docs.clawfaster.com/platform/architecture)

[Pricing](https://github.com/ClawFaster/documentation/blob/main/pricing/plans.md)
