Sign In

@morphllm/morphsdk

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morphllm/morphsdk

TypeScript SDK and CLI for Morph Fast Apply integration

npmnpm
Version
0.2.7
Version published
Weekly downloads
24K
3.23%
Maintainers
1
Weekly downloads
 
Created
Source

Morph SDK

Production-ready tools for AI coding agents: Fast Apply (10,500 tokens/s)

npm version

Install

npm install @morphllm/morphsdk

Get your API key: morphllm.com/dashboard/api-keys

export MORPH_API_KEY="sk-your-key-here"

Quick Start

import { MorphClient } from '@morphllm/morphsdk';

const morph = new MorphClient({ 
  apiKey: process.env.MORPH_API_KEY 
});

// AI-powered file editing
await morph.fastApply.execute({
  target_filepath: 'src/app.ts',
  instructions: 'Add error handling',
  code_edit: 'try { ... } catch (e) { ... }'
});

Documentation

Full docs: docs.morphllm.com

Keywords

morph

FAQs

Package last updated on 02 Nov 2025

Related posts