
TOOLS FOR BUILDERS
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
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.
FLOWS
Build multi-step workflows that chain any combination of Masonry tools and external services. Trigger them on a schedule, from a webhook, or let an AI agent kick them off. Each flow runs serverlessly. No infrastructure to manage.
Learn more →
BROWSE
Give Browse a URL and a task, and it handles the rest: navigating pages, filling forms, extracting data. Advanced bot detection bypass and CAPTCHA solving built into the runtime. Government portals, login flows, dynamic SPAs. It handles them all.
Learn more →
CONVOS
Connects to Gmail, Slack, Teams, Discord, SMS, WhatsApp, and Telegram. Surfaces action items, decisions, commitments, and sentiment buried in your business conversations. Without anyone changing how they work.
Learn more →
FORMS
Tell Forms what information you're collecting and it generates a complete, validated form. With the right field types, conditional logic, and validation rules. No drag-and-drop builder. Just describe the job and get a production-ready form.
Learn more →
DOCS
Hand Docs a contract, invoice, or tax form and it extracts every field, table, and data point: PDF, Word, scanned image, even a photo. Then feed data into a template and generate completed documents ready for review or signature.
Learn more →
SIGN
Sign handles the entire signature workflow: sending documents, collecting signatures in the right order, tracking status, and delivering the executed copy. Legally binding, audit-trailed, and works embedded in your product or through a simple signing link.
Learn more →
USE CASES
The Masonry isn't for one department. These tools handle work that cuts across your entire organization. Wherever documents, data, communication, and process collide.
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.
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.
Streamline every process from onboarding to approvals. Generate offer letters, collect signatures, build intake forms, and route requests through multi-step workflows automatically.
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.
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.
Surface insights without manual review. Monitor support conversations for escalations and churn signals, automate renewal workflows, and browse customer portals to verify account status.
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.
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.
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.
BUILT FOR AGENTS
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.
Works with any language. Standard HTTP calls.
pip install masonry-sdk Sync and async clients.
masonry sign create-session Scriptable from anywhere.
Plug directly into Claude, Cursor, or any MCP agent.
from masonry import sign, document# Parse any document: PDF, DOCX, even legacy .docfields = document.parse("contract.pdf")filled = document.fill("template.docx", data=fields)# Add the filled document and send for signaturesession = sign.create_session(name="Jane Doe")session.add_document(filled.path)session.send() # done
Boring plumbing for the tools you already use.