Skip to main content
DevHelm provides typed SDKs for TypeScript and Python, plus an MCP server for AI agent integration. Choose based on your runtime and use case.

SDKs

TypeScript SDK

Typed client for Node.js and browser environments. Full CRUD on all resources with auto-pagination.

Python SDK

Sync and async clients for Python 3.11+. Pydantic models for type safety.

Quick comparison

Both SDKs provide the same resource coverage:

MCP Server

The MCP server gives AI coding assistants (Cursor, Claude Desktop, Windsurf, Claude Code) direct access to your DevHelm account. Hosted at mcp.devhelm.io — connect with a single URL, no install required.

MCP Server

Connect your AI assistant in 30 seconds.

Tools reference

Complete catalog of 120+ MCP tools.

Authentication

All SDKs authenticate with a DevHelm API token:
In the Python SDK, token may be omitted — it falls back to the DEVHELM_API_TOKEN environment variable. The TypeScript SDK requires token explicitly in the constructor.

Next steps

TypeScript quickstart

Create your first monitor with the TS SDK.

Python quickstart

Create your first monitor with the Python SDK.

API Reference

Full REST API documentation.