Plano is an AI-native proxy and data plane for agentic apps — with built-in orchestration, safety, observability, and smart LLM routing so you stay focused on your agents core logic. https://planoai.dev
Find a file
2026-01-02 13:45:29 -08:00
.github/workflows release 0.4.1 (#670) 2026-01-01 23:39:18 -08:00
apps Update docs to Plano (#639) 2025-12-23 17:14:50 -08:00
cli release 0.4.1 (#670) 2026-01-01 23:39:18 -08:00
config release 0.4.1 (#670) 2026-01-01 23:39:18 -08:00
crates cargo clippy (#660) 2025-12-25 21:08:37 -08:00
demos release 0.4.1 (#670) 2026-01-01 23:39:18 -08:00
docs update quick start to elevate gateway/proxy example (#671) 2026-01-02 10:21:38 -08:00
packages include contact page and restructuring (#640) 2025-12-22 15:02:45 -08:00
tests use uv instead of poetry (#663) 2025-12-26 11:21:42 -08:00
.dockerignore update .dockerignore file after filter move 2024-10-18 14:44:39 -07:00
.gitignore use uv instead of poetry (#663) 2025-12-26 11:21:42 -08:00
.gitmodules Remove OMF (#78) 2024-09-24 15:18:20 -07:00
.pre-commit-config.yaml cargo clippy (#660) 2025-12-25 21:08:37 -08:00
archgw.code-workspace update workspace (#659) 2025-12-25 18:26:35 -08:00
build_filter_image.sh release 0.4.1 (#670) 2026-01-01 23:39:18 -08:00
CONTRIBUTING.md Update discord server invite url (#428) 2025-03-05 13:21:35 -08:00
Dockerfile use uv instead of poetry (#663) 2025-12-26 11:21:42 -08:00
LICENSE Create LICENSE 2024-10-10 06:30:23 -07:00
package-lock.json include contact page and restructuring (#640) 2025-12-22 15:02:45 -08:00
package.json include contact page and restructuring (#640) 2025-12-22 15:02:45 -08:00
README.md simplify readme and point links to docs.planoai.dev (#672) 2026-01-02 13:45:29 -08:00
turbo.json feat: redesign archgw -> plano + website in Next.js (#613) 2025-12-18 15:55:15 -08:00

Plano Logo

Plano is a models-native proxy server and data plane for agents.

Plano pulls out the rote plumbing work and decouples you from brittle framework abstractions, centralizing what shouldnt be bespoke in every codebase - like agent routing and orchestration, rich agentic signals and traces for continuous improvement, guardrail filters for safety and moderation, and smart LLM routing APIs for UX and DX agility. Use any language or AI framework, and deliver agents faster to production.

QuickstartRoute LLMsBuild Agentic Apps with PlanoDocumentationContact

pre-commit rust tests (prompt and llm gateway) e2e tests Build and Deploy Documentation

Overview

Building agentic demos is easy. Shipping agentic applications safely, reliably, and repeatably to production is hard. After the thrill of a quick hack, you end up building the “hidden middleware” to reach production: routing logic to reach the right agent, guardrail hooks for safety and moderation, evaluation and observability glue for continuous learning, and model/provider quirks scattered across frameworks and application code.

Plano solves this by moving core delivery concerns into a unified, out-of-process dataplane.

Plano pulls rote plumbing out of your framework so you can stay focused on what matters most: the core product logic of your agentic applications. Plano is backed by industry-leading LLM research and built on Envoy by its core contributors, who built critical infrastructure at scale for modern worklaods.

High-Level Network Sequence Diagram: high-level network plano arcitecture for Plano

Jump to our docs to learn how you can use Plano to improve the speed, safety and obervability of your agentic applications.

Important

Plano and the Arch family of LLMs (like Plano-Orchestrator-4B, Arch-Router, etc) are hosted free of charge in the US-central region to give you a great first-run developer experience of Plano. To scale and run in production, you can either run these LLMs locally or contact us on Discord for API keys.

Contact

To get in touch with us, please join our discord server. We actively monitor that and offer support there.

Getting Started

Ready to try Plano? Check out our comprehensive documentation:

Contribution

We would love feedback on our Roadmap and we welcome contributions to Plano! Whether you're fixing bugs, adding new features, improving documentation, or creating tutorials, your help is much appreciated. Please visit our Contribution Guide for more details