The Frameworkless Agent Cloud

Build once. Ship instantly.
Use anywhere.

No framework. No infrastructure. No lock-in. YAML + prompts + any model. Just agents that ship.

What you get

Infrastructure, not abstractions.

No Framework Required

YAML + prompts + tools. No chains, no graphs, no nested abstractions. Define what your agent does, not how a framework runs it.

Any Model, Any Task

Use Opus for reasoning, Haiku for data extraction, GPT for code — in the same agent. Switch models without rewriting anything.

Supported models

Production Debugging

rush inspect opens a live timeline. Stream tool calls, messages, and delegation chains in your browser. Not another log viewer.

Prompt Protection

rush publish encrypts and signs your agent with Ed25519. System prompts are never exposed. Your IP stays yours.

The developer workflow

Three commands. That's the whole workflow.

Definerush init

Scaffold an agent in seconds. YAML + prompts + tools. No SDK to learn, no abstractions to debug.

$ rush init my-agent

name: researcher
models:
  anthropic/claude-sonnet-4:
    provider: openrouter
tools:
  - delegate
  - web_search
  - artifacts
Testrush dev

Live dev server with a browser UI. Watch tool calls, delegation chains, and state changes as they happen.

$ rush dev ./my-agent

  Dev server at localhost:7875
  Live event stream active
  Hot reload on file change
Shiprush publish

One command. Validates, encrypts prompts, signs with Ed25519, ships to the registry. Users install with one click.

$ rush publish ./my-agent

  Quality check passed
  Signed with Ed25519
  Published prix/[email protected]

Why agents

Not another workflow tool

Workflows
Agents
How it works
If X → do Y
Given a goal, figures out how
Who decides
You design every step
Agent decides the path
Edge cases
Breaks or needs a new rule
Adapts and reasons through it
Maintenance
Update rules as world changes
Prompt once, handles variance

Reading

Deeper on agents

All essays
The Thesis·May 14, 2026

The policy layer above the rails

Stripe shipped 288 launches at Sessions 2026. The rails for agent payments are done. The next ten years gets won at the layer above — the manifest that decides which scopes get minted, which inputs trigger them, and which human signed off.

By Muqsit Nawaz
Read · 7 min read

Why Prix

Built for production, not demos.

Reviewed & Signed

Every agent in the registry is reviewed before publish. Ed25519 signatures verify integrity on install.

Prompt Protection

rush publish encrypts your agent container. System prompts and orchestration logic are never exposed.

Runtime Sandboxing

iOS-style permissions. Agents declare what they need. Users approve or deny at install time.

ClawHub has 800+ malicious skills. Prix has zero. Read more

Get early access

API access is opening soon. Join the waitlist. See pricing.

Already building? Read the docs · Publish an agent · Changelog