Skip to main content
The Mutagent SDK lets your code authenticate to the Platform and manage account resources programmatically. Install the CLI for interactive use; use the SDK when you’re scripting against the Platform from TypeScript or Python.
The SDK’s job today is authentication and account resources — signing in and managing providers. The ADLC loop itself is driven by Helix in your coding agent, not by an SDK call.

TypeScript

npm install @mutagent/sdk

Python

pip install mutagent-sdk

Construct a client

The SDK exports a Mutagent client. It reads MUTAGENT_API_KEY from the environment by default:
From there you manage providers and account configuration. See configuration for the client options.