PromptShuttle

Your code stays simple.
The agents don't.

PromptShuttle is a drop-in OpenAI replacement that orchestrates multi-agent workflows server-side. One API call in, final answer out — your app never touches agent logic.

const response = await openai.chat.completions.create({
  model: "research-agent",
  messages: [{ role: "user", content: "Analyze this document" }],
});

Behind this call, PromptShuttle spawns sub-agents, routes across providers, runs tool calls, and returns the finished result.

An API, Not a Framework

Every competitor is an SDK — you embed agent logic in your application code. PromptShuttle is different: your app sends a standard API call, and orchestration happens server-side.

SDK Approach

  • Agent logic lives in your code
  • Change agents = redeploy your app
  • You manage providers, retries, costs
  • Each team builds their own plumbing

PromptShuttle

  • Agent logic lives in the proxy
  • Change agents = update config
  • Proxy handles providers, retries, costs
  • One deployment serves all teams

Built for Teams That Ship

Platform Teams

Offer AI capabilities to internal teams without each team learning an agent framework.

SaaS Products

Add AI features without agent orchestration complexity in your codebase.

Agencies

Manage AI for multiple clients with built-in multi-tenant isolation.

Background Jobs

Use AI as a callable service from Trigger.dev, Temporal, or any job runner.

Everything You Need to Ship Agents

Multi-Agent Orchestration

Define agent flows in the dashboard. Sub-agents spawn, run tool calls, and aggregate results automatically.

OpenAI-Compatible API

Standard chat completions endpoint. Use the OpenAI SDK you already have — just change the base URL.

Multi-Provider Routing

Route to the best model for each agent. OpenAI, Anthropic, Google, DeepSeek — switch without code changes.

Cost Tracking & Budgets

See costs aggregated across the entire agent tree. Set budgets per tenant, per flow.

Multi-Tenant

One deployment serves all your teams or clients. Isolated keys, billing, and flow configurations.

Agent Observability

Built-in agent tree visualization, event streaming, and per-step cost breakdown.

Customer References

TenderStrike logo, a stylized T in form of a Rubik's cube

TenderStrike | AI tender analysis for the construction industry

TenderStrike uses PromptShuttle to proxy request to a variety of LLMs, and to manage automated fallbacks and retries. Their team uses prompt shuttle also as a collaboration tool between domain experts, business users (for reporting) and developers.

MentorMode logo

MentorMode | AI-enabled coaching and mentoring platform

MentorMode allows mentors and coaches to create a digital version of themselves that can guide and support their clients 24/7. MentorMode uses a variety of LLMs to generate responses to user queries and to provide feedback on user input.

BrandKarma Logo

BrandKarma | Generative Engine Optimization & Brand Insights

BrandKarma is an AI and LLM search insights platform for marketing teams and agencies. It monitors LLM presence of brands, helps users to find the best-performing content, identify gaps in their content strategy, and optimize their marketing and PR strategies for AI visibility.

Optivise Logo

Optivise | Automatic Product Data Optimization for E-commerce

Optivise uses PromptShuttle to enhance their AI-driven product data optimization platform. By leveraging multiple LLMs through PromptShuttle, they ensure high-quality, accurate, and engaging product descriptions that boost e-commerce performance across marketplaces such as ADEO, Debenhams, B&Q and more.

Straightforward Pricing

Start free, scale as you grow. Simple usage-based pricing with no agent orchestration surcharges.

Start Orchestrating in Minutes

Point your OpenAI SDK at PromptShuttle, define your first agent flow, and ship.