QX Labs
Back to Blog
Use Cases & Guides

How to Evaluate an AI Agent Platform: A 15-Question Buyer's Checklist

The RFP-style questions that separate production-ready AI agent platforms from demos: integrations, autonomy, scale, grounding, security, and pricing — with red flags for each.

August 26, 2026Jai JunejaWritten with QX11 min read

To evaluate an AI agent platform, put the same 15 questions to every vendor — across six areas: integrations and data access, action and autonomy, scale and reliability, knowledge grounding, security and compliance, and pricing and lock-in — then pilot your top pick on one real workflow before committing. The questions below are the ones that separate platforms that survive production from platforms that survive demos, and for each we've included what a good answer looks like and the red flag that should end the conversation.

Demos are where agent platforms all look the same: every vendor can show an agent doing something impressive on stage. Gartner predicts over 40% of agentic AI projects will be cancelled by the end of 2027 — mostly projects that were bought on the demo and evaluated afterwards. This checklist is how you evaluate first.

Key takeaways

  • Evaluate on your workflow, not the vendor's demo. Pick one concrete, repeating, judgement-heavy process and make every shortlisted platform run it. A platform that can't pilot your real work in a week won't ship it in a quarter.
  • The six areas that matter: tool connectivity, real action-taking with guardrails, unattended scale, grounding in your data with citations, security you can audit, and a pricing meter you can predict at production volume.
  • Traceability is the sleeper criterion. You will only trust — and debug — agents whose every run you can inspect: inputs, steps, outputs, and cost.
  • Price the meter, not the tier. Per-task and per-seat models that look cheap in a pilot invert at production volume. Model your real monthly workload before you sign.
  • Use this checklist against our roundup of the best AI agent platforms to turn a longlist into a decision.

How to run the evaluation

Three steps, in order:

  1. Shortlist by job-to-be-done. "AI agent platform" spans several genuinely different product categories — start from the platform roundup and cut anything built for a different job than yours (and anything from the wrong tier: an ecosystem platform when you're not in that ecosystem, a developer framework when you have no developers).
  2. Put the 15 questions to each vendor. Most eliminate half your shortlist on paper, before anyone builds anything.
  3. Pilot the finalists on one real workflow. Not a toy: a repeating process with real data, real edge cases, and a measurable output. Validate on a sample, inspect the runs, then scale the volume and watch what the meter says.

The 15 questions at a glance

#QuestionArea
1Does it connect natively to the tools we actually use?Integrations & data
2How does it access our data, and with whose permissions?Integrations & data
3Can it reach the web and external data sources?Integrations & data
4Can agents take real actions, not just draft text?Action & autonomy
5Can we require human approval before sensitive actions?Action & autonomy
6Can we mix deterministic steps with agentic judgement?Action & autonomy
7Can it run unattended — scheduled and triggered?Scale & reliability
8Can it run the same work across thousands of records?Scale & reliability
9Is every run traceable — inputs, steps, outputs, cost?Scale & reliability
10Can agents ground answers in our documents, with citations?Knowledge grounding
11Does knowledge stay synced, and does context persist?Knowledge grounding
12What are the security certifications and controls?Security & compliance
13Is our data used for model training? Where does it live?Security & compliance
14What does the pricing meter count — and what does our real volume cost?Pricing & lock-in
15Are we locked into one model vendor — or this platform?Pricing & lock-in

Integrations and data access

1. Does it connect natively to the tools we actually use?

An agent is only as useful as what it can reach. Take your top ten systems — CRM, inbox, calendar, docs, data warehouse, ticketing — and check for native, maintained connectors, not "possible via API." Good answer: hundreds to thousands of native integrations, including your specific stack (browse ours). Red flag: "our API makes anything possible" — that's an engineering project wearing a platform costume.

2. How does it access our data, and with whose permissions?

Agents inherit the access you grant them, so ask how credentials are scoped: per user, per agent, per workspace? Can an admin see and revoke every connection? Do shared agents respect the permissions of the person invoking them? Good answer: scoped, auditable, revocable grants with role-based access control. Red flag: one god-mode service account shared by every agent — we cover why that goes wrong in Is it safe to give AI agents access to your tools?

3. Can it reach the web and external data sources?

Research-heavy work — enrichment, monitoring, due diligence — needs live web search and third-party data, not just your internal apps. Good answer: built-in web research plus connectors to the data providers your workflows use. Red flag: agents that only know what you paste into them.

Action and autonomy

4. Can agents take real actions, not just draft text?

The line between an agent platform and a chatbot with connectors: can it send the email, update the record, create the ticket — or does it produce text for a human to act on? Ask to see a workflow complete end-to-end in the demo, in real systems. Red flag: every "action" in the demo terminates in a draft for someone to copy-paste. (For where that line sits per category, see agent platform vs workflow automation vs chatbot.)

5. Can we require human approval before sensitive actions?

Autonomy needs brakes. Anything irreversible or outward-facing — sending to a customer, changing a record, spending money — should support an approval gate where a human reviews before the agent proceeds. Good answer: configurable human-in-the-loop steps, per workflow (QX Flows build these in). Red flag: "the model is very reliable" offered as the safety story. Reliability is not a control.

6. Can we mix deterministic steps with agentic judgement?

Real processes contain both: steps that must happen exactly the same way every time, and steps that need reading and deciding. Platforms that force everything through an agent make the predictable parts flaky; platforms that are all rules can't handle the judgement parts at all. Good answer: both step types compose in one workflow. Red flag: the vendor tells you one of the two "isn't really necessary."

Scale and reliability

7. Can it run unattended — scheduled and triggered?

A platform you must sit next to is a demo. Production means the Monday-morning report runs before you wake up and the inbound-lead workflow fires on every submission. Good answer: cron-style schedules, event triggers, and notifications when something needs a human. Red flag: every run starts with someone typing in a chat box.

8. Can it run the same work across thousands of records?

Much of the value of agents is the same judgement applied consistently at volume: enrich this list, score these accounts, triage this backlog. Ask what running 5,000 rows looks like — in time, in cost, and in the interface. Good answer: purpose-built bulk execution with per-row visibility, like QX Grids. Red flag: "you'd loop the workflow 5,000 times," priced per loop.

9. Is every run traceable — inputs, steps, outputs, cost?

The sleeper criterion. You'll only trust agents you can audit, and you'll only debug agents whose reasoning you can replay. Ask to see the run log for a failed task, not a successful one. Good answer: every run records what went in, every step and tool call, what came out, and what it cost — inspectable per run and per row. Red flag: a green tick or a red cross and nothing in between.

Knowledge grounding

10. Can agents ground answers in our documents, with citations?

Generic models don't know your company, and ungrounded agents hallucinate confidently. The platform should index your documents and have agents answer from them, citing sources so a human can verify. Good answer: managed retrieval over continuously indexed company knowledge, citations on by default — the architecture we unpack in MCP vs RAG. Red flag: "you can paste relevant context into the prompt."

11. Does knowledge stay synced, and does context persist?

A knowledge base that was accurate at setup decays immediately. Ask whether sources re-sync automatically, and whether agents retain your context between sessions or start cold every time. Good answer: continuous sync from live sources plus persistent agent memory. Red flag: manual re-uploads, and agents with amnesia.

Security and compliance

12. What are the security certifications and controls?

Ask for the certification (SOC 2 or ISO 27001 — QX Labs is ISO 27001 certified), then the controls behind it: encryption in transit and at rest, role-based access, audit logs, SSO. If you operate under GDPR or sector rules, ask where data is processed and residency options. Red flag: "certification is on the roadmap" from a vendor asking for the keys to your CRM and inbox.

13. Is our data used for model training? Where does it live?

Your prompts, documents, and outputs flow through the platform and on to model providers — so get the data-use commitment in writing: no training on your data, from the platform and in its agreements with model vendors. Ask about retention, deletion, and tenancy isolation. Good answer: contractual no-training commitment, defined retention, enterprise isolation options. Red flag: improvement-by-default clauses you have to opt out of finding.

Pricing and lock-in

14. What does the pricing meter count — and what does our real volume cost?

Agent platforms meter different things — tasks, operations, actions, credits, seats — and the same job can differ in cost by an order of magnitude across meters (we priced one job on seven platforms). Model your production volume, not your pilot, and ask what happens at the limit: overage pricing, hard stops, or surprise invoices? Good answer: costs visible before a run, workspace-level pricing that doesn't tax headcount. Red flag: a meter the vendor's own team can't help you forecast.

15. Are we locked into one model vendor — or this platform?

Two lock-ins to check. Model lock-in: can the platform use multiple LLM providers, choose per task, and bring your own keys — so you benefit as models improve rather than being welded to one vendor's roadmap? Platform lock-in: can you export your data and workflow definitions if you leave? Good answer: multi-model with BYO keys and clean export. Red flag: a single unnamed model "optimised for the platform," and no export story.

Scoring it

Weight the areas by what your work needs — but treat three answers as disqualifying regardless of weighting: no run traceability (question 9), no approval gates (question 5), and no written data-training commitment (question 13). Those aren't feature gaps; they're the failure modes that turn an agent pilot into an incident. Everything else is a trade-off you can price.

Then pilot: one real workflow, one week, on the free tier if the platform has one. The pilot answers the question no RFP can — whether your team actually ships work with it.

FAQ

What are the most important requirements for an AI agent platform?

Six areas cover it: native integrations to your tools, real action-taking with human-approval gates, unattended and bulk-scale execution, answers grounded in your documents with citations, auditable security (ISO 27001 or SOC 2, no training on your data), and a pricing meter you can forecast at production volume. Traceable run logs are the single most underrated requirement.

How long should an AI agent platform evaluation take?

Two to three weeks. Spend the first on paper: shortlist by job-to-be-done and put the 15 questions to each vendor — most fail there. Spend the rest piloting one real workflow on your top one or two picks, validating on a sample, inspecting run logs, and scaling volume to test the pricing meter.

What should be in an AI agent platform RFP?

The six areas of this checklist, phrased as evidence requests rather than yes/no questions: show us the run log for a failed task, the approval flow for an outbound email, the cost estimate for 5,000 rows, the data-training commitment in your standard terms, and your certification reports — not just claims.

What are the biggest red flags when choosing an AI agent platform?

Three end the conversation: no per-run traceability, no human-approval gates before sensitive actions, and no written commitment against training on your data. Close behind: "our API makes anything possible" instead of native integrations, and a pricing meter the vendor can't help you forecast at your real volume.

Should we pilot before committing to an AI agent platform?

Always — and on your own workflow, not the vendor's template. A real pilot exposes what demos hide: how the platform handles your edge cases, what runs actually cost, and whether your team builds with it unaided. Prefer platforms with a free tier that includes every feature, so the pilot tests the product, not a crippled trial.

Run the checklist on us

We built QX to score well on exactly these questions — traceable runs, approval-gated Flows, bulk-scale Grids, cited Knowledge, ISO 27001, and workspace credits with every feature on the free plan. Put the checklist to us: book a demo and bring your hardest questions, or start free and pilot a real workflow this week.

See what AI agents can do for your team

Deploy agents that can act across your data and 1,000+ apps.