Quick Clone
The fastest way to get started:Installation
API Keys
Set your API keys as environment variables:Create a
.env
file in your project root to manage API keys locallyYour First Agent
Run an agent on the 2048 game environment:The trace context ensures that the entire task run - from setup through evaluation - appears as one coherent trace on the platform
What just happened?
-
Task Definition: We created a
Task
with:- A prompt telling the agent what to do
- An
mcp_config
pointing to a remote MCP environment - Setup and evaluation tools to initialize and score the game
-
Auto Client: The agent automatically created an MCP client from
task.mcp_config
-
Telemetry: The
trace
context captured all interactions for debugging -
Evaluation: The
evaluate_max_tile
tool returned the highest tile as reward
Next Steps
Understand MCP
Learn how agents connect to environments
Run Benchmarks
Test on SheetBench and OSWorld
Build Environments
Create your own MCP environment
CLI Quick Reference
See the CLI Reference for detailed command documentation