API Overview
Base URL, authentication, discovery, and response conventions.
Production base: https://conc-exe.xyz
Runtime: Vercel Edge · /api/*
Auth: None — x402 per paid route (USDC via PayAI/Dexter, or native SPL via Token Pay when merchants are live). Optional X-Agent-Id: agt_… after agent registration.
Endpoint map
Concierge
POST /api/concierge — Gemini or GLM chat, enhance, image
Intel APIs
macro, wire, DeFi desks, alpha — structured JSON
For Builders
Integrate x402, OpenAPI, AgentCash — fifteen routes
Agent Identity
agt_ registry, agent cards, well-known
MCP Registry
Published listing, Cursor connect, SKILL.md
Agent Readiness
Audit dimensions, api-catalog, MCP, verify commands
Lounge
Market feed, signals, RWA, news unlock
Discovery (x402 + MPP + pay.sh)
Install via AgentCash or pay.sh — same fifteen routes, same x402 settlement:
npx agentcash add https://conc-exe.xyz
pay --sandbox curl https://conc-exe.xyz/api/concierge-intel-tvl -d '{}'
Listed on MPPscan · pay.sh catalog PR: conc-exe/concierge-agent
| Resource | Description |
|---|---|
GET /openapi.json | OpenAPI 3.1 — x-payment-info (x402 + mpp), input/output schemas, info.x-guidance, components.schemas.ApiError |
GET /.well-known/api-catalog | RFC 9727 linkset — canonical agent index (agent readiness) |
GET /.well-known/x402 | Paid route fan-out · MPPscan / x402scan links |
GET /.well-known/agent-card.json | Agent registry (agt_…) and Concierge services |
GET /asyncapi.json | AsyncAPI stub — event contract placeholder |
GET /api/mcp | MCP HTTP transport — tools/list, tools/call · registry (xyz.conc-exe/concierge-intel v1.0.1) |
GET /skills/concierge-intel/SKILL.md | Agent Skills file — MCP guide |
GET /api/x402-config | Networks, discovery.protocols, pricing (no secrets) |
GET /api/token-pay | Token Pay merchant registry — beta partner onboarding |
402 + Bazaar | Runtime input/output schemas for AgentCash probes |
Guides: pay.sh · MPP & AgentCash · Token Pay beta
Verdict signals (Intel)
| signal | Meaning |
|---|---|
snipe | Tactical — insider + market align; small size |
watch | Mixed — wait for clearer edge |
follow | Constructive — quality liquidity / trend |
avoid | Defensive — reduce chase risk |
rebalance | Rotate — trim winners, add quality beta |
confidence: low · medium · high
CORS
Browser calls from the Lounge origin are allowed. Agents on other origins may need a server-side proxy or configured ALLOWED_ORIGINS.
Concierge · Executive Lounge