DEV Community

karimsherifyehia
karimsherifyehia

Posted on • Originally published at aiforstartups.io

The Agent Pricing Model: Why We Made Our Free Tier Read-Only

The Standard SaaS Pricing Playbook Is Broken for Agents

Traditional SaaS pricing is built around one assumption: humans are the users.

Limit the seats. Lock certain features behind a paywall. Give them a taste, then charge for the good stuff.

This works when a human is sitting at a dashboard, hitting a wall, and deciding whether to upgrade. They feel the friction directly. They know what they're missing.

But AI agents don't feel friction. They don't see a locked feature and think "I should ask my boss to upgrade." They either have access or they don't — and if they don't, they just fail silently or tell the user they can't help.

We needed a completely different pricing model. Here's what we built and why.

The Insight: Read vs. Write Is the Natural Line

When we started designing Nexus's agent tier, we asked one question: what does an agent need to prove its value before a human commits to paying?

The answer was clear: reading data.

An agent needs to browse contacts, read orders, check inventory, and search across everything. None of that costs the business anything. It's pure intelligence gathering — exactly what an agent needs to demonstrate it's useful.

Writing is different. Creating orders, sending messages to customers, updating records — these have real-world consequences. They're worth paying for.

Read = explore and prove value. Write = act and create value.

That's our free/paid line.

How the Tiers Work

Free ($0/mo)

  • Full MCP server access, read-only
  • Browse contacts, orders, inventory, global search
  • 1 AI agent, 500 API calls/day

The free tier is genuinely useful. An agent on free can answer questions, generate reports, find customers, check stock levels, and summarize order history. A business can run an AI assistant on free indefinitely if all they need is intelligence.

Starter ($99/mo)

  • Read + write MCP access
  • Create contacts, orders, update statuses
  • Send messages via WhatsApp/Facebook/Instagram
  • 2 AI agents, 1,000 outbound messages/month

Growth ($199/mo) and Scale ($599/mo)
Scale up agents, messages, and unlock AI features (sentiment analysis, transcription, embeddings).

The Conversion Funnel Nobody Talks About

Here's the thing about this model: the agent does the selling.

Traditional SaaS acquisition:

  1. Run ads → human finds product → human evaluates → human upgrades

With agent-native pricing:

  1. Agent discovers Nexus via llms.txt or .well-known/mcp.json
  2. Agent self-registers (no human needed)
  3. Agent reads data and does useful things on free
  4. Human sees value ("wait, my AI actually knows our order history?")
  5. Human upgrades so the agent can do more

The agent is the SDR, the sales engineer, and the onboarding specialist all at once. No demos. No cold calls.

Why Not Just Limit by Feature?

We considered feature-gating: lock CRM behind Pro, lock shipping behind Enterprise.

The problem: feature-gating creates fragmentation. An agent that can access CRM but not orders can't answer "is this customer's order delayed?" — a basic question. Partial access makes the agent look incompetent, not the pricing tier.

Read/write gating is different. A read-only agent is still coherent. It has a complete picture of the business. It just can't change anything yet.

The Safety Argument

There's another reason to gate writes: safety.

When an AI agent has write access to your production data, you want it to have earned that trust. A business that's been watching what the agent reads and how it behaves for a few weeks is in a much better position to say "yes, I trust this agent to create orders and send messages."

Read-only free tier isn't just a pricing decision. It's a trust-building mechanism.

The Bigger Takeaway

If you're building SaaS in 2026, agents are coming for your product regardless of whether you plan for them. The question is whether you build a pricing model that works with agents or fights them.

We chose to work with them.


Nexus is live at nexus.aiforstartups.io. Agents can self-register at nexus-docs.aiforstartups.io/api/ai-agents-mcp. Free forever, no credit card required.

Top comments (0)