Getting Started with MutagenT
Welcome to MutagenT! The fastest way to start tracing your LLM applications is with the MutagenT CLI.Prerequisites
- Node.js 18+ or Bun runtime
- A MutagenT account at app.mutagent.io (or a self-hosted instance)
Quick Setup
Authenticate
Log in to connect the CLI to your MutagenT account. The CLI opens your browser for OAuth by default, or you can paste an API key.
Integrate Your Framework
Use
mutagent explore to auto-detect your framework, then generate the integration code.Alternative: Direct SDK Usage
If you prefer programmatic access without the CLI, you can use the SDK directly.MUTAGENT_API_KEY environment variable, or you can call initTracing() explicitly.
Architecture
Next Steps
Installation
Detailed installation instructions
First Trace
Trace your first LLM call
Integrations
All supported frameworks
CLI Reference
Full CLI documentation