App 06 — Exchange

Install a stack in one click.

Config packs bundle providers, modules, routes, workflows, policies, and alerts together. Install once, apply everywhere. Uninstall cleanly.

Starter packs
Recommended
Safety Essentials
by Stockyard
PII redaction, content filtering, prompt injection detection, and trust policies. The baseline for production.
4 modules • 2 policies • 2 alerts
Recommended
Cost Control
by Stockyard
Rate limiting, spending caps, token budgets, and caching. Keep your LLM spend predictable.
4 modules • 3 alerts
Provider
OpenAI Quickstart
by Stockyard
Pre-configured OpenAI with model routing, caching, retry logic, and a starter prompt template.
1 provider • 3 routes • 2 modules • 1 template
Provider
Anthropic Quickstart
by Stockyard
Claude model routing with caching and an analysis-focused prompt template.
1 provider • 1 route • 2 modules • 1 template
Advanced
Multi-Provider Failover
by Stockyard
OpenAI + Anthropic with automatic failover, health checks, circuit breakers, and load balancing.
2 providers • 5 modules • 2 alerts
Advanced
Evaluation Suite
by Stockyard
DAG workflows for accuracy evaluation and hallucination detection. Systematic LLM testing.
2 workflows • 1 template
What packs can contain

A single pack can provision resources across all six Stockyard apps.

Providers
Proxy
Routes
Proxy
Modules
Proxy
Workflows
Forge
Tools
Forge
Templates
Studio
Policies
Trust
Alerts
Observe
# List available packs curl https://your-instance.stockyard.dev/api/exchange/packs # Install a pack (applies providers, modules, alerts, etc.) curl -X POST /api/exchange/packs/safety-essentials/install # Response shows exactly what was applied { "status": "installed", "applied": { "modules": 4, "policies": 2, "alerts": 2 }, "skipped": {}, "errors": {} } # Clean uninstall (removes everything the pack added) curl -X DELETE /api/exchange/installed/1

Skip the boilerplate.

One pack, one click. Production-ready config in seconds.

Start free Back to platform