March 2026 · Founder's Log

Why Your Next Customer Might Not Be a Person

The agentic infrastructure stack is forming fast. Scheduling, email, and now e-signatures — all being rebuilt for AI agents. Here's what that means if you're building SaaS today.

The wall at the end of the funnel

AI agents have gotten remarkably good at the top of the sales funnel. They research prospects, craft personalised messages, book meetings, even handle objections on live phone calls.

But every autonomous workflow hits the same wall: the contract. The moment a signature is needed, someone has to log into DocuSign, upload a PDF, configure an envelope, drag signature fields around a screen, and wait. All that agent intelligence, defeated by a drag-and-drop interface built for humans clicking around a GUI.

That frustration is why I built Signbee — a document signing API where one POST request sends a document for two-party e-signing. No accounts, no templates, no envelope configuration. The agent handles the contract the same way it handles everything else: programmatically.

An infrastructure stack is forming

What's interesting is that Signbee isn't happening in isolation. A whole layer of infrastructure is being built right now — not for future use, but shipping today — to serve AI agents as first-class customers.

Cal.com launched Cal.ai, an AI scheduling agent that books, reschedules, and cancels meetings autonomously. It works over phone ($0.29/min), Slack, and Telegram. No human opens a calendar app. The agent handles the entire flow.

AgentMail raised $6 million in seed funding from General Catalyst and Y Combinator to build email infrastructure for AI agents. Not marketing tools for humans — actual email accounts that agents own and operate programmatically. They emerged from YC's Summer 2025 batch and saw explosive growth when OpenClaw went viral.

And OpenClaw itself crossed 285,000 GitHub stars in a matter of months, making it the most-starred project on the platform. More than React. More than Linux. The local AI agent platform went from developer tool to mainstream infrastructure at a speed nobody predicted.

Put it together:

🗓️ Cal Agents for scheduling ✅
📧 AgentMail for email ✅
✍️ Signbee for e-signatures ✅

We're roughly one year away from an AI agent that runs a full sales cycle — research, outreach, book, negotiate, close, and sign — without a human touching a single step.

Building for agents inverts everything

The traditional SaaS playbook says: make it easy for a person to understand. Add tooltips. Colour-code your buttons. Write onboarding emails.

Agents don't read tooltips. They read API specs.

That principle shaped every decision in Signbee. We publish three integration paths, each designed for a different level of agent sophistication:

  • Direct REST API — any agent that can make an HTTP call can send a document for signature. No SDK, no client library. Just JSON over HTTPS.
  • MCP Server — for Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. One config line and the agent can call send_document as a native tool. Ask Claude to “send this NDA to the client” and it just does it.
  • Agent Skill — a portable skill file for agent frameworks. Bundles the API docs, context, and calling conventions into a single installable package.

We also publish an llms.txt file alongside our API documentation. Think of it like robots.txt for AI models — a structured file that tells language models what the product does and how to use it.

The self-sealing certificate

One technical detail worth highlighting: when both parties sign a document on Signbee, the system appends a certificate page to the PDF. It records who signed, when, their IP addresses, the verification method, and a SHA-256 hash of the entire document.

The certificate page itself is part of the document that gets hashed. Any modification to any part of the document — including the certificate — invalidates the integrity check. It's a self-sealing envelope.

This approach meets the requirements for electronic signatures under eIDAS (EU), the ESIGN Act (US), and the ECA (UK) — the same legal basis DocuSign and HelloSign use for their standard tier.

Marketing to machines

Here's the part most founders aren't thinking about yet: when your customer is software, your marketing strategy changes fundamentally.

In 2026, roughly 60% of searches result in zero clicks. Google AI Overviews, ChatGPT, Perplexity — they answer the question directly. The user never visits your website.

This is where Generative Engine Optimisation (GEO) comes in — the practice of optimising your content so AI platforms discover, understand, and cite your brand. For Signbee, that means:

  • Publishing structured docs that AI models can parse (llms.txt, OpenAPI spec)
  • Building entity authority across GitHub, npm, MCP registries, and developer directories
  • Creating content that answers the exact questions agent builders ask

SEO is splitting into two games: driving clicks from humans, and supplying trusted inputs to AI agents. We're betting on both — but leaning into the second.

The question every founder should ask

If you're building SaaS right now, consider this: could an AI agent be your customer?

Not your user's assistant. Not a copilot. A direct, autonomous customer that calls your API, pays for your service, and never logs into a dashboard.

The pattern is already repeating across the stack:

  1. Identify a workflow step that requires a human to operate a GUI
  2. Rebuild it as a zero-UI, API-first service
  3. Make it discoverable by agents (MCP, llms.txt, OpenAPI)
  4. Price it for volume — agents send 100x more documents than humans

The companies that figure this out first won't just capture a new segment. They'll become the default infrastructure when autonomous agents go mainstream. Based on OpenClaw's trajectory, that's not three years away. It's months.

Signbee is live — free tier, no credit card.