API Reference

Agent readiness

How safely an autonomous agent can discover, authenticate (via x402), call, and recover from errors on this API — scored against the public agent-readiness dimension model (spec presence, auth clarity, idempotency, error semantics, and more).

Audience: Agent developers, marketplace integrators (Poncho, pay.sh, MPPscan), and procurement teams evaluating x402 APIs.

Not marketing fluff: Each signal is observable from public URLs — OpenAPI, well-known discovery, response headers, and live probes on conc-exe.xyz.

What Concierge exposes

SignalURL / headerRole
OpenAPI 3.1GET /openapi.jsonCanonical contract — info.x-guidance, x-payment-info, components.securitySchemes, examples on every operation
RFC 9727 catalogGET /.well-known/api-catalogLinkset index — OpenAPI, MCP, x402, agent card, AsyncAPI stub
x402 fan-outGET /.well-known/x402Paid route list + ownership proofs for x402scan / Bazaar
Agent cardGET /.well-known/agent-card.jsonHTTP A2A discovery; optional ERC-8004 mint on Base Identity Registry
MCP HTTPGET /api/mcpJSON-RPC tools/list · tools/call for intel routes
Verdict accuracyGET /api/concierge-intel-accuracyFree trust signal — 24h BTC alignment leaderboard · B2B case study
Official MCP Registryxyz.conc-exe/concierge-intelPublished v1.1.0 — integration guide · Agent SDK
AsyncAPI stubGET /asyncapi.jsonEvent contract placeholder (HTTP-only today; webhooks reserved)
LLM indexGET /llms.txtHuman + agent doc map
Rate-limit policyX-RateLimit-Limit, RateLimit-Limit120 req/min soft limit on /api/* — documented in OpenAPI 429 responses
IdempotencyIdempotency-Key headerOptional on POST; reuse PAYMENT-SIGNATURE after settlement to avoid double-pay
Agent attributionX-Agent-Id: agt_…Registered agent identity — see Agent Identity
ConsentGET /robots.txtContent-signal: search=yes, ai-input=yes, ai-train=no

Twelve audit dimensions

Live audit via public probes — see Verify below. Dimensions scored 0–3 (spec presence, auth clarity, idempotency, and more):

DimensionConcierge posture
Spec presenceOpenAPI 3.1 at predictable URL, static + live
Auth model clarityx402Payment security scheme + x-payment-info per route
IdempotencyIdempotency-Key documented; payment signature dedup guidance in info.x-guidance
Error semanticscomponents.schemas.ApiError — stable code enum; 400/402/429/500 on all paid ops
Rate-limit headersX-RateLimit-* on API responses; Retry-After on 429 in spec
Dry-run / simulateGET intel probes → 402; POST /api/token-pay-preview; playground
OpenAPI examplesoperationId, request + response examples on every operation
MCP serverFirst-party HTTP MCP at /api/mcp
AsyncAPI / eventsStub at /asyncapi.json (no live webhooks yet)
RFC 9727 api-catalog/.well-known/api-catalog linkset+json
Consent signalsContent-signal in robots.txt
Web Bot AuthSignature-Agent header → agent identity docs
Trust / accuracyGET /api/concierge-intel-accuracy in OpenAPI + agent card trust block

Verify (integrators & CI)

# Live production probes (no API keys)
curl -s https://conc-exe.xyz/.well-known/api-catalog | jq '.linkset | length'
curl -s https://conc-exe.xyz/api/concierge-intel-accuracy | jq '.evaluated'
curl -s https://conc-exe.xyz/.well-known/agent-card.json | jq '.trust'
curl -sI https://conc-exe.xyz/api/concierge-intel-tvl -X POST | grep -i ratelimit
curl -s https://conc-exe.xyz/openapi.json | jq '.paths["/api/concierge-intel-accuracy"]'

Use the Discover UI for a live dashboard of x402, MCP, accuracy, and OpenAPI probes.

Distribution

Metadata ships from conc-exe.xyz — registries and catalogs link here, not to source repositories.

ChannelStatusPublic URL
MCP RegistryPublishedxyz.conc-exe/concierge-intel v1.1.0 · guide · SDK
x402scanVerified38 paid + 2 public operations
MPPscanVerifiedConcierge Agent API profile
x402 ListPending reviewSubmission fce940e8-f4db-4ba8-bef4-69081b3b8ef0 · four endpoint probes passed
CDP Bazaar / Agentic.MarketActivation pendingBazaar metadata is live; requires one successful CDP-facilitated settlement before indexing
thebuyside pay.discoverPending mergePR #2 · six verified intel routes
pay.sh catalogPending mergePR #119 · expected FQN conc-exe/concierge-agent
Agent Skill (SKILL.md)Published/skills/concierge-intel/SKILL.md
B2B case studyPublishedProcurement checklist + accuracy methodology

Related pages

Concierge · Executive Lounge