Before You Read:
RPA (Robotic Process Automation)
Rule-based bots that click through fixed screen coordinates. Fast and reliable until the screen changes — then they break.
Agentic AI
Software that reasons about a goal, plans multi-step actions, and adapts across tools with limited human input — not just responding to a prompt.
Computer-Use Agent
A specific kind of agentic AI: it sees a screenshot, reasons about what's on it, and produces mouse/keyboard actions — operating software the way a person would, without needing an API to exist first.
Why Most Payer Portals Still Don't Have an API
Ask this question and the honest answer is structural, not incidental: standardized APIs never existed for most payer transactions in the first place. UnitedHealthcare, Cigna, Aetna, Humana, and dozens of regional Blue Cross Blue Shield plans each built their own proprietary web portal for eligibility, prior authorization, and claims — none of them designed with automation in mind, each with different forms, different required fields, different documentation rules. Authentication adds another layer of friction on top: some portals require TOTP-based MFA, others send SMS codes, session timeouts range from 5 to 30 minutes, and CAPTCHAs appear unpredictably.
This isn't a MEDITECH problem, an Oracle Health problem, or an Epic problem — it sits entirely on the payer side, which is exactly why switching EHRs or upgrading an EHR's own API never actually solves it.
The CMS-0057-F Timeline: What's Mandated, What Isn't
The regulatory picture is genuinely shifting — just more slowly, and more narrowly, than most headlines suggest. The CMS Interoperability and Prior Authorization Final Rule (CMS-0057-F) was published in February 2024. Since January 1, 2026, impacted payers have had to return prior authorization decisions within 72 hours for urgent requests and 7 calendar days for standard ones, state a specific reason for every denial, and publish prior authorization metrics annually — the first public reports were due March 31, 2026.
The bigger piece — a mandatory FHIR-based Prior Authorization API, plus Patient Access, Provider Access, and Payer-to-Payer APIs — isn't required until January 1, 2027, and only for specific payer types: Medicare Advantage, Medicaid managed care, CHIP, and Qualified Health Plan issuers on the federal exchanges. Most commercial payers sit entirely outside that mandate. So do claims-status checks and denial/appeal workflows, neither of which gets a required API even after 2027.
The Real Scale Problem: 50-200 Portals Per Health System
Even a fully successful 2027 rollout only closes part of the gap, because of the sheer number of counterparties involved. A mid-size health system typically interfaces with 50 to 200 different payer portals, each with its own login flow, MFA requirements, and data-entry format. Traditional integration projects — the kind that build a proper point-to-point connection to a single payer — take 12 to 18 months each, and organizations typically only get through their top 5 payers before priorities shift elsewhere.
[Insert chart here: chart-4-payer-portal-coverage-gap.svg — 60-70% of claim volume still manual because only the top 5 of 50-200 payers get a traditional integration]
That leaves an estimated 60-70% of claim volume running through completely manual, unautomated portal work — not because the workflow is conceptually hard, but because the economics of building 45-plus custom integrations never made sense for any single health system to fund.
What “Computer-Use” Actually Means (It's Not Screen-Scraping, and It's Not Waiting for an API)
It's worth being precise here, because the term “agentic AI” gets used loosely. Some industry definitions frame agentic AI as strictly API-level — contrasting it with RPA's “screen scraping” and implying that anything touching a screen doesn't count as agentic. That's a fair distinction for workflows where an API already exists. But for the 60-70% of claim volume sitting behind payer portals with no usable API — and for the commercial payers CMS-0057-F never touches — that framing doesn't describe the actual choice in front of a hospital or lab: it's not “API vs. screen scraping,” it's “wait years for an API that may never come vs. automate the portal properly.”
A computer-use agent is built from four layers working together, not one script clicking fixed coordinates:
- LLM reasoning interprets payer rules and clinical documentation, and plans the next action — this is the layer that adapts when a portal's layout changes overnight, instead of failing silently the way fixed-coordinate RPA does.
- The computer-use/browser agent navigates the portal itself: logging in, handling MFA, filling forms, clicking through exactly as a person would, built on vision-and-language models like Claude that read a screenshot and decide where to click.
- Document understanding reads EOBs, authorization packets, and clinical notes — structured or not — pulling the specific data each payer's form actually asks for.
- A deterministic rule engine sits underneath all of it, guaranteeing HIPAA-compliant, consistent output every time, and routing genuine exceptions to a human reviewer rather than guessing.

Let’s talk!
In just 15 minutes, we’ll cut through the noise and see if automation works for you.
Is It Legal for AI to Handle Prior Authorization Without a Human?
This is a live regulatory question, not a settled one — and it's worth addressing directly rather than glossing over. Most insurers already use some form of automated system somewhere in the prior authorization process. But states are actively stepping in to define the boundaries: Georgia's SB 544, effective January 1, 2027, allows insurers to use AI to automate prior authorization tasks and participate in decision-making, but explicitly bars AI from issuing an adverse (denial) determination without review and approval from a licensed healthcare provider. Expect more states to follow a similar pattern over the next couple of years.
This is precisely why the human-in-the-loop exception layer in the architecture above isn't a nice-to-have — it's the difference between an automation approach that ages well as regulation catches up, and one that has to be re-architected every time a new state law lands. Flobotics' agents are built to escalate true exceptions to human staff by design, not as a compliance afterthought.
What This Looks Like in Production
The stats aren't hypothetical. Across Flobotics' deployments, agentic automation of exactly this kind has produced: a 90% reduction in prior authorization packet submission time and an 85% faster overall submission process for a pain-management network, bridging a LIMS-to-payer-portal workflow for a genetic-diagnostics lab with 90% faster packet submissions, and denial processing time cut from roughly 10 minutes to 55 seconds at a national diagnostic lab running approximately 300 automated resubmissions per day. None of these outcomes required a single payer to publish a new API first.
Industry-wide, the pattern holds: AI process automation in healthcare is returning roughly $3.20 for every $1 invested, with payback averaging 12 to 18 months, and organizations report 40-60% reductions in denial rates once autonomous resolution removes the human-bandwidth bottleneck that was the actual constraint the whole time — not the absence of an API, but the absence of enough staff-hours to work every portal manually.
FAQ
What is agentic AI, in simple terms?
Software that doesn't just respond to a prompt — it plans multi-step actions, reasons about the current situation, and acts across tools to reach a goal with minimal human input, unlike generative AI, which only produces content on request.
Is RPA the same as agentic AI?
No. RPA executes fixed, rule-based steps and breaks when a screen changes; agentic AI reasons, adapts, and handles unstructured data and exceptions. Most real deployments combine both — RPA for routine execution, agentic AI for judgment calls.
What is a “computer-use” AI agent?
An AI agent that sees a screenshot of a screen, reasons about what's on it, and produces mouse and keyboard actions to operate software the way a person would — built on vision-and-language models rather than fixed click coordinates.
Why don't insurance payer portals have APIs?
Because standardized APIs never existed for most payer transactions. Each payer built its own proprietary web portal, with different forms, fields, MFA methods, and CAPTCHA behavior — none of it designed for automation.
Is it legal for AI to handle prior authorization without a human?
It's an active regulatory area. Most insurers already automate parts of the process, but states are stepping in — Georgia's SB 544 (effective January 1, 2027) allows AI to automate PA tasks but bars it from issuing denials without licensed-provider review. Routing true exceptions to human staff, as Flobotics does by design, lines up with where regulation is heading.
Will the 2027 CMS API mandate make computer-use agents obsolete?
Not for years, if ever. CMS-0057-F only mandates FHIR APIs for Medicare Advantage, Medicaid managed care, CHIP, and QHP-exchange payers, and only for Patient Access, Provider Access, Payer-to-Payer, and Prior Authorization — leaving most commercial payers and workflows like claims status and denial appeals outside the mandate entirely.
The API you're waiting for might not exist by 2027, or ever, for your specific payer mix. Automate the portal instead.
Ready to automate your business processes?
Karl – our CTO loves to discuss the ROI. Feel free to book a call with him.
In just 15 minutes, we’ll help you assess whether automation is right for you.







.png)


.png)

