Skip to content
Go To Dashboard

Get Started

Sapiom gives your coding agent everything it needs to build agents — controlled, multi-step, deployable automations with instant access to paid capabilities (search, compute, browsers, AI models, file storage, and more), pay-per-use, with zero vendor onboarding.

Capability = Reasoning × Access. Your models have the reasoning. Sapiom is the access.

Pick your environment:

Terminal window
/plugin marketplace add sapiom/sapiom-js
/plugin install sapiom

The plugin registers the sapiom-dev MCP server and ships the sapiom-agent-authoring skill, so your agent knows when and how to build Sapiom agents.

Or add just the MCP server:

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

Or add it to a settings file (~/.claude/settings.json, or project .claude/settings.json):

{
"mcpServers": {
"sapiom": {
"command": "npx",
"args": ["-y", "@sapiom/mcp"]
}
}
}

Run the sapiom_authenticate tool once — it opens a browser to approve access, then caches your key in ~/.sapiom/credentials.json for every subsequent call. Check status anytime with sapiom_status. No API key to paste.

Tell your coding agent what you want to automate — or follow the quickstart yourself:

”Unauthorized” when deploying or running

Section titled “”Unauthorized” when deploying or running”

Run sapiom_authenticate to sign in (it caches your key in ~/.sapiom/credentials.json), then confirm with sapiom_status. The offline tools (check, run_local) work without signing in; deploy and run require it.

Restart your AI client after adding the server. Confirm the config runs npx -y @sapiom/mcp — the first run downloads the package, which can take a few seconds.

Cloud steps (deploy, run, image/video generation) can take 15–30 seconds or more. Iterate offline with run_local (capabilities stubbed) before deploying.