Integrate

B2B integration case study

How agent platforms, research desks, and fintech backends add market intelligence without API keys, monthly seats, or opaque vendor lock-in — using x402 USDC settlement and a free accuracy leaderboard for procurement due diligence.

Audience: Engineering leads, agent operators, and procurement evaluating pay-per-call intel APIs.

Base URL: https://conc-exe.xyz · Contract: OpenAPI 3.1 · Trust signal: GET /api/concierge-intel-accuracy

Problem

  • Traditional market-data APIs require API keys, monthly minimums, and opaque usage billing.
  • Autonomous agents need machine-readable discovery (OpenAPI, MCP) and predictable per-call pricing.
  • Procurement teams lack observable trust signals — no public track record for desk-style verdicts.

Solution

Concierge ships 24 paid x402 routes plus free discovery and security surfaces (scope validation, Concierge self-audit). Agents pay only for calls they make via x402 (Solana or Base USDC, or TCX on supported routes). No signup required for consumers.

LayerWhat you get
Structured intelMacro, wire, DeFi desks, alpha signals — JSON per function (Intel APIs)
Pay-per-callRaw $0.02 · signal $0.10 · bundle $0.25 — see Pricing
DiscoveryGET /openapi.json, GET /.well-known/api-catalog, GET /api/mcp
TrustGET /api/concierge-intel-accuracy — free verdict track record vs 24h BTC

Example workflow

A trading agent runs a morning desk brief before routing capital:

  1. Macro contextPOST /api/concierge-intel-macro ($0.02 raw tier)
  2. Wire headlinesPOST /api/concierge-intel-wire ($0.02)
  3. Desk verdictPOST /api/concierge-intel-verdict ($0.10 signal tier)
  4. Trust checkGET /api/concierge-intel-accuracy (free) before escalating to human review
# Free trust probe (no payment)
curl -s https://conc-exe.xyz/api/concierge-intel-accuracy | jq '.evaluated'

# Paid intel via x402 client (402 → sign → retry)
pay --sandbox curl https://conc-exe.xyz/api/concierge-intel-macro -d '{}'

Use the Playground to inspect 402 challenges before wiring production agents.

Verdict accuracy methodology

Each settled intel-verdict call records the desk signal and BTC mark. After 24 hours, the system scores alignment:

SignalHit condition (24h BTC move)
snipe / followBTC ≥ +1%
avoidBTC ≤ −1%
watch / rebalance|move| < 2%

The leaderboard exposes evaluated.hitRatePct, per-signal breakdowns, and recent snapshots. This is social proof for routing decisions, not a performance guarantee.

Live accuracy JSON → · documented in OpenAPI as getConciergeIntelAccuracy

Integration paths

Procurement checklist

QuestionVerify at
Is the API contract public?GET /openapi.json
Are paid routes listed with prices?GET /.well-known/x402
Is there a machine index?GET /.well-known/api-catalog
Can we audit verdict track record?GET /api/concierge-intel-accuracy
Rate limits documented?X-RateLimit-Limit headers · Agent readiness
MCP listed on official registry?registry.modelcontextprotocol.io

Agent card & discovery

The platform agent card at GET /.well-known/agent-card.json now includes discovery.intelAccuracy and trust fields for A2A routing. Per-agent cards (agt_…) expose the same accuracy URL under discovery.intelAccuracy.

curl -s https://conc-exe.xyz/.well-known/agent-card.json | jq '.trust, .discovery'

Discover UI loads live accuracy stats alongside x402, MCP, and OpenAPI probes.

Concierge · Executive Lounge