Blog

Insights for the agent economy

How SaaS providers can make their products accessible to AI agents — identity, access control, compliance, and developer experience.

Security

The agent authentication stack: API keys, OAuth, JWTs, and mTLS compared

A deep technical comparison of four authentication mechanisms for AI agent access. Includes threat models, working code examples, and a decision framework for choosing the right approach.

Feb 27, 202614 min read
Developer Experience

Agent-aware logging: how to distinguish AI agent traffic from bot traffic in your analytics

Feb 27, 202614 min
Agent Economy

We benchmarked 163 SaaS companies for agent readiness. Nobody scored above 80.

Feb 27, 202614 min read

All articles

Developer Experience13 min read

Designing APIs that agents can discover: OpenAPI, MCP, and the new standard stack

AI agents can't use APIs they can't find. This post covers the emerging standard stack for API discoverability — from OpenAPI specs to RFC 9727 api-catalog, llms.txt, and Model Context Protocol — with implementation code and real-world adoption data.

Feb 27, 2026
Best Practices13 min

The first 30 seconds of agent onboarding: a teardown of 20 SaaS signup flows

We sent an AI agent to sign up for 20 popular SaaS products and graded every step. CAPTCHAs, email verification walls, phone number requirements, SPAs that render nothing — here's what the agent saw and what it means for your signup conversion.

Feb 27, 2026
Developer Experience13 min read

How we built the AgentGate benchmark: scoring methodology and technical decisions

A behind-the-scenes look at how we score 844 SaaS websites for AI agent readiness. Covers our 7-category rubric, the -25 penalty that nearly everyone fails, LLM-as-judge scoring, Bright Data for bot protection detection, and lessons from building a benchmark that actually means something.

Feb 27, 2026
Developer Experience12 min read

Implementing OAuth for AI agents: a practical guide with code

A step-by-step technical guide to building OAuth-based authentication that AI agents can actually use. Includes working code examples in Node.js and Python, scope design patterns, and a comparison of Client Credentials, API keys, JWTs, and mTLS.

Feb 27, 2026
Developer Experience11 min

Load testing your signup flow with AI agents: a methodology

Your signup flow works for humans clicking buttons. But what happens when 50 AI agents try to create accounts simultaneously? Here's a complete methodology for stress-testing your onboarding from an agent's perspective — with working scripts you can run today.

Feb 27, 2026
Best Practices13 min read

Rate limiting for agents vs humans: why your 429s are killing conversion

AI agents hit APIs differently than humans — higher burst, longer sessions, and retry patterns that amplify 429s into cascading failures. Here's how to design rate limits that protect your infrastructure without blocking your fastest-growing user segment.

Feb 27, 2026
Developer Experience12 min

What 1,000 robots.txt files tell us about the internet's stance on AI agents

We analyzed the robots.txt files of 997 SaaS companies from our benchmark dataset. Only 4% actively block AI crawlers — but that number hides five very different policy approaches, and the companies that welcome AI agents score 82% higher on agent readiness.

Feb 27, 2026
Agent Economy12 min

When agents negotiate: the emerging protocols for automated service agreements

AI agents are already buying products, signing up for services, and negotiating prices on behalf of users. But the protocols that govern how agents discover, negotiate with, and transact with each other are still forming. Here's where it all stands in early 2026.

Feb 27, 2026
Developer Experience12 min read

Your API's hidden agent experience: what bots actually see when they visit your docs

We visited 10 popular API doc sites from an AI agent's perspective — fetching pages, reading robots.txt, checking llms.txt, and testing response headers. Here's what we found: the gap between what humans see and what agents see is enormous.

Feb 27, 2026
Compliance9 min read

Why agent signups constitute ToS violations — and what to do about it

When AI agents create accounts via browser automation, they violate Terms of Service and expose both the agent operator and the SaaS provider to legal risk. Here's how the industry is solving it.

Feb 26, 2026
Developer Experience10 min read

How to write agent-friendly documentation that actually gets your product adopted

AI agents are reading your docs before humans do. If your documentation isn't optimized for machine consumption, you're losing deals to competitors whose docs are. Here's how to fix it.

Feb 25, 2026
Security9 min read

From CAPTCHAs to capabilities: rethinking access control for the agent era

CAPTCHAs ask 'are you human?' The agent era demands a better question: 'what are you authorized to do?' Here's how to move from blocking bots to verifying agent identity and granting scoped capabilities.

Feb 25, 2026
Security8 min read

CAPTCHAs are old-school barriers that block good agents and bad bots equally

CAPTCHAs were designed to stop spam bots in 2004. In 2026, they can't tell the difference between a malicious bot and a legitimate AI agent — and they're costing you revenue.

Feb 24, 2026
Agent Economy11 min read

The agent economy: what happens when AI agents become your fastest-growing user segment

AI agents are already evaluating, signing up for, and using SaaS products autonomously. The providers who build for this new user segment will capture the next wave of software distribution.

Feb 23, 2026
Security9 min read

Why traditional bot detection is destroying agent adoption

WAFs, browser fingerprinting, and Cloudflare challenges treat AI agents as threats. They're not — they're your next customers. Here's how traditional bot detection is killing agent adoption and what to do about it.

Feb 23, 2026
Best Practices10 min read

Building an agent onboarding flow: from first contact to trusted access

A step-by-step guide to creating a signup and onboarding flow that works for AI agents — from initial discovery to authenticated API access, with human oversight at every stage.

Feb 22, 2026
Developer Experience8 min read

robots.txt in the age of AI agents: why your crawl policy needs a rethink

Your robots.txt was written for search engines. AI agents interpret it differently — and a misconfigured crawl policy might be blocking your best future customers.

Feb 22, 2026
Developer Experience10 min read

Agent-friendly API design: authentication patterns that work for humans and agents

Most APIs are designed for human developers. AI agents have different needs — from authentication to error handling to rate limiting. Here's how to design APIs that serve both audiences.

Feb 21, 2026
Compliance9 min read

The compliance case for agent identity management

AI agents acting on behalf of users create new compliance requirements — audit trails, liability chains, KYA (Know Your Agent), and regulatory exposure. Here's how to stay ahead of the regulatory curve.

Feb 20, 2026
Agent Economy8 min read

The hidden cost of blocking AI agents from your product

Every time an AI agent fails to access your product, it doesn't just bounce — it recommends a competitor. Here's how to quantify the revenue you're losing to agent-hostile design.

Feb 20, 2026
Best Practices10 min read

Measuring your website's agent readiness: a framework

How agent-ready is your website? This framework breaks down the five dimensions of agent readiness — discovery, access, authentication, documentation, and integration — with scoring criteria and concrete steps to improve.

Feb 19, 2026
Developer Experience10 min read

What Stripe, Twilio, and Plaid got right about developer experience — and what it means for agents

Stripe, Twilio, and Plaid built billion-dollar businesses by making APIs delightful for developers. The same principles that made them developer-friendly make them agent-friendly — and the companies that learn this lesson will win the agent era.

Feb 18, 2026