TOOLS FOR BUILDERS

Don't Drown in Digital Manual Labor

We build the boring plumbing: workflow orchestration, automated web browsing, document parsing, smart forms, e-signatures, chat extraction and analysis. So you can focus on what makes your product special. Use our tools from the dashboard, embed them in your product, or both.

THE TOOLS

Six tools. Each one does one job really well.

Every tool works standalone, composes with the others, and plugs into any AI agent out of the box. Use them through our dashboard with full visibility and control, or drop them into your stack with a few lines of code.

USE CASES

What your team can actually do with this

The Masonry isn't for one department. These tools handle work that cuts across your entire organization. Wherever documents, data, communication, and process collide.

Legal & Compliance

Automate the document lifecycle from intake to execution. Parse incoming contracts, generate compliance documents from templates, route them for signature, and monitor team communications for regulatory language.

  • Parse contracts of any format and extract every clause and date
  • Route documents through approval chains with e-signatures
  • Monitor Slack, Teams, and Gmail for compliance-relevant language
DocsSignFlowsConvos

Sales & Revenue

Close deals faster with less manual coordination. Generate proposals from CRM data, send them for signature, track the pipeline, and pull buying signals from prospect conversations.

  • Auto-generate proposals and send for signature in one flow
  • Monitor competitor websites for pricing and feature changes
  • Pull buying signals and churn risks from email and chat
DocsSignFlowsBrowseConvos

Operations & HR

Streamline every process from onboarding to approvals. Generate offer letters, collect signatures, build intake forms, and route requests through multi-step workflows automatically.

  • Onboard new hires from offer letter through I-9 in one flow
  • Build self-service forms for policies and internal requests
  • Route approvals with conditional logic and auto-escalation
DocsSignFormsFlows

Finance & Accounting

Eliminate manual data entry from financial operations. Parse invoices and receipts at scale, auto-fill tax documents, build reconciliation workflows, and maintain audit trails on everything.

  • Parse invoices and receipts in any format automatically
  • Auto-fill payment forms and tax documents from financial data
  • Build reconciliation workflows that flag discrepancies
DocsFormsFlows

Product & Engineering

Ship faster by embedding capabilities instead of building them. Add document parsing, signature collection, or web automation to your product with one SDK. Give your AI agents real-world tools via MCP.

  • Embed any tool in your app with a single API call
  • Give AI agents the ability to sign, parse, browse, and orchestrate
  • Build in hours what would take months from scratch
DocsSignFormsBrowseFlows

Customer Success

Surface insights without manual review. Monitor support conversations for escalations and churn signals, automate renewal workflows, and browse customer portals to verify account status.

  • Monitor conversations for escalations and churn signals in real time
  • Automate renewals from doc generation through signature to CRM update
  • Browse customer portals to check status and pull usage data
ConvosFlowsBrowseDocsSign

YOUR WAY

Your tools. Your way.

The Masonry works however you work. Use the full dashboard to build, manage, and analyze everything in one place, or embed our tools directly into your product and use the dashboard just for monitoring.

From the Dashboard

Build workflows visually, monitor browser sessions in real time, review conversation extractions, manage signature requests, and analyze everything from one place. No code required for most tasks.

  • Visual workflow builder with drag-and-drop
  • Real-time monitoring across all tools
  • Team management and role-based access
  • Usage analytics and audit logs

Embedded in Your Product

Drop any tool into your app with our SDK. Every capability available from the dashboard is also available through the API. Use the dashboard for analytics and management, or go fully headless.

  • One SDK, six tools: Python, Node, or REST
  • Webhook events for every state change
  • White-label embedding for customer-facing features
  • MCP-compatible for native AI agent integration

BUILT FOR AGENTS

Every tool is an agent-ready API.

AI agents are only as good as the tools they can reach. Every Masonry tool is designed to be called by an agent. With clean inputs, predictable outputs, and structured errors.

REST API

Works with any language. Standard HTTP calls.

Python SDK

pip install masonry-sdk Sync and async clients.

CLI

masonry sign create-session Scriptable from anywhere.

MCP

Plug directly into Claude, Cursor, or any MCP agent.

Three tools. Five lines.python
from masonry import sign, document
# Parse any document: PDF, DOCX, even legacy .doc
fields = document.parse("contract.pdf")
filled = document.fill("template.docx", data=fields)
# Add the filled document and send for signature
session = sign.create_session(name="Jane Doe")
session.add_document(filled.path)
session.send() # done

Start building with better blocks.

Boring plumbing for the tools you already use.