Create a project
Create a project for the agent or model-powered service you want to operate. Projects keep environments, releases, runs, alerts, and team ownership together.
Add an environment
Start with development, then create staging and production when you are ready to separate data and policies. Each environment has its own API key, capture rules, budgets, and alert configuration.
Instrument the runtime
Install the Metrune SDK or connect an OpenTelemetry collector. Initialize one run at the application boundary and add child spans for model, tool, retrieval, and workflow steps.
Create a release
Use the CLI or API to register the code revision, prompt bundle, model policy, and configuration that should deploy together.
metrune deploy --project support-router --environment production
The deployment appears in release history and on every performance chart. Open the first live run to confirm spans, token usage, and metadata are arriving as expected.