Get started with MutagenT in 4 steps
Install SDK
bun add @mutagent/sdk
Create API Keys
Configure Client
import { Mutagent } from '@mutagent/sdk'; const client = new Mutagent({ bearerAuth: process.env.MUTAGENT_API_KEY, });
Send Your First Trace