Skip to content
Go To Dashboard

Introduction

Sapiom helps you build agents: controlled, multi-step TypeScript automations that you can test locally, deploy, and operate in the cloud. Start with one of the three supported authoring paths below. They all lead to the same agent project and lifecycle.

Download the desktop app for an Apple-silicon Mac, Windows x64, or Linux x86_64. The app opens Agent Studio in its own window and manages the local runtime it needs.

If Node 20+ and Claude Code are already installed, run this from the folder where you want to work:

Terminal window
npx @sapiom/agent-studio@latest

See Install Agent Studio for first-launch, sign-in, and folder behavior.

If you prefer Claude Code’s terminal or IDE experience, register Sapiom’s local authoring MCP:

Terminal window
claude mcp add sapiom -- npx -y @sapiom/mcp

The sapiom name is the Claude Code registration alias. The package provides the local sapiom_dev_* tools used to scaffold, check, test, link, deploy, and run agents. It is not the hosted direct-capability MCP.

Already know that you need a single capability call rather than a deployable agent? The hosted capability MCP and SDK remain available as reference surfaces; they are not additional Getting Started paths.