Developer platform
Molthood is an execution platform: you describe a subject, agents gather evidence, and every finding carries the source it came from. The console is live today. What follows is how you will reach the same engine from your own code.
REST API
Run an analysis from your own code and read the result back.
The same engine the console uses, over plain HTTP and JSON. No SDK required to start.
API keys
Scoped credentials with rotation, limits, and an audit trail.
Issue a key per environment, restrict what it can reach, and revoke it without touching the others.
CLI
Drive executions and pull artifacts from a terminal.
Script an analysis into a build step, or check a subject without opening a browser.
SDK
Typed clients for TypeScript, Python, and Go.
Types that match the response contract, so a field that moves breaks at compile time rather than in production.
MCP server
Let a compatible AI client run Molthood workflows directly.
Your assistant performs the analysis and reads the evidence, instead of describing what it would do.
Skills
Reusable execution workflows, versioned and shareable.
Package a sequence you run often, then install someone else's instead of rebuilding it.
Webhooks
Receive execution events as they happen.
React when a run completes or a watched subject changes, without polling for it.
Available today
Nothing on this page accepts requests yet. The platform itself does — analyses run, evidence is collected, and reports are produced in the console. Everything here is about reaching that from outside a browser.
Open the console