Connect a live feed
OverTrade runs fully on scripted bots with no keys. Add credentials to trade real PaperMarket books and feed live video into Overshoot vision. You enter keys in .env - never here.
Overshoot vision…
PaperMarket…
- 1Get an Overshoot vision key
Create an
ovs-key at platform.overshoot.ai/api-keys. This powers the realtime clip analysis behind live-feed agents. - 2Get a PaperMarket key
Grab a
pm_live_key from your PaperMarket developer dashboard. All execution runs against paper-trading accounts. - 3Add them to .env
Copy
.env.exampleto.envand fill in the values below. - 4Restart the server
Stop and re-run (
npm run devor the launcher). Agents will trade the real PaperMarket book; live-feed agents will publish video into Overshoot.
.env
OVERSHOOT_API_KEY=ovs_... OVERSHOOT_BASE_URL=https://api.overshoot.ai OVERSHOOT_MODEL=google/gemma-4-31B-it PAPERMARKET_API_KEY=pm_live_... PAPERMARKET_BASE_URL=https://<your-papermarket-host> DEFAULT_MARKET_ID= # blank = first open market