Arch

Arch

Open-source AI-native proxy for agent orchestration, smart LLM routing, observability, and guardrails

61/100MonitorFreeFree

Plano is a strong open-source choice for teams that want to own their AI middleware. Its zero-code observability and intent-based routing are real differentiators, but you'll need to self-host and configure. If you need a managed service, look at Portkey or Helicone instead.

Verified 15d ago · liveness 61/100 · cite: rightaichoice.com/tools/arch

Best for
  • Developers building multi-agent systems needing orchestration and smart LLM routing
  • Teams that want unified safety guardrails, moderation, and observability across agents without code changes
  • Organizations seeking an open-source, vendor-neutral AI gateway to avoid framework lock-in
  • Startups prototyping agentic workflows quickly with minimal overhead and local dev
Not ideal for
  • Non-technical users looking for a no-code solution
  • Teams needing a fully managed cloud service with SLAs and dedicated support
  • Developers who want advanced rate limiting and traditional API gateway features
Visit Website

IntermediateFor a solo developer, running Plano locally via Docker and defining a few agents in YAML takes 1-2 hours to first route. Adding guardrails and tracing adds another couple of hours. Platform teams planning production deployment across services should budget 2-3 days to configure routing, filters, and observability.CLI · APIAPI availableVerified 15d ago
Pricing
Free
FreeFree tier3 hidden costs
Learning curve
Intermediate
For a solo developer, running Plano locally via Docker and defining a few agents in YAML takes 1-2 hours to first route. Adding guardrails and tracing adds another couple of hours. Platform teams planning production deployment across services should budget 2-3 days to configure routing, filters, and observability.
Runs on
CLIAPI
API available · 2 integrations
Who it's for
Developer at a startup prototyping an agentic customer support botPlatform engineer at a mid-size company standardizing agent deploymentsML engineer fine-tuning LLM routing for cost optimization
Live sentiment
Is Arch actually worth it?

We scan live Reddit threads, YouTube comments, X posts, G2 reviews and other communities — and hand you an honest verdict in under a minute.

  • Honest verdict, not marketing
  • Real pros & cons from real users
  • Attributed quotes with receipts
Run a free scan

3 free scans · no card needed

Skip it if

Skip Plano if you need a fully managed gateway with SLA-backed uptime, or if you're non-technical and can't self-host infrastructure.

The 30-second take
Biggest gripe

Self-hosting Plano means you bear the cost of running and scaling the gateway infrastructure yourself—no free managed tier.

Price reality

Plano is free (Apache-2.0) with self-hosting costs—ideal for startups and teams comfortable running their own infrastructure. Managed alternatives like Portkey and Helicone charge per-token or per-seat but offer SLAs and less ops overhead.

In short

Arch — Open-source AI-native proxy for agent orchestration, smart LLM routing, observability, and guardrails. Best for Developers building multi-agent systems needing orchestration and smart LLM routing, Teams that want unified safety guardrails, moderation, and observability across agents without code changes, Organizations seeking an open-source, vendor-neutral AI gateway to avoid framework lock-in. Free to use.

What people actually say about Arch — is it worth it?

We scanned public community sources for Arch on Jul 3, 2026 and could not establish that the discussion we found is about this tool rather than something else sharing its name. Our own analysis of that scan says the posts were off-subject. Rather than publish a sentiment score built on the wrong subject, we publish nothing here and re-run the scan.

Viability Score

61/100
Monitor

How well maintained and how widely used is Arch? Built from what the vendor actually publishes (docs, changelog, tutorials, integrations, pricing), whether the site is live, and how much real users discuss it. How we calculate this

Recent activity
not measured
Traction
100
Site health
95
User sentiment
0
What the vendor publishes
20

Last calculated: September 2026

How we score →

Key Features

  • Agent orchestration
  • Smart LLM routing by model name, alias, or preferences
  • Zero-code Agentic Signals™ and OTEL traces/metrics capture
  • Filter Chains for jailbreak protection, moderation, and memory hooks
  • YAML-based agent and route configuration
  • OpenAI-compatible API endpoint
  • Sidecar or standalone deployment
  • Multi-agent support without modifying app code
  • Model provider agility (e.g., OpenAI, Anthropic)
  • Free hosted Plano-Orchestrator model (4B parameters) for dev
  • Built on Envoy by core contributors
  • Apache-2.0 open source license
  • Docker deployment support
  • Any language or AI framework support
  • Random sampling tracing for evaluation

About Arch

FreeIntermediateAPI availableCLI · API

Plano is a production-focused, open-source AI-native proxy server and data plane for agentic applications. It pulls the 'hidden middleware' out of your codebase—agent routing and orchestration, guardrails for safety, observable signals, and model management—into one out-of-process gateway. You define agents declaratively in YAML, and Plano handles the rote plumbing, so you can ship agents faster without embedding brittle framework abstractions. It's built by core Envoy contributors, licensed Apache-2.0, and works with any language or AI framework. Who is this for? Developer teams building multi-agent systems who want to avoid lock-in and own their infrastructure. Plano centralizes what would otherwise be scattered across code: intent-based routing to the right agent, smart LLM routing by model name, alias, or automatic preferences (swap OpenAI for Anthropic without code changes), and consistent policy enforcement via Filter Chains—jailbreak protection, moderation, and memory hooks. Its OpenAI-compatible API means agents are just HTTP servers, and tracing captures Agentic Signals™ and OpenTelemetry traces/metrics with zero code changes. Key specifics: define agents and routes in YAML (e.g., weather and flight agents with natural-language descriptions); run Plano as a sidecar or standalone service; use its built-in 4B-parameter routing model (Plano-Orchestrator) for development. For first-run, a free hosted version runs in the US-central region; production use means running it locally or requesting API keys via Discord. Plano targets teams that want a modular, vendor-neutral alternative to managed gateways like Portkey or Helicone—you self-host, but you stay in control. Plano lets you configure only what you need, whether it's edge proxying for orchestration and guardrails, LLM routing from your services, or both. It's a pragmatic pick for production-focused developers who value transparency and control over convenience.

Behind the Verdict

If you're building agentic apps in production, Plano addresses a real pain point: the boring, repetitive middleware that nobody wants to write. We've seen projects where routing logic, guardrails, and tracing end up scattered across frameworks and app code—Plano centralizes these into one out-of-process proxy. That's a win for maintainability. The YAML-driven configuration is clean, and the intent-based routing (via the 4B-parameter Plano-Orchestrator model) means you get semantic routing without writing classifiers. Where Plano shines is its observability story. Agentic Signals™ plus OTEL traces/metrics auto-captured with zero code changes is a killer feature for teams that need to evaluate and improve agents over time. The random sampling for traces keeps overhead low. Filter Chains also let you enforce jailbreak protection, moderation, and memory hooks consistently across all agents—something that's hard to get right when each agent is its own codebase. But there are trade-offs. Plano is open-source and self-hosted, so you're on the hook for ops. There's no managed cloud with SLAs or dedicated support—the free hosted model is only for dev; production means running it yourself or getting keys via Discord. That's fine for teams with DevOps chops, but not for those who want a zero-ops solution. When compared to managed gateways like Portkey or Helicone, Plano offers more control and no vendor lock-in. But those services offer ease of use and support that Plano doesn't. If you need a managed service with SLAs, Plano isn't it. If you have the skills to self-host, it's a solid alternative. One more caveat: the documentation assumes some familiarity with both AI agent patterns and infrastructure. Non-technical users will struggle. Also, while Plano supports model

Researching Arch? Get your full AI stack in 60 seconds.

Free, no signup — tell us your goal and get tools matched to your budget & existing stack.

Real-world workflow fit

Concrete scenarios for the personas Arch actually fits — and what changes day-one when you adopt it.

Developer at a startup prototyping an agentic customer support bot

You define agents in YAML, run Plano locally with Docker, and use the hosted Plano-Orchestrator model for first-run development.

Outcome: In a day, you have a working gateway with routing, guardrails, and observability, without writing plumbing code.

Platform engineer at a mid-size company standardizing agent deployments

You deploy Plano as a sidecar to your existing agent services, configure Filter Chains for moderation, and capture OTEL traces.

Outcome: You get consistent safety policies and observability across all agents with zero code changes, reducing integration time.

ML engineer fine-tuning LLM routing for cost optimization

You set up preference-based routing to send low-stakes queries to a cheaper model, and high-stakes to a premium model.

Outcome: You cut inference costs while maintaining quality, all managed via Plano's routing APIs.

Use Cases

Models Under the Hood

Plano-Orchestrator (4B parameters)OpenAIAnthropic

as of 2026-09-09

Limitations

  • Plano is self-hosted, requiring DevOps effort for deployment and maintenance.
  • It does not yet have an extensive library of pre-built integrations, so custom connectors may be needed.
  • The project is relatively new, so documentation and community resources are still maturing.

as of 2026-08-25

Verification history

We have re-verified Arch 8 times since . Each pass re-reads the vendor's own pages and re-checks every listed field against that evidence; passes where nothing had changed are marked as such.

  1. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  2. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  3. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  4. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  5. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  6. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it

Showing the 6 most recent of 8 verification passes.

Free to cite with attribution — this page re-verifies continuously.

12-month cost

Project the real annual outlay, including the implied monthly cost when only an annual tier is published.

Annual total
Free
Over 12 months
Effective monthly
Free
Billed monthly

Vendor list price only. Add-on usage, seat overages, and contract minimums are surfaced under Hidden costs & gotchas.

Plans compared

For each published Arch tier: who it actually fits, and what it adds vs. the previous tier. Cross-reference the cost calculator above for projected annual outlay.

Open Source

$0/mo

Ideal for

Developers and startups who want a free, self-hosted AI gateway with full control, and are comfortable running and maintaining their own infrastructure.

What this tier adds

Starting tier: Apache-2.0 licensed source, all features included, with self-hosting via Docker and community support.

Hidden costs & gotchas

What the public pricing page doesn't put in bold. Captured from pricing-page footnotes, contract terms, and recurring complaints.

  • Self-hosting Plano means you bear the cost of running and scaling the gateway infrastructure yourself—no free managed tier.
  • Production use of the Plano-Orchestrator model requires running it locally (GPU cost) or contacting the team for API keys, which may have usage limits.
  • Lack of pre-built integrations means you'll spend engineering time building custom connectors for your specific services.

Where the pricing makes sense

The company stage and team size where Arch's pricing actually pencils out — and where peers do it cheaper.

Plano is free (Apache-2.0) with self-hosting costs—ideal for startups and teams comfortable running their own infrastructure. Managed alternatives like Portkey and Helicone charge per-token or per-seat but offer SLAs and less ops overhead.

Setup time & first value

How long it actually takes to get something useful out of Arch — broken out by persona, not the marketing-page minute.

For a solo developer, running Plano locally via Docker and defining a few agents in YAML takes 1-2 hours to first route. Adding guardrails and tracing adds another couple of hours. Platform teams planning production deployment across services should budget 2-3 days to configure routing, filters, and observability.

Switching to or from Arch

How to bring data in from common predecessors and how to get it back out — written for the switcher, not the buyer.

Migrating in
  • From LangChain: Decouple routing and guardrails from your chain code and move them into Plano's YAML configuration.
  • From a custom router: Replace your hand-rolled routing logic with Plano's intent classification and alias-based routing.
  • From Portkey/Helicone: Self-host Plano and replicate your routing and observability rules in its configuration.
Migrating out
  • To Portkey: If you need a fully managed gateway with SLAs, you can export your routing rules and reimplement them in Portkey's dashboard.
  • To LangChain: If you prefer to embed orchestration in code, remove Plano and use LangChain's native routing and tools.

Integrations

OpenAIAnthropic

Resources & Guides

Tutorials & Learning

YouTube returned 6 videos for “Arch”, and we withheld 6: 6 could not be judged, because “Arch” is a single word that other videos use for other things. We are showing none, because we could not prove any of them are about Arch.

Featured Head-to-Head Comparisons

Popular in LLM Gateways & Model Routers

OpenRouter Agents

OpenRouter Agents

OpenRouter Agents route any AI request across 500+ language, image, video, and audio models on one OpenAI-compatible API.

FreemiumTry
Intrascope

Intrascope

Centralize access to ChatGPT, Claude, Gemini, and more with multi-model governance.

FreemiumTry
MLflow

MLflow

Open source platform to debug, evaluate, monitor, and optimize AI agents and ML models.

FreeTry

Frequently Asked Questions

Used Arch? Help shape our editorial sentiment research.