See how an agent behaves before it can act.
Choose a strategy, set the parameters and watch the agent respond to a simulated market. When the behavior looks right, export the configuration and continue in the SDK workflow.

Simulation only. No funds, no live orders, no production activity.
A controlled place to test the mandate.
The Playground starts with a small number of parameters that shape how the agent behaves.
Strategy
Choose Grid or Market Making.
Spread
Set the distance between the agent's buy and sell prices.
Price levels
Choose how many levels the agent maintains on each side of the market.
Order size
Set the simulated quantity placed at each active level.
Mock market
Run the strategy against a simulated CC / USDC feed.
Every action has a reason.
The simulator makes agent behavior visible without turning the page into a trading terminal.
Market
Shows the mock price, spread and active bid and ask levels.
Orders
Shows the simulated orders the agent is maintaining.
Agent status
Shows whether the agent is preparing, placing, monitoring, adjusting or complete.
Decision log
Explains why the agent placed, changed or removed an order.
Timeline
Records market moves, order events, fills and simulated settlement outcomes.
The output is a starting point.
When the simulation ends, the Playground gives the visitor something useful to continue with. Nothing deploys automatically.
Configuration file
A generated agent.toml starting point.
CLI command
The command needed to continue in the supported SDK workflow.
Strategy summary
The selected strategy, market, spread, levels and order size.
Event summary
A short record of what happened during the simulation.
Use the export as a starting point, then confirm commands and field names against the current SDK guide before production work.
Simulation is the rehearsal. The SDK is the build path.
The Playground helps you inspect behavior before moving into development. Production deployment requires SDK setup, service connection, signing configuration and the right hosting model.
Playground
Use mock market data to understand behavior and generate an initial configuration.
SDK workflow
Connect services, review the configuration and run the agent through the supported developer flow.
Deployment
Choose where the agent runs and how signing, infrastructure and controls are managed.
Test the behavior. Then build the agent.
Use the Playground to understand the strategy, then continue with the SDK when you are ready to build and deploy.