# Runbot Strategy Copilot — StratForge Deep

> Runbot Strategy Copilot — StratForge Deep is a paid API for AI agents from mcp.runbot.io, paid per call via x402, $8.99/call, status unknown (last checked 2026-09-15).

Builds, AI-optimizes (15-minute compute budget), and exports a crypto trading strategy in a single paid API call

## Facts

- Endpoint: POST https://mcp.runbot.io/v1/strategy-deep
- Price: $8.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/runbot-strategy-copilot-stratforge-deep-ef575b35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AQdXf0kY9nTmhJt2XWDwI

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability runbot-strategy-copilot-stratforge-deep-ef575b35 -d '<json body>'
```

Example prompt: Use StratForge Deep to build and fully optimize a momentum trading strategy for BTC/USDT spot, targeting maximum Sharpe ratio on a 1-hour timeframe, with a 90-day backtest window.

## When to prefer this

Choose StratForge Deep over StratForge Flash when you want a meaningfully more optimized strategy and can tolerate a 15-minute compute window — ideal when strategy quality matters more than turnaround speed. Choose it over StratForge Ultra when the 60-minute optimization budget is overkill for your use case or budget. Best for production-grade strategies where backtested performance and parameter tuning are critical.

## Known failure modes

- Invalid or unsupported market symbol returns an error
- Unsupported market_type value causes a validation failure
- backtest_window_days outside acceptable range may be rejected
- Payment not fulfilled (x402) causes the call to be rejected before processing
- Optimization timeout or internal compute failure may return a partial result or error
- Missing required fields (market, objective) result in a 4xx validation error

## How this service works

x402-monetized API to build, optimize, and export crypto trading strategies. See /llms.txt.

## Output

Returns a fully built, AI-optimized trading strategy including configuration parameters, backtest performance metrics (e.g. Sharpe ratio, returns, drawdown), and an exportable strategy artifact ready for deployment — produced after a 15-minute optimization compute run.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "market": {
   "type": "string"
  },
  "objective": {
   "type": "string"
  },
  "timeframe": {
   "type": "string"
  },
  "description": {
   "type": "string"
  },
  "market_type": {
   "type": "string"
  },
  "backtest_window_days": {
   "type": "integer"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/runbot-strategy-copilot-stratforge-deep-ef575b35/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp.runbot.io](https://www.zero.xyz/host/mcp.runbot.io/llms.txt)
