Skip to main content
Valkyrie orchestrates agentic benchmark runs across sandboxed tasks. Use the CLI or Python SDK to start runs, monitor progress, and retrieve results.

Run your first benchmark

Install the CLI, configure credentials, and start a run.

Manage agents

Upload, list, download, and remove agent bundles.

Add a benchmark service

Connect Valkyrie to a custom benchmark endpoint.

Self-host Valkyrie

Review the AWS architecture and deployment requirements.

Core concepts

  • Agent: a bundled program with a contract that tells Valkyrie how to install and run it.
  • Benchmark service: an HTTP service that provides tasks and evaluates results.
  • Run: one execution of an agent against a benchmark dataset.
  • Sandbox provider: the service that creates isolated task environments.

Choose an interface

Use the CLI for interactive setup, agent packaging, and run operations. Use the Python SDK to integrate run management into an application.