post
https://api.usetradecraft.io/v1/demo/sessions
Creates a new demo session with a $500 virtual paper trading wallet.
No authentication required. Rate-limited to one active session per IP.
The strategy_prompt defines the agent's trading strategy. If omitted,
a default momentum strategy is used.
curl -X POST https://api.usetradecraft.io/v1/demo/sessions \
-H "Content-Type: application/json" \
-d '{
"agent_name": "my-demo-bot",
"strategy_prompt": "Buy AAPL if it is up more than 1% today. Sell if down 3% from cost.",
"schedule": { "cron": "*/15 * * * *" },
"model": "claude-sonnet-4-20250514",
"data_sources": { "market": true, "news": true }
}'Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
