QVeris for AI Agents — Frequently Asked Questions
QVeris is a capability routing network that lets AI agents discover, inspect, and call 10,000+ real-world, verified capabilities across 15+ categories through a single API key and a unified Discover → Inspect → Call protocol. Each call returns a pre-settlement billing breakdown, with final settlement auditable via usage_history and credits_ledger.
Agents send a natural-language query to the Discover endpoint, receive ranked capability matches with quality signals, then Inspect the schema and Call the selected capability. Discover and Inspect are free; Call follows each capability's billing rule with pre-settlement and final-settlement audit surfaces.
- What is QVeris and how does it help AI agents?
- QVeris is a capability routing network for AI agents. Instead of hard-coding individual API integrations, agents use QVeris to discover, inspect, and call 10,000+ real-world, verified capabilities across finance, vision, documents, media, and more — all through one API key and one unified protocol.
- How does the Discover, Inspect, and Call protocol work?
- Discover accepts a natural-language query and returns ranked capability matches with quality signals. Inspect retrieves the full schema, parameters, and the capability's billing_rule. Call executes the capability and returns structured output plus a pre-settlement billing breakdown when available. Discover and Inspect are free; Call consumes pay-as-you-go credits.
- How do I check whether a Call was actually charged?
- Use usage_history with the execution_id to inspect charge_outcome (charged / included / failed_not_charged / failed_charged_review) and the actual_amount_credits. Use credits_ledger to see balance movements. Both endpoints support context-safe modes: summary, search with precise filters, or export_file for large analysis.
- What kinds of capabilities can agents access through QVeris?
- QVeris routes to capabilities in 15+ categories including real-time market data, media intelligence, multimodal vision (OCR, image recognition), document parsing, knowledge retrieval, live search, and signal analysis. New providers are added continuously.
- How is QVeris different from calling APIs directly?
- Direct API integration works for a small number of fixed endpoints. QVeris adds a routing layer that handles capability discovery, quality scoring, provider selection, and unified billing with pre-settlement transparency — so agents can reach many providers without managing individual API keys, rate limits, or contracts.
- How do I integrate QVeris into my agent?
- The recommended method is the QVeris CLI (v0.5.0) — it runs as a subprocess with zero schema tokens consumed (tool registries never enter the LLM context). Alternatively, use the MCP Server (v0.6.0, exposing discover / inspect / call / usage_history / credits_ledger) for Cursor, Claude Code, and other MCP-compatible hosts; the Python SDK; or the REST API. One API key from qveris.ai (sk-xxx) or qveris.cn (sk-cn-xxx) is all you need — region is auto-detected from the prefix. Machine-readable setup instructions are at /llms-full.txt and /setup.md.
- What is the relationship between QVeris and OpenClaw?
- OpenClaw is an open-source capability runtime; QVeris is the managed routing network built on top of it. OpenClaw handles execution, while QVeris provides discovery, quality signals, provider routing, and pay-as-you-go settlement.
